-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
73 lines (73 loc) · 2.38 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
{
"_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": "826bd7df4299c833731cd3b791c62567",
"packages": [
{
"name": "angelleye/paypal-php-library",
"version": "dev-givewhen",
"source": {
"type": "git",
"url": "https://github.com/angelleye/paypal-php-library.git",
"reference": "62ad86a0f2e7418aa4f30e7a83055cef3a251b21"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/angelleye/paypal-php-library/zipball/62ad86a0f2e7418aa4f30e7a83055cef3a251b21",
"reference": "62ad86a0f2e7418aa4f30e7a83055cef3a251b21",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"angelleye\\PayPal": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0+"
],
"authors": [
{
"name": "Angell EYE",
"email": "[email protected]",
"homepage": "https://github.com/angelleye/paypal-php-library/graphs/contributors"
}
],
"description": "PHP wrapper for PayPal APIs",
"homepage": "https://github.com/angelleye/paypal-php-library",
"keywords": [
"adaptive payments",
"angelleye",
"api",
"express checkout",
"invoicing",
"payflow",
"payments pro",
"paypal",
"rest"
],
"time": "2018-09-11T13:36:59+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"angelleye/paypal-php-library": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.3.0",
"ext-curl": "*"
},
"platform-dev": []
}