-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
executable file
·156 lines (156 loc) · 5.59 KB
/
composer.lock
File metadata and controls
executable file
·156 lines (156 loc) · 5.59 KB
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"_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": "0d4e073b07bbbbf23dcd05ac1b562d17",
"packages": [
{
"name": "epayco/epayco-php",
"version": "dev-develop",
"source": {
"type": "git",
"url": "https://github.com/epayco/epayco-php.git",
"reference": "86d1f9262455741aa65f6385580b7b81e8a8b316"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/epayco/epayco-php/zipball/86d1f9262455741aa65f6385580b7b81e8a8b316",
"reference": "86d1f9262455741aa65f6385580b7b81e8a8b316",
"shasum": ""
},
"require": {
"php": ">=5.3.0|>=8.1",
"rmccue/requests": ">=1.0|>=2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.9"
},
"type": "sdk",
"autoload": {
"psr-4": {
"Epayco\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Epayco and contributors",
"homepage": "https://github.com/epayco/epayco-php/graphs/contributors"
}
],
"description": "Epayco API client for PHP",
"homepage": "https://github.com/epayco/epayco-php",
"keywords": [
"api",
"epayco"
],
"support": {
"issues": "https://github.com/epayco/epayco-php/issues",
"source": "https://github.com/epayco/epayco-php/tree/develop"
},
"time": "2025-09-05T16:56:01+00:00"
},
{
"name": "rmccue/requests",
"version": "v2.0.17",
"source": {
"type": "git",
"url": "https://github.com/WordPress/Requests.git",
"reference": "74d1648cc34e16a42ea25d548fc73ec107a90421"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WordPress/Requests/zipball/74d1648cc34e16a42ea25d548fc73ec107a90421",
"reference": "74d1648cc34e16a42ea25d548fc73ec107a90421",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.6"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
"php-parallel-lint/php-console-highlighter": "^0.5.0",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpcompatibility/php-compatibility": "^10.0.0@dev",
"requests/test-server": "dev-main",
"squizlabs/php_codesniffer": "^3.6",
"wp-coding-standards/wpcs": "^2.0",
"yoast/phpunit-polyfills": "^1.1.5"
},
"suggest": {
"art4/requests-psr18-adapter": "For using Requests as a PSR-18 HTTP Client",
"ext-curl": "For improved performance",
"ext-openssl": "For secure transport support",
"ext-zlib": "For improved performance when decompressing encoded streams"
},
"type": "library",
"autoload": {
"files": [
"library/Deprecated.php"
],
"psr-4": {
"WpOrg\\Requests\\": "src/"
},
"classmap": [
"library/Requests.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Ryan McCue",
"homepage": "https://rmccue.io/"
},
{
"name": "Alain Schlesser",
"homepage": "https://github.com/schlessera"
},
{
"name": "Juliette Reinders Folmer",
"homepage": "https://github.com/jrfnl"
},
{
"name": "Contributors",
"homepage": "https://github.com/WordPress/Requests/graphs/contributors"
}
],
"description": "A HTTP library written in PHP, for human beings.",
"homepage": "https://requests.ryanmccue.info/",
"keywords": [
"curl",
"fsockopen",
"http",
"idna",
"ipv6",
"iri",
"sockets"
],
"support": {
"docs": "https://requests.ryanmccue.info/",
"issues": "https://github.com/WordPress/Requests/issues",
"source": "https://github.com/WordPress/Requests"
},
"time": "2025-12-12T17:47:19+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"epayco/epayco-php": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {},
"platform-dev": {},
"plugin-api-version": "2.9.0"
}