-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
108 lines (108 loc) · 3.45 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "a802f8b17e00fc9f208aaff9255e09c7",
"packages": [
{
"name": "phpish/http",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpish/http.git",
"reference": "bd6f604a2629687ebdcb637715d8ed571e6b3d1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpish/http/zipball/bd6f604a2629687ebdcb637715d8ed571e6b3d1a",
"reference": "bd6f604a2629687ebdcb637715d8ed571e6b3d1a",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"files": [
"http.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sandeep Shetty",
"email": "[email protected]",
"homepage": "http://sandeep.shetty.in"
}
],
"description": "Convenience wrapper around cURL",
"homepage": "https://github.com/phpish/http",
"keywords": [
"api",
"curl",
"http"
],
"time": "2014-11-23 23:33:44"
},
{
"name": "phpish/shopify",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpish/shopify.git",
"reference": "b98448e90ccc47a2893a95e07a3486dcf46d1726"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpish/shopify/zipball/b98448e90ccc47a2893a95e07a3486dcf46d1726",
"reference": "b98448e90ccc47a2893a95e07a3486dcf46d1726",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"phpish/http": "dev-master"
},
"type": "library",
"autoload": {
"files": [
"shopify.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sandeep Shetty",
"email": "[email protected]",
"homepage": "http://sandeep.shetty.in"
}
],
"description": "Simple Shopify API client in PHP",
"homepage": "https://github.com/phpish/shopify",
"keywords": [
"api",
"shopify"
],
"time": "2014-12-10 12:52:10"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"phpish/shopify": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": []
}