Skip to content

Commit fbb33f7

Browse files
author
kshitij verma
committed
changes in composer.json
1 parent 7c6f921 commit fbb33f7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

composer.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
{
2-
"name": " ShopifyChamp/shopify-private-app-sdk ",
3-
"version": "0.0.1",
4-
"description": "Connect with shopify public and private app to call REST and Graphql api with PHP",
2+
"name": "ShopifyChamp/shopify-api-php-sdk",
3+
"description": "PHP SDK to connect with Shopify Custom, Public and Private App using REST Api and Graphql",
4+
"keywords": ["shopify", "sdk", "rest api", "graphql", "php", "public app", "private app"],
55
"license": "MIT",
6+
"type": "library",
7+
"homepage": "https://github.com/shopifychamp/shopify-api-php-sdk",
68
"authors": [
7-
{
8-
"name": "Kshitij Verma",
9-
"email": "kshitijverma1012@gmail.com"
10-
}
11-
9+
{
10+
"name": "Kshitij Verma",
11+
"email": "kshitijverma1012@gmail.com"
12+
}
1213
],
1314
"require": {
1415
"php": ">=5.4.0",

0 commit comments

Comments
 (0)