-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:osiset/Basic-Shopify-API
- Loading branch information
Showing
12 changed files
with
73 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,47 @@ | ||
{ | ||
"name": "osiset/basic-shopify-api", | ||
"type": "library", | ||
"description": "A basic Shopify API wrapper with REST and GraphQL support, powered by Guzzle.", | ||
"keywords": [ | ||
"api", | ||
"shopify", | ||
"rest", | ||
"graphql" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Tyler King", | ||
"email": "[email protected]" | ||
"name": "osiset/basic-shopify-api", | ||
"type": "library", | ||
"description": "A basic Shopify API wrapper with REST and GraphQL support, powered by Guzzle.", | ||
"keywords": [ | ||
"api", | ||
"graphql", | ||
"rest", | ||
"shopify", | ||
"wrapper" | ||
], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Tyler King", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.3.0", | ||
"ext-json": "*", | ||
"caseyamcl/guzzle_retry_middleware": "^2.3", | ||
"guzzlehttp/guzzle": "^6.5 || ^7.0" | ||
}, | ||
"require-dev": { | ||
"ergebnis/composer-normalize": "^2.8", | ||
"phpstan/phpstan": "^0.12", | ||
"phpunit/phpunit": "^6.2 || ^9.3" | ||
}, | ||
"config": { | ||
"sort-packages": true | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Osiset\\BasicShopifyAPI\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Osiset\\BasicShopifyAPI\\Test\\": "test/" | ||
} | ||
}, | ||
"support": { | ||
"issues": "https://github.com/osiset/basic-shopify-api/issues", | ||
"source": "https://github.com/osiset/basic-shopify-api" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.2.0", | ||
"caseyamcl/guzzle_retry_middleware": "^2.3", | ||
"guzzlehttp/guzzle": "^6.5 || ^7.0" | ||
}, | ||
"require-dev": { | ||
"ergebnis/composer-normalize": "^2.8", | ||
"phpstan/phpstan": "^0.12", | ||
"phpunit/phpunit": "^6.2 || ^9.3" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"Osiset\\BasicShopifyAPI\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Osiset\\BasicShopifyAPI\\Test\\": "test/" | ||
} | ||
}, | ||
"scripts": { | ||
"test": "bin/phpunit" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters