-
Notifications
You must be signed in to change notification settings - Fork 70
/
composer.lock
108 lines (108 loc) · 3.58 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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "eb5d63af629edef7aab247ff67cc8f2b",
"packages": [
{
"name": "Integrations/phpsdk-package",
"version": "v1.3.4",
"source": {
"type": "git",
"url": "[email protected]:Integrations/phpsdk-package.git",
"reference": "382750d710a06eb2f2a8de1757d4b27b23f55f33"
},
"dist": {
"type": "zip",
"url": "http://bin-repo.iparadigms.com/artifactory/integrations-composer/dist/integrations-phpsdk-package-v1.3.4-2d67fc.zip",
"reference": "382750d710a06eb2f2a8de1757d4b27b23f55f33",
"shasum": "5f9052ea561f6947756e8ec925f1fcc7794ce7d8"
},
"require": {
"nategood/httpful": "^0.2.20",
"php": ">=5.4.4"
},
"require-dev": {
"brianium/paratest": "~0.14",
"phpunit/phpunit": "4.3.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Integrations\\PhpSdk\\": "src"
}
},
"license": [
"proprietary"
],
"authors": [
{
"name": "Paul Dawson",
"email": "[email protected]"
}
],
"description": "PHP SDK loadable as a package via composer",
"time": "2018-07-26T10:04:42+00:00"
},
{
"name": "nategood/httpful",
"version": "0.2.20",
"source": {
"type": "git",
"url": "https://github.com/nategood/httpful.git",
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nategood/httpful/zipball/c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
"reference": "c1cd4d46a4b281229032cf39d4dd852f9887c0f6",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"psr-0": {
"Httpful": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nate Good",
"email": "[email protected]",
"homepage": "http://nategood.com"
}
],
"description": "A Readable, Chainable, REST friendly, PHP HTTP Client",
"homepage": "http://github.com/nategood/httpful",
"keywords": [
"api",
"curl",
"http",
"requests",
"rest",
"restful"
],
"time": "2015-10-26T16:11:30+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}