-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.lock
70 lines (70 loc) · 2.31 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "828ec055fa82a99b58829314ee6c39aa",
"packages": [
{
"name": "phpclassic/php-shopify",
"version": "v1.1.16",
"source": {
"type": "git",
"url": "https://github.com/phpclassic/php-shopify.git",
"reference": "1d1c3e83a758ccd603a5b672ec6cd973a0928ac4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpclassic/php-shopify/zipball/1d1c3e83a758ccd603a5b672ec6cd973a0928ac4",
"reference": "1d1c3e83a758ccd603a5b672ec6cd973a0928ac4",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^5.5"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPShopify\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Tareq Mahmood",
"email": "tareqtms@yahoo.com"
}
],
"description": "PHP SDK for Shopify API",
"homepage": "https://github.com/phpclassic/php-shopify",
"keywords": [
"php",
"sdk",
"shopify"
],
"support": {
"issues": "https://github.com/phpclassic/php-shopify/issues",
"source": "https://github.com/phpclassic/php-shopify/tree/v1.1.16"
},
"time": "2020-12-17T08:07:12+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.0.0"
}