Skip to content

Commit 92cd295

Browse files
committed
Added composer.json
1 parent 0a73c82 commit 92cd295

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "phpclassic/php-shopify",
3+
"description": "PHP SDK for Shopify API",
4+
"keywords": ["PHP","Shopify","SDK"],
5+
"homepage": "https://github.com/phpclassic/php-shopify",
6+
"type": "library",
7+
"require": {
8+
"php": ">=5.4",
9+
"ext-curl": "*"
10+
},
11+
"license": "Apache License 2.0",
12+
"version": "1.0.0-alpha",
13+
"authors": [
14+
{
15+
"name": "Tareq Mahmood",
16+
"email": "[email protected]"
17+
}
18+
],
19+
"autoload": {
20+
"psr-4": {
21+
"PHPShopify\\": "lib/"
22+
}
23+
},
24+
"minimum-stability": "stable"
25+
}

0 commit comments

Comments
 (0)