-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.lock
114 lines (114 loc) · 3.81 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
109
110
111
112
113
114
{
"_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": "31d0bf125c8300b98a9f67639325dfef",
"packages": [
{
"name": "paypal/merchant-sdk-php",
"version": "v3.8.107",
"source": {
"type": "git",
"url": "https://github.com/paypal/merchant-sdk-php.git",
"reference": "6c874a8257db3f27c99d599883493704b790141a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paypal/merchant-sdk-php/zipball/6c874a8257db3f27c99d599883493704b790141a",
"reference": "6c874a8257db3f27c99d599883493704b790141a",
"shasum": ""
},
"require": {
"ext-curl": "*",
"paypal/sdk-core-php": "2.5.*",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"PayPal\\Service": "lib/",
"PayPal\\CoreComponentTypes": "lib/",
"PayPal\\EBLBaseComponents": "lib/",
"PayPal\\EnhancedDataTypes": "lib/",
"PayPal\\PayPalAPI": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
"name": "PayPal",
"homepage": "https://github.com/paypal/merchant-sdk-php/contributors"
}
],
"description": "PayPal Merchant SDK for PHP",
"homepage": "https://developer.paypal.com",
"keywords": [
"paypal",
"php",
"sdk"
],
"time": "2014-11-10T22:32:38+00:00"
},
{
"name": "paypal/sdk-core-php",
"version": "v2.5.9",
"source": {
"type": "git",
"url": "https://github.com/paypal/sdk-core-php.git",
"reference": "4e6c934cc2b02a29b6c6863c42d4d3c2739b0637"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paypal/sdk-core-php/zipball/4e6c934cc2b02a29b6c6863c42d4d3c2739b0637",
"reference": "4e6c934cc2b02a29b6c6863c42d4d3c2739b0637",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"autoload": {
"psr-0": {
"PayPal": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache2"
],
"authors": [
{
"name": "PayPal",
"homepage": "https://github.com/paypal/sdk-core-php/contributors"
}
],
"description": "PayPal Core SDK for PHP",
"homepage": "https://github.com/paypal/sdk-core-php",
"keywords": [
"paypal",
"php",
"sdk"
],
"time": "2015-02-18T18:15:07+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.0"
},
"platform-dev": []
}