1 | {
|
---|
2 | "_readme": [
|
---|
3 | "This file locks the dependencies of your project to a known state",
|
---|
4 | "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
---|
5 | "This file is @generated automatically"
|
---|
6 | ],
|
---|
7 | "content-hash": "1e6bd4116b62d063ff68e7ff57324dd2",
|
---|
8 | "packages": [
|
---|
9 | {
|
---|
10 | "name": "firebase/php-jwt",
|
---|
11 | "version": "v6.10.2",
|
---|
12 | "source": {
|
---|
13 | "type": "git",
|
---|
14 | "url": "https://github.com/firebase/php-jwt.git",
|
---|
15 | "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b"
|
---|
16 | },
|
---|
17 | "dist": {
|
---|
18 | "type": "zip",
|
---|
19 | "url": "https://api.github.com/repos/firebase/php-jwt/zipball/30c19ed0f3264cb660ea496895cfb6ef7ee3653b",
|
---|
20 | "reference": "30c19ed0f3264cb660ea496895cfb6ef7ee3653b",
|
---|
21 | "shasum": ""
|
---|
22 | },
|
---|
23 | "require": {
|
---|
24 | "php": "^8.0"
|
---|
25 | },
|
---|
26 | "require-dev": {
|
---|
27 | "guzzlehttp/guzzle": "^7.4",
|
---|
28 | "phpspec/prophecy-phpunit": "^2.0",
|
---|
29 | "phpunit/phpunit": "^9.5",
|
---|
30 | "psr/cache": "^2.0||^3.0",
|
---|
31 | "psr/http-client": "^1.0",
|
---|
32 | "psr/http-factory": "^1.0"
|
---|
33 | },
|
---|
34 | "suggest": {
|
---|
35 | "ext-sodium": "Support EdDSA (Ed25519) signatures",
|
---|
36 | "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
|
---|
37 | },
|
---|
38 | "type": "library",
|
---|
39 | "autoload": {
|
---|
40 | "psr-4": {
|
---|
41 | "Firebase\\JWT\\": "src"
|
---|
42 | }
|
---|
43 | },
|
---|
44 | "notification-url": "https://packagist.org/downloads/",
|
---|
45 | "license": [
|
---|
46 | "BSD-3-Clause"
|
---|
47 | ],
|
---|
48 | "authors": [
|
---|
49 | {
|
---|
50 | "name": "Neuman Vong",
|
---|
51 | "email": "neuman+pear@twilio.com",
|
---|
52 | "role": "Developer"
|
---|
53 | },
|
---|
54 | {
|
---|
55 | "name": "Anant Narayanan",
|
---|
56 | "email": "anant@php.net",
|
---|
57 | "role": "Developer"
|
---|
58 | }
|
---|
59 | ],
|
---|
60 | "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
|
---|
61 | "homepage": "https://github.com/firebase/php-jwt",
|
---|
62 | "keywords": [
|
---|
63 | "jwt",
|
---|
64 | "php"
|
---|
65 | ],
|
---|
66 | "support": {
|
---|
67 | "issues": "https://github.com/firebase/php-jwt/issues",
|
---|
68 | "source": "https://github.com/firebase/php-jwt/tree/v6.10.2"
|
---|
69 | },
|
---|
70 | "time": "2024-11-24T11:22:49+00:00"
|
---|
71 | },
|
---|
72 | {
|
---|
73 | "name": "google/apiclient",
|
---|
74 | "version": "v2.18.1",
|
---|
75 | "source": {
|
---|
76 | "type": "git",
|
---|
77 | "url": "https://github.com/googleapis/google-api-php-client.git",
|
---|
78 | "reference": "3f6cb1a970fe2d210823a79de8d5dbae405a9616"
|
---|
79 | },
|
---|
80 | "dist": {
|
---|
81 | "type": "zip",
|
---|
82 | "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/3f6cb1a970fe2d210823a79de8d5dbae405a9616",
|
---|
83 | "reference": "3f6cb1a970fe2d210823a79de8d5dbae405a9616",
|
---|
84 | "shasum": ""
|
---|
85 | },
|
---|
86 | "require": {
|
---|
87 | "firebase/php-jwt": "^6.0",
|
---|
88 | "google/apiclient-services": "~0.350",
|
---|
89 | "google/auth": "^1.37",
|
---|
90 | "guzzlehttp/guzzle": "^7.4.5",
|
---|
91 | "guzzlehttp/psr7": "^2.6",
|
---|
92 | "monolog/monolog": "^2.9||^3.0",
|
---|
93 | "php": "^8.0",
|
---|
94 | "phpseclib/phpseclib": "^3.0.36"
|
---|
95 | },
|
---|
96 | "require-dev": {
|
---|
97 | "cache/filesystem-adapter": "^1.1",
|
---|
98 | "composer/composer": "^1.10.23",
|
---|
99 | "phpcompatibility/php-compatibility": "^9.2",
|
---|
100 | "phpspec/prophecy-phpunit": "^2.1",
|
---|
101 | "phpunit/phpunit": "^9.6",
|
---|
102 | "squizlabs/php_codesniffer": "^3.8",
|
---|
103 | "symfony/css-selector": "~2.1",
|
---|
104 | "symfony/dom-crawler": "~2.1"
|
---|
105 | },
|
---|
106 | "suggest": {
|
---|
107 | "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
|
---|
108 | },
|
---|
109 | "type": "library",
|
---|
110 | "extra": {
|
---|
111 | "branch-alias": {
|
---|
112 | "dev-main": "2.x-dev"
|
---|
113 | }
|
---|
114 | },
|
---|
115 | "autoload": {
|
---|
116 | "files": [
|
---|
117 | "src/aliases.php"
|
---|
118 | ],
|
---|
119 | "psr-4": {
|
---|
120 | "Google\\": "src/"
|
---|
121 | },
|
---|
122 | "classmap": [
|
---|
123 | "src/aliases.php"
|
---|
124 | ]
|
---|
125 | },
|
---|
126 | "notification-url": "https://packagist.org/downloads/",
|
---|
127 | "license": [
|
---|
128 | "Apache-2.0"
|
---|
129 | ],
|
---|
130 | "description": "Client library for Google APIs",
|
---|
131 | "homepage": "http://developers.google.com/api-client-library/php",
|
---|
132 | "keywords": [
|
---|
133 | "google"
|
---|
134 | ],
|
---|
135 | "support": {
|
---|
136 | "issues": "https://github.com/googleapis/google-api-php-client/issues",
|
---|
137 | "source": "https://github.com/googleapis/google-api-php-client/tree/v2.18.1"
|
---|
138 | },
|
---|
139 | "time": "2024-11-24T13:21:03+00:00"
|
---|
140 | },
|
---|
141 | {
|
---|
142 | "name": "google/apiclient-services",
|
---|
143 | "version": "v0.384.0",
|
---|
144 | "source": {
|
---|
145 | "type": "git",
|
---|
146 | "url": "https://github.com/googleapis/google-api-php-client-services.git",
|
---|
147 | "reference": "fcb190bb02cea2c939e67867bf9122fd8d02c351"
|
---|
148 | },
|
---|
149 | "dist": {
|
---|
150 | "type": "zip",
|
---|
151 | "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/fcb190bb02cea2c939e67867bf9122fd8d02c351",
|
---|
152 | "reference": "fcb190bb02cea2c939e67867bf9122fd8d02c351",
|
---|
153 | "shasum": ""
|
---|
154 | },
|
---|
155 | "require": {
|
---|
156 | "php": "^8.0"
|
---|
157 | },
|
---|
158 | "require-dev": {
|
---|
159 | "phpunit/phpunit": "^9.6"
|
---|
160 | },
|
---|
161 | "type": "library",
|
---|
162 | "autoload": {
|
---|
163 | "files": [
|
---|
164 | "autoload.php"
|
---|
165 | ],
|
---|
166 | "psr-4": {
|
---|
167 | "Google\\Service\\": "src"
|
---|
168 | }
|
---|
169 | },
|
---|
170 | "notification-url": "https://packagist.org/downloads/",
|
---|
171 | "license": [
|
---|
172 | "Apache-2.0"
|
---|
173 | ],
|
---|
174 | "description": "Client library for Google APIs",
|
---|
175 | "homepage": "http://developers.google.com/api-client-library/php",
|
---|
176 | "keywords": [
|
---|
177 | "google"
|
---|
178 | ],
|
---|
179 | "support": {
|
---|
180 | "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
|
---|
181 | "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.384.0"
|
---|
182 | },
|
---|
183 | "time": "2024-11-27T01:08:46+00:00"
|
---|
184 | },
|
---|
185 | {
|
---|
186 | "name": "google/auth",
|
---|
187 | "version": "v1.43.0",
|
---|
188 | "source": {
|
---|
189 | "type": "git",
|
---|
190 | "url": "https://github.com/googleapis/google-auth-library-php.git",
|
---|
191 | "reference": "b6a80acd906492086db59aada9196dcfb9c512fe"
|
---|
192 | },
|
---|
193 | "dist": {
|
---|
194 | "type": "zip",
|
---|
195 | "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/b6a80acd906492086db59aada9196dcfb9c512fe",
|
---|
196 | "reference": "b6a80acd906492086db59aada9196dcfb9c512fe",
|
---|
197 | "shasum": ""
|
---|
198 | },
|
---|
199 | "require": {
|
---|
200 | "firebase/php-jwt": "^6.0",
|
---|
201 | "guzzlehttp/guzzle": "^7.4.5",
|
---|
202 | "guzzlehttp/psr7": "^2.4.5",
|
---|
203 | "php": "^8.1",
|
---|
204 | "psr/cache": "^2.0||^3.0",
|
---|
205 | "psr/http-message": "^1.1||^2.0"
|
---|
206 | },
|
---|
207 | "require-dev": {
|
---|
208 | "guzzlehttp/promises": "^2.0",
|
---|
209 | "kelvinmo/simplejwt": "0.7.1",
|
---|
210 | "phpseclib/phpseclib": "^3.0.35",
|
---|
211 | "phpspec/prophecy-phpunit": "^2.1",
|
---|
212 | "phpunit/phpunit": "^9.6",
|
---|
213 | "sebastian/comparator": ">=1.2.3",
|
---|
214 | "squizlabs/php_codesniffer": "^3.5",
|
---|
215 | "symfony/process": "^6.0||^7.0",
|
---|
216 | "webmozart/assert": "^1.11"
|
---|
217 | },
|
---|
218 | "suggest": {
|
---|
219 | "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
|
---|
220 | },
|
---|
221 | "type": "library",
|
---|
222 | "autoload": {
|
---|
223 | "psr-4": {
|
---|
224 | "Google\\Auth\\": "src"
|
---|
225 | }
|
---|
226 | },
|
---|
227 | "notification-url": "https://packagist.org/downloads/",
|
---|
228 | "license": [
|
---|
229 | "Apache-2.0"
|
---|
230 | ],
|
---|
231 | "description": "Google Auth Library for PHP",
|
---|
232 | "homepage": "http://github.com/google/google-auth-library-php",
|
---|
233 | "keywords": [
|
---|
234 | "Authentication",
|
---|
235 | "google",
|
---|
236 | "oauth2"
|
---|
237 | ],
|
---|
238 | "support": {
|
---|
239 | "docs": "https://googleapis.github.io/google-auth-library-php/main/",
|
---|
240 | "issues": "https://github.com/googleapis/google-auth-library-php/issues",
|
---|
241 | "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.43.0"
|
---|
242 | },
|
---|
243 | "time": "2024-11-07T19:35:20+00:00"
|
---|
244 | },
|
---|
245 | {
|
---|
246 | "name": "guzzlehttp/guzzle",
|
---|
247 | "version": "7.9.2",
|
---|
248 | "source": {
|
---|
249 | "type": "git",
|
---|
250 | "url": "https://github.com/guzzle/guzzle.git",
|
---|
251 | "reference": "d281ed313b989f213357e3be1a179f02196ac99b"
|
---|
252 | },
|
---|
253 | "dist": {
|
---|
254 | "type": "zip",
|
---|
255 | "url": "https://api.github.com/repos/guzzle/guzzle/zipball/d281ed313b989f213357e3be1a179f02196ac99b",
|
---|
256 | "reference": "d281ed313b989f213357e3be1a179f02196ac99b",
|
---|
257 | "shasum": ""
|
---|
258 | },
|
---|
259 | "require": {
|
---|
260 | "ext-json": "*",
|
---|
261 | "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
|
---|
262 | "guzzlehttp/psr7": "^2.7.0",
|
---|
263 | "php": "^7.2.5 || ^8.0",
|
---|
264 | "psr/http-client": "^1.0",
|
---|
265 | "symfony/deprecation-contracts": "^2.2 || ^3.0"
|
---|
266 | },
|
---|
267 | "provide": {
|
---|
268 | "psr/http-client-implementation": "1.0"
|
---|
269 | },
|
---|
270 | "require-dev": {
|
---|
271 | "bamarni/composer-bin-plugin": "^1.8.2",
|
---|
272 | "ext-curl": "*",
|
---|
273 | "guzzle/client-integration-tests": "3.0.2",
|
---|
274 | "php-http/message-factory": "^1.1",
|
---|
275 | "phpunit/phpunit": "^8.5.39 || ^9.6.20",
|
---|
276 | "psr/log": "^1.1 || ^2.0 || ^3.0"
|
---|
277 | },
|
---|
278 | "suggest": {
|
---|
279 | "ext-curl": "Required for CURL handler support",
|
---|
280 | "ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
---|
281 | "psr/log": "Required for using the Log middleware"
|
---|
282 | },
|
---|
283 | "type": "library",
|
---|
284 | "extra": {
|
---|
285 | "bamarni-bin": {
|
---|
286 | "bin-links": true,
|
---|
287 | "forward-command": false
|
---|
288 | }
|
---|
289 | },
|
---|
290 | "autoload": {
|
---|
291 | "files": [
|
---|
292 | "src/functions_include.php"
|
---|
293 | ],
|
---|
294 | "psr-4": {
|
---|
295 | "GuzzleHttp\\": "src/"
|
---|
296 | }
|
---|
297 | },
|
---|
298 | "notification-url": "https://packagist.org/downloads/",
|
---|
299 | "license": [
|
---|
300 | "MIT"
|
---|
301 | ],
|
---|
302 | "authors": [
|
---|
303 | {
|
---|
304 | "name": "Graham Campbell",
|
---|
305 | "email": "hello@gjcampbell.co.uk",
|
---|
306 | "homepage": "https://github.com/GrahamCampbell"
|
---|
307 | },
|
---|
308 | {
|
---|
309 | "name": "Michael Dowling",
|
---|
310 | "email": "mtdowling@gmail.com",
|
---|
311 | "homepage": "https://github.com/mtdowling"
|
---|
312 | },
|
---|
313 | {
|
---|
314 | "name": "Jeremy Lindblom",
|
---|
315 | "email": "jeremeamia@gmail.com",
|
---|
316 | "homepage": "https://github.com/jeremeamia"
|
---|
317 | },
|
---|
318 | {
|
---|
319 | "name": "George Mponos",
|
---|
320 | "email": "gmponos@gmail.com",
|
---|
321 | "homepage": "https://github.com/gmponos"
|
---|
322 | },
|
---|
323 | {
|
---|
324 | "name": "Tobias Nyholm",
|
---|
325 | "email": "tobias.nyholm@gmail.com",
|
---|
326 | "homepage": "https://github.com/Nyholm"
|
---|
327 | },
|
---|
328 | {
|
---|
329 | "name": "Márk Sági-Kazár",
|
---|
330 | "email": "mark.sagikazar@gmail.com",
|
---|
331 | "homepage": "https://github.com/sagikazarmark"
|
---|
332 | },
|
---|
333 | {
|
---|
334 | "name": "Tobias Schultze",
|
---|
335 | "email": "webmaster@tubo-world.de",
|
---|
336 | "homepage": "https://github.com/Tobion"
|
---|
337 | }
|
---|
338 | ],
|
---|
339 | "description": "Guzzle is a PHP HTTP client library",
|
---|
340 | "keywords": [
|
---|
341 | "client",
|
---|
342 | "curl",
|
---|
343 | "framework",
|
---|
344 | "http",
|
---|
345 | "http client",
|
---|
346 | "psr-18",
|
---|
347 | "psr-7",
|
---|
348 | "rest",
|
---|
349 | "web service"
|
---|
350 | ],
|
---|
351 | "support": {
|
---|
352 | "issues": "https://github.com/guzzle/guzzle/issues",
|
---|
353 | "source": "https://github.com/guzzle/guzzle/tree/7.9.2"
|
---|
354 | },
|
---|
355 | "funding": [
|
---|
356 | {
|
---|
357 | "url": "https://github.com/GrahamCampbell",
|
---|
358 | "type": "github"
|
---|
359 | },
|
---|
360 | {
|
---|
361 | "url": "https://github.com/Nyholm",
|
---|
362 | "type": "github"
|
---|
363 | },
|
---|
364 | {
|
---|
365 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
---|
366 | "type": "tidelift"
|
---|
367 | }
|
---|
368 | ],
|
---|
369 | "time": "2024-07-24T11:22:20+00:00"
|
---|
370 | },
|
---|
371 | {
|
---|
372 | "name": "guzzlehttp/promises",
|
---|
373 | "version": "2.0.4",
|
---|
374 | "source": {
|
---|
375 | "type": "git",
|
---|
376 | "url": "https://github.com/guzzle/promises.git",
|
---|
377 | "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455"
|
---|
378 | },
|
---|
379 | "dist": {
|
---|
380 | "type": "zip",
|
---|
381 | "url": "https://api.github.com/repos/guzzle/promises/zipball/f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
|
---|
382 | "reference": "f9c436286ab2892c7db7be8c8da4ef61ccf7b455",
|
---|
383 | "shasum": ""
|
---|
384 | },
|
---|
385 | "require": {
|
---|
386 | "php": "^7.2.5 || ^8.0"
|
---|
387 | },
|
---|
388 | "require-dev": {
|
---|
389 | "bamarni/composer-bin-plugin": "^1.8.2",
|
---|
390 | "phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
---|
391 | },
|
---|
392 | "type": "library",
|
---|
393 | "extra": {
|
---|
394 | "bamarni-bin": {
|
---|
395 | "bin-links": true,
|
---|
396 | "forward-command": false
|
---|
397 | }
|
---|
398 | },
|
---|
399 | "autoload": {
|
---|
400 | "psr-4": {
|
---|
401 | "GuzzleHttp\\Promise\\": "src/"
|
---|
402 | }
|
---|
403 | },
|
---|
404 | "notification-url": "https://packagist.org/downloads/",
|
---|
405 | "license": [
|
---|
406 | "MIT"
|
---|
407 | ],
|
---|
408 | "authors": [
|
---|
409 | {
|
---|
410 | "name": "Graham Campbell",
|
---|
411 | "email": "hello@gjcampbell.co.uk",
|
---|
412 | "homepage": "https://github.com/GrahamCampbell"
|
---|
413 | },
|
---|
414 | {
|
---|
415 | "name": "Michael Dowling",
|
---|
416 | "email": "mtdowling@gmail.com",
|
---|
417 | "homepage": "https://github.com/mtdowling"
|
---|
418 | },
|
---|
419 | {
|
---|
420 | "name": "Tobias Nyholm",
|
---|
421 | "email": "tobias.nyholm@gmail.com",
|
---|
422 | "homepage": "https://github.com/Nyholm"
|
---|
423 | },
|
---|
424 | {
|
---|
425 | "name": "Tobias Schultze",
|
---|
426 | "email": "webmaster@tubo-world.de",
|
---|
427 | "homepage": "https://github.com/Tobion"
|
---|
428 | }
|
---|
429 | ],
|
---|
430 | "description": "Guzzle promises library",
|
---|
431 | "keywords": [
|
---|
432 | "promise"
|
---|
433 | ],
|
---|
434 | "support": {
|
---|
435 | "issues": "https://github.com/guzzle/promises/issues",
|
---|
436 | "source": "https://github.com/guzzle/promises/tree/2.0.4"
|
---|
437 | },
|
---|
438 | "funding": [
|
---|
439 | {
|
---|
440 | "url": "https://github.com/GrahamCampbell",
|
---|
441 | "type": "github"
|
---|
442 | },
|
---|
443 | {
|
---|
444 | "url": "https://github.com/Nyholm",
|
---|
445 | "type": "github"
|
---|
446 | },
|
---|
447 | {
|
---|
448 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
---|
449 | "type": "tidelift"
|
---|
450 | }
|
---|
451 | ],
|
---|
452 | "time": "2024-10-17T10:06:22+00:00"
|
---|
453 | },
|
---|
454 | {
|
---|
455 | "name": "guzzlehttp/psr7",
|
---|
456 | "version": "2.7.0",
|
---|
457 | "source": {
|
---|
458 | "type": "git",
|
---|
459 | "url": "https://github.com/guzzle/psr7.git",
|
---|
460 | "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
|
---|
461 | },
|
---|
462 | "dist": {
|
---|
463 | "type": "zip",
|
---|
464 | "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
|
---|
465 | "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
|
---|
466 | "shasum": ""
|
---|
467 | },
|
---|
468 | "require": {
|
---|
469 | "php": "^7.2.5 || ^8.0",
|
---|
470 | "psr/http-factory": "^1.0",
|
---|
471 | "psr/http-message": "^1.1 || ^2.0",
|
---|
472 | "ralouphie/getallheaders": "^3.0"
|
---|
473 | },
|
---|
474 | "provide": {
|
---|
475 | "psr/http-factory-implementation": "1.0",
|
---|
476 | "psr/http-message-implementation": "1.0"
|
---|
477 | },
|
---|
478 | "require-dev": {
|
---|
479 | "bamarni/composer-bin-plugin": "^1.8.2",
|
---|
480 | "http-interop/http-factory-tests": "0.9.0",
|
---|
481 | "phpunit/phpunit": "^8.5.39 || ^9.6.20"
|
---|
482 | },
|
---|
483 | "suggest": {
|
---|
484 | "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
---|
485 | },
|
---|
486 | "type": "library",
|
---|
487 | "extra": {
|
---|
488 | "bamarni-bin": {
|
---|
489 | "bin-links": true,
|
---|
490 | "forward-command": false
|
---|
491 | }
|
---|
492 | },
|
---|
493 | "autoload": {
|
---|
494 | "psr-4": {
|
---|
495 | "GuzzleHttp\\Psr7\\": "src/"
|
---|
496 | }
|
---|
497 | },
|
---|
498 | "notification-url": "https://packagist.org/downloads/",
|
---|
499 | "license": [
|
---|
500 | "MIT"
|
---|
501 | ],
|
---|
502 | "authors": [
|
---|
503 | {
|
---|
504 | "name": "Graham Campbell",
|
---|
505 | "email": "hello@gjcampbell.co.uk",
|
---|
506 | "homepage": "https://github.com/GrahamCampbell"
|
---|
507 | },
|
---|
508 | {
|
---|
509 | "name": "Michael Dowling",
|
---|
510 | "email": "mtdowling@gmail.com",
|
---|
511 | "homepage": "https://github.com/mtdowling"
|
---|
512 | },
|
---|
513 | {
|
---|
514 | "name": "George Mponos",
|
---|
515 | "email": "gmponos@gmail.com",
|
---|
516 | "homepage": "https://github.com/gmponos"
|
---|
517 | },
|
---|
518 | {
|
---|
519 | "name": "Tobias Nyholm",
|
---|
520 | "email": "tobias.nyholm@gmail.com",
|
---|
521 | "homepage": "https://github.com/Nyholm"
|
---|
522 | },
|
---|
523 | {
|
---|
524 | "name": "Márk Sági-Kazár",
|
---|
525 | "email": "mark.sagikazar@gmail.com",
|
---|
526 | "homepage": "https://github.com/sagikazarmark"
|
---|
527 | },
|
---|
528 | {
|
---|
529 | "name": "Tobias Schultze",
|
---|
530 | "email": "webmaster@tubo-world.de",
|
---|
531 | "homepage": "https://github.com/Tobion"
|
---|
532 | },
|
---|
533 | {
|
---|
534 | "name": "Márk Sági-Kazár",
|
---|
535 | "email": "mark.sagikazar@gmail.com",
|
---|
536 | "homepage": "https://sagikazarmark.hu"
|
---|
537 | }
|
---|
538 | ],
|
---|
539 | "description": "PSR-7 message implementation that also provides common utility methods",
|
---|
540 | "keywords": [
|
---|
541 | "http",
|
---|
542 | "message",
|
---|
543 | "psr-7",
|
---|
544 | "request",
|
---|
545 | "response",
|
---|
546 | "stream",
|
---|
547 | "uri",
|
---|
548 | "url"
|
---|
549 | ],
|
---|
550 | "support": {
|
---|
551 | "issues": "https://github.com/guzzle/psr7/issues",
|
---|
552 | "source": "https://github.com/guzzle/psr7/tree/2.7.0"
|
---|
553 | },
|
---|
554 | "funding": [
|
---|
555 | {
|
---|
556 | "url": "https://github.com/GrahamCampbell",
|
---|
557 | "type": "github"
|
---|
558 | },
|
---|
559 | {
|
---|
560 | "url": "https://github.com/Nyholm",
|
---|
561 | "type": "github"
|
---|
562 | },
|
---|
563 | {
|
---|
564 | "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
---|
565 | "type": "tidelift"
|
---|
566 | }
|
---|
567 | ],
|
---|
568 | "time": "2024-07-18T11:15:46+00:00"
|
---|
569 | },
|
---|
570 | {
|
---|
571 | "name": "monolog/monolog",
|
---|
572 | "version": "3.8.0",
|
---|
573 | "source": {
|
---|
574 | "type": "git",
|
---|
575 | "url": "https://github.com/Seldaek/monolog.git",
|
---|
576 | "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67"
|
---|
577 | },
|
---|
578 | "dist": {
|
---|
579 | "type": "zip",
|
---|
580 | "url": "https://api.github.com/repos/Seldaek/monolog/zipball/32e515fdc02cdafbe4593e30a9350d486b125b67",
|
---|
581 | "reference": "32e515fdc02cdafbe4593e30a9350d486b125b67",
|
---|
582 | "shasum": ""
|
---|
583 | },
|
---|
584 | "require": {
|
---|
585 | "php": ">=8.1",
|
---|
586 | "psr/log": "^2.0 || ^3.0"
|
---|
587 | },
|
---|
588 | "provide": {
|
---|
589 | "psr/log-implementation": "3.0.0"
|
---|
590 | },
|
---|
591 | "require-dev": {
|
---|
592 | "aws/aws-sdk-php": "^3.0",
|
---|
593 | "doctrine/couchdb": "~1.0@dev",
|
---|
594 | "elasticsearch/elasticsearch": "^7 || ^8",
|
---|
595 | "ext-json": "*",
|
---|
596 | "graylog2/gelf-php": "^1.4.2 || ^2.0",
|
---|
597 | "guzzlehttp/guzzle": "^7.4.5",
|
---|
598 | "guzzlehttp/psr7": "^2.2",
|
---|
599 | "mongodb/mongodb": "^1.8",
|
---|
600 | "php-amqplib/php-amqplib": "~2.4 || ^3",
|
---|
601 | "php-console/php-console": "^3.1.8",
|
---|
602 | "phpstan/phpstan": "^2",
|
---|
603 | "phpstan/phpstan-deprecation-rules": "^2",
|
---|
604 | "phpstan/phpstan-strict-rules": "^2",
|
---|
605 | "phpunit/phpunit": "^10.5.17 || ^11.0.7",
|
---|
606 | "predis/predis": "^1.1 || ^2",
|
---|
607 | "rollbar/rollbar": "^4.0",
|
---|
608 | "ruflin/elastica": "^7 || ^8",
|
---|
609 | "symfony/mailer": "^5.4 || ^6",
|
---|
610 | "symfony/mime": "^5.4 || ^6"
|
---|
611 | },
|
---|
612 | "suggest": {
|
---|
613 | "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
|
---|
614 | "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
|
---|
615 | "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
|
---|
616 | "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
|
---|
617 | "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
|
---|
618 | "ext-mbstring": "Allow to work properly with unicode symbols",
|
---|
619 | "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
|
---|
620 | "ext-openssl": "Required to send log messages using SSL",
|
---|
621 | "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
|
---|
622 | "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
|
---|
623 | "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
|
---|
624 | "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
|
---|
625 | "rollbar/rollbar": "Allow sending log messages to Rollbar",
|
---|
626 | "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
---|
627 | },
|
---|
628 | "type": "library",
|
---|
629 | "extra": {
|
---|
630 | "branch-alias": {
|
---|
631 | "dev-main": "3.x-dev"
|
---|
632 | }
|
---|
633 | },
|
---|
634 | "autoload": {
|
---|
635 | "psr-4": {
|
---|
636 | "Monolog\\": "src/Monolog"
|
---|
637 | }
|
---|
638 | },
|
---|
639 | "notification-url": "https://packagist.org/downloads/",
|
---|
640 | "license": [
|
---|
641 | "MIT"
|
---|
642 | ],
|
---|
643 | "authors": [
|
---|
644 | {
|
---|
645 | "name": "Jordi Boggiano",
|
---|
646 | "email": "j.boggiano@seld.be",
|
---|
647 | "homepage": "https://seld.be"
|
---|
648 | }
|
---|
649 | ],
|
---|
650 | "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
|
---|
651 | "homepage": "https://github.com/Seldaek/monolog",
|
---|
652 | "keywords": [
|
---|
653 | "log",
|
---|
654 | "logging",
|
---|
655 | "psr-3"
|
---|
656 | ],
|
---|
657 | "support": {
|
---|
658 | "issues": "https://github.com/Seldaek/monolog/issues",
|
---|
659 | "source": "https://github.com/Seldaek/monolog/tree/3.8.0"
|
---|
660 | },
|
---|
661 | "funding": [
|
---|
662 | {
|
---|
663 | "url": "https://github.com/Seldaek",
|
---|
664 | "type": "github"
|
---|
665 | },
|
---|
666 | {
|
---|
667 | "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
|
---|
668 | "type": "tidelift"
|
---|
669 | }
|
---|
670 | ],
|
---|
671 | "time": "2024-11-12T13:57:08+00:00"
|
---|
672 | },
|
---|
673 | {
|
---|
674 | "name": "paragonie/constant_time_encoding",
|
---|
675 | "version": "v3.0.0",
|
---|
676 | "source": {
|
---|
677 | "type": "git",
|
---|
678 | "url": "https://github.com/paragonie/constant_time_encoding.git",
|
---|
679 | "reference": "df1e7fde177501eee2037dd159cf04f5f301a512"
|
---|
680 | },
|
---|
681 | "dist": {
|
---|
682 | "type": "zip",
|
---|
683 | "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512",
|
---|
684 | "reference": "df1e7fde177501eee2037dd159cf04f5f301a512",
|
---|
685 | "shasum": ""
|
---|
686 | },
|
---|
687 | "require": {
|
---|
688 | "php": "^8"
|
---|
689 | },
|
---|
690 | "require-dev": {
|
---|
691 | "phpunit/phpunit": "^9",
|
---|
692 | "vimeo/psalm": "^4|^5"
|
---|
693 | },
|
---|
694 | "type": "library",
|
---|
695 | "autoload": {
|
---|
696 | "psr-4": {
|
---|
697 | "ParagonIE\\ConstantTime\\": "src/"
|
---|
698 | }
|
---|
699 | },
|
---|
700 | "notification-url": "https://packagist.org/downloads/",
|
---|
701 | "license": [
|
---|
702 | "MIT"
|
---|
703 | ],
|
---|
704 | "authors": [
|
---|
705 | {
|
---|
706 | "name": "Paragon Initiative Enterprises",
|
---|
707 | "email": "security@paragonie.com",
|
---|
708 | "homepage": "https://paragonie.com",
|
---|
709 | "role": "Maintainer"
|
---|
710 | },
|
---|
711 | {
|
---|
712 | "name": "Steve 'Sc00bz' Thomas",
|
---|
713 | "email": "steve@tobtu.com",
|
---|
714 | "homepage": "https://www.tobtu.com",
|
---|
715 | "role": "Original Developer"
|
---|
716 | }
|
---|
717 | ],
|
---|
718 | "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
---|
719 | "keywords": [
|
---|
720 | "base16",
|
---|
721 | "base32",
|
---|
722 | "base32_decode",
|
---|
723 | "base32_encode",
|
---|
724 | "base64",
|
---|
725 | "base64_decode",
|
---|
726 | "base64_encode",
|
---|
727 | "bin2hex",
|
---|
728 | "encoding",
|
---|
729 | "hex",
|
---|
730 | "hex2bin",
|
---|
731 | "rfc4648"
|
---|
732 | ],
|
---|
733 | "support": {
|
---|
734 | "email": "info@paragonie.com",
|
---|
735 | "issues": "https://github.com/paragonie/constant_time_encoding/issues",
|
---|
736 | "source": "https://github.com/paragonie/constant_time_encoding"
|
---|
737 | },
|
---|
738 | "time": "2024-05-08T12:36:18+00:00"
|
---|
739 | },
|
---|
740 | {
|
---|
741 | "name": "paragonie/random_compat",
|
---|
742 | "version": "v9.99.100",
|
---|
743 | "source": {
|
---|
744 | "type": "git",
|
---|
745 | "url": "https://github.com/paragonie/random_compat.git",
|
---|
746 | "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
---|
747 | },
|
---|
748 | "dist": {
|
---|
749 | "type": "zip",
|
---|
750 | "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
---|
751 | "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
---|
752 | "shasum": ""
|
---|
753 | },
|
---|
754 | "require": {
|
---|
755 | "php": ">= 7"
|
---|
756 | },
|
---|
757 | "require-dev": {
|
---|
758 | "phpunit/phpunit": "4.*|5.*",
|
---|
759 | "vimeo/psalm": "^1"
|
---|
760 | },
|
---|
761 | "suggest": {
|
---|
762 | "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
---|
763 | },
|
---|
764 | "type": "library",
|
---|
765 | "notification-url": "https://packagist.org/downloads/",
|
---|
766 | "license": [
|
---|
767 | "MIT"
|
---|
768 | ],
|
---|
769 | "authors": [
|
---|
770 | {
|
---|
771 | "name": "Paragon Initiative Enterprises",
|
---|
772 | "email": "security@paragonie.com",
|
---|
773 | "homepage": "https://paragonie.com"
|
---|
774 | }
|
---|
775 | ],
|
---|
776 | "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
---|
777 | "keywords": [
|
---|
778 | "csprng",
|
---|
779 | "polyfill",
|
---|
780 | "pseudorandom",
|
---|
781 | "random"
|
---|
782 | ],
|
---|
783 | "support": {
|
---|
784 | "email": "info@paragonie.com",
|
---|
785 | "issues": "https://github.com/paragonie/random_compat/issues",
|
---|
786 | "source": "https://github.com/paragonie/random_compat"
|
---|
787 | },
|
---|
788 | "time": "2020-10-15T08:29:30+00:00"
|
---|
789 | },
|
---|
790 | {
|
---|
791 | "name": "phpmailer/phpmailer",
|
---|
792 | "version": "v6.9.3",
|
---|
793 | "source": {
|
---|
794 | "type": "git",
|
---|
795 | "url": "https://github.com/PHPMailer/PHPMailer.git",
|
---|
796 | "reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e"
|
---|
797 | },
|
---|
798 | "dist": {
|
---|
799 | "type": "zip",
|
---|
800 | "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2f5c94fe7493efc213f643c23b1b1c249d40f47e",
|
---|
801 | "reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e",
|
---|
802 | "shasum": ""
|
---|
803 | },
|
---|
804 | "require": {
|
---|
805 | "ext-ctype": "*",
|
---|
806 | "ext-filter": "*",
|
---|
807 | "ext-hash": "*",
|
---|
808 | "php": ">=5.5.0"
|
---|
809 | },
|
---|
810 | "require-dev": {
|
---|
811 | "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
---|
812 | "doctrine/annotations": "^1.2.6 || ^1.13.3",
|
---|
813 | "php-parallel-lint/php-console-highlighter": "^1.0.0",
|
---|
814 | "php-parallel-lint/php-parallel-lint": "^1.3.2",
|
---|
815 | "phpcompatibility/php-compatibility": "^9.3.5",
|
---|
816 | "roave/security-advisories": "dev-latest",
|
---|
817 | "squizlabs/php_codesniffer": "^3.7.2",
|
---|
818 | "yoast/phpunit-polyfills": "^1.0.4"
|
---|
819 | },
|
---|
820 | "suggest": {
|
---|
821 | "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
|
---|
822 | "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
|
---|
823 | "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
|
---|
824 | "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
|
---|
825 | "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
|
---|
826 | "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
|
---|
827 | "psr/log": "For optional PSR-3 debug logging",
|
---|
828 | "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
|
---|
829 | "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
|
---|
830 | },
|
---|
831 | "type": "library",
|
---|
832 | "autoload": {
|
---|
833 | "psr-4": {
|
---|
834 | "PHPMailer\\PHPMailer\\": "src/"
|
---|
835 | }
|
---|
836 | },
|
---|
837 | "notification-url": "https://packagist.org/downloads/",
|
---|
838 | "license": [
|
---|
839 | "LGPL-2.1-only"
|
---|
840 | ],
|
---|
841 | "authors": [
|
---|
842 | {
|
---|
843 | "name": "Marcus Bointon",
|
---|
844 | "email": "phpmailer@synchromedia.co.uk"
|
---|
845 | },
|
---|
846 | {
|
---|
847 | "name": "Jim Jagielski",
|
---|
848 | "email": "jimjag@gmail.com"
|
---|
849 | },
|
---|
850 | {
|
---|
851 | "name": "Andy Prevost",
|
---|
852 | "email": "codeworxtech@users.sourceforge.net"
|
---|
853 | },
|
---|
854 | {
|
---|
855 | "name": "Brent R. Matzelle"
|
---|
856 | }
|
---|
857 | ],
|
---|
858 | "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
|
---|
859 | "support": {
|
---|
860 | "issues": "https://github.com/PHPMailer/PHPMailer/issues",
|
---|
861 | "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.3"
|
---|
862 | },
|
---|
863 | "funding": [
|
---|
864 | {
|
---|
865 | "url": "https://github.com/Synchro",
|
---|
866 | "type": "github"
|
---|
867 | }
|
---|
868 | ],
|
---|
869 | "time": "2024-11-24T18:04:13+00:00"
|
---|
870 | },
|
---|
871 | {
|
---|
872 | "name": "phpseclib/phpseclib",
|
---|
873 | "version": "3.0.42",
|
---|
874 | "source": {
|
---|
875 | "type": "git",
|
---|
876 | "url": "https://github.com/phpseclib/phpseclib.git",
|
---|
877 | "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98"
|
---|
878 | },
|
---|
879 | "dist": {
|
---|
880 | "type": "zip",
|
---|
881 | "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/db92f1b1987b12b13f248fe76c3a52cadb67bb98",
|
---|
882 | "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98",
|
---|
883 | "shasum": ""
|
---|
884 | },
|
---|
885 | "require": {
|
---|
886 | "paragonie/constant_time_encoding": "^1|^2|^3",
|
---|
887 | "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
---|
888 | "php": ">=5.6.1"
|
---|
889 | },
|
---|
890 | "require-dev": {
|
---|
891 | "phpunit/phpunit": "*"
|
---|
892 | },
|
---|
893 | "suggest": {
|
---|
894 | "ext-dom": "Install the DOM extension to load XML formatted public keys.",
|
---|
895 | "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
|
---|
896 | "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
|
---|
897 | "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
|
---|
898 | "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
|
---|
899 | },
|
---|
900 | "type": "library",
|
---|
901 | "autoload": {
|
---|
902 | "files": [
|
---|
903 | "phpseclib/bootstrap.php"
|
---|
904 | ],
|
---|
905 | "psr-4": {
|
---|
906 | "phpseclib3\\": "phpseclib/"
|
---|
907 | }
|
---|
908 | },
|
---|
909 | "notification-url": "https://packagist.org/downloads/",
|
---|
910 | "license": [
|
---|
911 | "MIT"
|
---|
912 | ],
|
---|
913 | "authors": [
|
---|
914 | {
|
---|
915 | "name": "Jim Wigginton",
|
---|
916 | "email": "terrafrost@php.net",
|
---|
917 | "role": "Lead Developer"
|
---|
918 | },
|
---|
919 | {
|
---|
920 | "name": "Patrick Monnerat",
|
---|
921 | "email": "pm@datasphere.ch",
|
---|
922 | "role": "Developer"
|
---|
923 | },
|
---|
924 | {
|
---|
925 | "name": "Andreas Fischer",
|
---|
926 | "email": "bantu@phpbb.com",
|
---|
927 | "role": "Developer"
|
---|
928 | },
|
---|
929 | {
|
---|
930 | "name": "Hans-Jürgen Petrich",
|
---|
931 | "email": "petrich@tronic-media.com",
|
---|
932 | "role": "Developer"
|
---|
933 | },
|
---|
934 | {
|
---|
935 | "name": "Graham Campbell",
|
---|
936 | "email": "graham@alt-three.com",
|
---|
937 | "role": "Developer"
|
---|
938 | }
|
---|
939 | ],
|
---|
940 | "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
|
---|
941 | "homepage": "http://phpseclib.sourceforge.net",
|
---|
942 | "keywords": [
|
---|
943 | "BigInteger",
|
---|
944 | "aes",
|
---|
945 | "asn.1",
|
---|
946 | "asn1",
|
---|
947 | "blowfish",
|
---|
948 | "crypto",
|
---|
949 | "cryptography",
|
---|
950 | "encryption",
|
---|
951 | "rsa",
|
---|
952 | "security",
|
---|
953 | "sftp",
|
---|
954 | "signature",
|
---|
955 | "signing",
|
---|
956 | "ssh",
|
---|
957 | "twofish",
|
---|
958 | "x.509",
|
---|
959 | "x509"
|
---|
960 | ],
|
---|
961 | "support": {
|
---|
962 | "issues": "https://github.com/phpseclib/phpseclib/issues",
|
---|
963 | "source": "https://github.com/phpseclib/phpseclib/tree/3.0.42"
|
---|
964 | },
|
---|
965 | "funding": [
|
---|
966 | {
|
---|
967 | "url": "https://github.com/terrafrost",
|
---|
968 | "type": "github"
|
---|
969 | },
|
---|
970 | {
|
---|
971 | "url": "https://www.patreon.com/phpseclib",
|
---|
972 | "type": "patreon"
|
---|
973 | },
|
---|
974 | {
|
---|
975 | "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
|
---|
976 | "type": "tidelift"
|
---|
977 | }
|
---|
978 | ],
|
---|
979 | "time": "2024-09-16T03:06:04+00:00"
|
---|
980 | },
|
---|
981 | {
|
---|
982 | "name": "psr/cache",
|
---|
983 | "version": "3.0.0",
|
---|
984 | "source": {
|
---|
985 | "type": "git",
|
---|
986 | "url": "https://github.com/php-fig/cache.git",
|
---|
987 | "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
|
---|
988 | },
|
---|
989 | "dist": {
|
---|
990 | "type": "zip",
|
---|
991 | "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
---|
992 | "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
|
---|
993 | "shasum": ""
|
---|
994 | },
|
---|
995 | "require": {
|
---|
996 | "php": ">=8.0.0"
|
---|
997 | },
|
---|
998 | "type": "library",
|
---|
999 | "extra": {
|
---|
1000 | "branch-alias": {
|
---|
1001 | "dev-master": "1.0.x-dev"
|
---|
1002 | }
|
---|
1003 | },
|
---|
1004 | "autoload": {
|
---|
1005 | "psr-4": {
|
---|
1006 | "Psr\\Cache\\": "src/"
|
---|
1007 | }
|
---|
1008 | },
|
---|
1009 | "notification-url": "https://packagist.org/downloads/",
|
---|
1010 | "license": [
|
---|
1011 | "MIT"
|
---|
1012 | ],
|
---|
1013 | "authors": [
|
---|
1014 | {
|
---|
1015 | "name": "PHP-FIG",
|
---|
1016 | "homepage": "https://www.php-fig.org/"
|
---|
1017 | }
|
---|
1018 | ],
|
---|
1019 | "description": "Common interface for caching libraries",
|
---|
1020 | "keywords": [
|
---|
1021 | "cache",
|
---|
1022 | "psr",
|
---|
1023 | "psr-6"
|
---|
1024 | ],
|
---|
1025 | "support": {
|
---|
1026 | "source": "https://github.com/php-fig/cache/tree/3.0.0"
|
---|
1027 | },
|
---|
1028 | "time": "2021-02-03T23:26:27+00:00"
|
---|
1029 | },
|
---|
1030 | {
|
---|
1031 | "name": "psr/http-client",
|
---|
1032 | "version": "1.0.3",
|
---|
1033 | "source": {
|
---|
1034 | "type": "git",
|
---|
1035 | "url": "https://github.com/php-fig/http-client.git",
|
---|
1036 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
|
---|
1037 | },
|
---|
1038 | "dist": {
|
---|
1039 | "type": "zip",
|
---|
1040 | "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
---|
1041 | "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
|
---|
1042 | "shasum": ""
|
---|
1043 | },
|
---|
1044 | "require": {
|
---|
1045 | "php": "^7.0 || ^8.0",
|
---|
1046 | "psr/http-message": "^1.0 || ^2.0"
|
---|
1047 | },
|
---|
1048 | "type": "library",
|
---|
1049 | "extra": {
|
---|
1050 | "branch-alias": {
|
---|
1051 | "dev-master": "1.0.x-dev"
|
---|
1052 | }
|
---|
1053 | },
|
---|
1054 | "autoload": {
|
---|
1055 | "psr-4": {
|
---|
1056 | "Psr\\Http\\Client\\": "src/"
|
---|
1057 | }
|
---|
1058 | },
|
---|
1059 | "notification-url": "https://packagist.org/downloads/",
|
---|
1060 | "license": [
|
---|
1061 | "MIT"
|
---|
1062 | ],
|
---|
1063 | "authors": [
|
---|
1064 | {
|
---|
1065 | "name": "PHP-FIG",
|
---|
1066 | "homepage": "https://www.php-fig.org/"
|
---|
1067 | }
|
---|
1068 | ],
|
---|
1069 | "description": "Common interface for HTTP clients",
|
---|
1070 | "homepage": "https://github.com/php-fig/http-client",
|
---|
1071 | "keywords": [
|
---|
1072 | "http",
|
---|
1073 | "http-client",
|
---|
1074 | "psr",
|
---|
1075 | "psr-18"
|
---|
1076 | ],
|
---|
1077 | "support": {
|
---|
1078 | "source": "https://github.com/php-fig/http-client"
|
---|
1079 | },
|
---|
1080 | "time": "2023-09-23T14:17:50+00:00"
|
---|
1081 | },
|
---|
1082 | {
|
---|
1083 | "name": "psr/http-factory",
|
---|
1084 | "version": "1.1.0",
|
---|
1085 | "source": {
|
---|
1086 | "type": "git",
|
---|
1087 | "url": "https://github.com/php-fig/http-factory.git",
|
---|
1088 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
|
---|
1089 | },
|
---|
1090 | "dist": {
|
---|
1091 | "type": "zip",
|
---|
1092 | "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
---|
1093 | "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
|
---|
1094 | "shasum": ""
|
---|
1095 | },
|
---|
1096 | "require": {
|
---|
1097 | "php": ">=7.1",
|
---|
1098 | "psr/http-message": "^1.0 || ^2.0"
|
---|
1099 | },
|
---|
1100 | "type": "library",
|
---|
1101 | "extra": {
|
---|
1102 | "branch-alias": {
|
---|
1103 | "dev-master": "1.0.x-dev"
|
---|
1104 | }
|
---|
1105 | },
|
---|
1106 | "autoload": {
|
---|
1107 | "psr-4": {
|
---|
1108 | "Psr\\Http\\Message\\": "src/"
|
---|
1109 | }
|
---|
1110 | },
|
---|
1111 | "notification-url": "https://packagist.org/downloads/",
|
---|
1112 | "license": [
|
---|
1113 | "MIT"
|
---|
1114 | ],
|
---|
1115 | "authors": [
|
---|
1116 | {
|
---|
1117 | "name": "PHP-FIG",
|
---|
1118 | "homepage": "https://www.php-fig.org/"
|
---|
1119 | }
|
---|
1120 | ],
|
---|
1121 | "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
|
---|
1122 | "keywords": [
|
---|
1123 | "factory",
|
---|
1124 | "http",
|
---|
1125 | "message",
|
---|
1126 | "psr",
|
---|
1127 | "psr-17",
|
---|
1128 | "psr-7",
|
---|
1129 | "request",
|
---|
1130 | "response"
|
---|
1131 | ],
|
---|
1132 | "support": {
|
---|
1133 | "source": "https://github.com/php-fig/http-factory"
|
---|
1134 | },
|
---|
1135 | "time": "2024-04-15T12:06:14+00:00"
|
---|
1136 | },
|
---|
1137 | {
|
---|
1138 | "name": "psr/http-message",
|
---|
1139 | "version": "2.0",
|
---|
1140 | "source": {
|
---|
1141 | "type": "git",
|
---|
1142 | "url": "https://github.com/php-fig/http-message.git",
|
---|
1143 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
|
---|
1144 | },
|
---|
1145 | "dist": {
|
---|
1146 | "type": "zip",
|
---|
1147 | "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
---|
1148 | "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
|
---|
1149 | "shasum": ""
|
---|
1150 | },
|
---|
1151 | "require": {
|
---|
1152 | "php": "^7.2 || ^8.0"
|
---|
1153 | },
|
---|
1154 | "type": "library",
|
---|
1155 | "extra": {
|
---|
1156 | "branch-alias": {
|
---|
1157 | "dev-master": "2.0.x-dev"
|
---|
1158 | }
|
---|
1159 | },
|
---|
1160 | "autoload": {
|
---|
1161 | "psr-4": {
|
---|
1162 | "Psr\\Http\\Message\\": "src/"
|
---|
1163 | }
|
---|
1164 | },
|
---|
1165 | "notification-url": "https://packagist.org/downloads/",
|
---|
1166 | "license": [
|
---|
1167 | "MIT"
|
---|
1168 | ],
|
---|
1169 | "authors": [
|
---|
1170 | {
|
---|
1171 | "name": "PHP-FIG",
|
---|
1172 | "homepage": "https://www.php-fig.org/"
|
---|
1173 | }
|
---|
1174 | ],
|
---|
1175 | "description": "Common interface for HTTP messages",
|
---|
1176 | "homepage": "https://github.com/php-fig/http-message",
|
---|
1177 | "keywords": [
|
---|
1178 | "http",
|
---|
1179 | "http-message",
|
---|
1180 | "psr",
|
---|
1181 | "psr-7",
|
---|
1182 | "request",
|
---|
1183 | "response"
|
---|
1184 | ],
|
---|
1185 | "support": {
|
---|
1186 | "source": "https://github.com/php-fig/http-message/tree/2.0"
|
---|
1187 | },
|
---|
1188 | "time": "2023-04-04T09:54:51+00:00"
|
---|
1189 | },
|
---|
1190 | {
|
---|
1191 | "name": "psr/log",
|
---|
1192 | "version": "3.0.2",
|
---|
1193 | "source": {
|
---|
1194 | "type": "git",
|
---|
1195 | "url": "https://github.com/php-fig/log.git",
|
---|
1196 | "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
|
---|
1197 | },
|
---|
1198 | "dist": {
|
---|
1199 | "type": "zip",
|
---|
1200 | "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
---|
1201 | "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
|
---|
1202 | "shasum": ""
|
---|
1203 | },
|
---|
1204 | "require": {
|
---|
1205 | "php": ">=8.0.0"
|
---|
1206 | },
|
---|
1207 | "type": "library",
|
---|
1208 | "extra": {
|
---|
1209 | "branch-alias": {
|
---|
1210 | "dev-master": "3.x-dev"
|
---|
1211 | }
|
---|
1212 | },
|
---|
1213 | "autoload": {
|
---|
1214 | "psr-4": {
|
---|
1215 | "Psr\\Log\\": "src"
|
---|
1216 | }
|
---|
1217 | },
|
---|
1218 | "notification-url": "https://packagist.org/downloads/",
|
---|
1219 | "license": [
|
---|
1220 | "MIT"
|
---|
1221 | ],
|
---|
1222 | "authors": [
|
---|
1223 | {
|
---|
1224 | "name": "PHP-FIG",
|
---|
1225 | "homepage": "https://www.php-fig.org/"
|
---|
1226 | }
|
---|
1227 | ],
|
---|
1228 | "description": "Common interface for logging libraries",
|
---|
1229 | "homepage": "https://github.com/php-fig/log",
|
---|
1230 | "keywords": [
|
---|
1231 | "log",
|
---|
1232 | "psr",
|
---|
1233 | "psr-3"
|
---|
1234 | ],
|
---|
1235 | "support": {
|
---|
1236 | "source": "https://github.com/php-fig/log/tree/3.0.2"
|
---|
1237 | },
|
---|
1238 | "time": "2024-09-11T13:17:53+00:00"
|
---|
1239 | },
|
---|
1240 | {
|
---|
1241 | "name": "ralouphie/getallheaders",
|
---|
1242 | "version": "3.0.3",
|
---|
1243 | "source": {
|
---|
1244 | "type": "git",
|
---|
1245 | "url": "https://github.com/ralouphie/getallheaders.git",
|
---|
1246 | "reference": "120b605dfeb996808c31b6477290a714d356e822"
|
---|
1247 | },
|
---|
1248 | "dist": {
|
---|
1249 | "type": "zip",
|
---|
1250 | "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
|
---|
1251 | "reference": "120b605dfeb996808c31b6477290a714d356e822",
|
---|
1252 | "shasum": ""
|
---|
1253 | },
|
---|
1254 | "require": {
|
---|
1255 | "php": ">=5.6"
|
---|
1256 | },
|
---|
1257 | "require-dev": {
|
---|
1258 | "php-coveralls/php-coveralls": "^2.1",
|
---|
1259 | "phpunit/phpunit": "^5 || ^6.5"
|
---|
1260 | },
|
---|
1261 | "type": "library",
|
---|
1262 | "autoload": {
|
---|
1263 | "files": [
|
---|
1264 | "src/getallheaders.php"
|
---|
1265 | ]
|
---|
1266 | },
|
---|
1267 | "notification-url": "https://packagist.org/downloads/",
|
---|
1268 | "license": [
|
---|
1269 | "MIT"
|
---|
1270 | ],
|
---|
1271 | "authors": [
|
---|
1272 | {
|
---|
1273 | "name": "Ralph Khattar",
|
---|
1274 | "email": "ralph.khattar@gmail.com"
|
---|
1275 | }
|
---|
1276 | ],
|
---|
1277 | "description": "A polyfill for getallheaders.",
|
---|
1278 | "support": {
|
---|
1279 | "issues": "https://github.com/ralouphie/getallheaders/issues",
|
---|
1280 | "source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
---|
1281 | },
|
---|
1282 | "time": "2019-03-08T08:55:37+00:00"
|
---|
1283 | },
|
---|
1284 | {
|
---|
1285 | "name": "symfony/deprecation-contracts",
|
---|
1286 | "version": "v3.5.1",
|
---|
1287 | "source": {
|
---|
1288 | "type": "git",
|
---|
1289 | "url": "https://github.com/symfony/deprecation-contracts.git",
|
---|
1290 | "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
|
---|
1291 | },
|
---|
1292 | "dist": {
|
---|
1293 | "type": "zip",
|
---|
1294 | "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
---|
1295 | "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
|
---|
1296 | "shasum": ""
|
---|
1297 | },
|
---|
1298 | "require": {
|
---|
1299 | "php": ">=8.1"
|
---|
1300 | },
|
---|
1301 | "type": "library",
|
---|
1302 | "extra": {
|
---|
1303 | "branch-alias": {
|
---|
1304 | "dev-main": "3.5-dev"
|
---|
1305 | },
|
---|
1306 | "thanks": {
|
---|
1307 | "name": "symfony/contracts",
|
---|
1308 | "url": "https://github.com/symfony/contracts"
|
---|
1309 | }
|
---|
1310 | },
|
---|
1311 | "autoload": {
|
---|
1312 | "files": [
|
---|
1313 | "function.php"
|
---|
1314 | ]
|
---|
1315 | },
|
---|
1316 | "notification-url": "https://packagist.org/downloads/",
|
---|
1317 | "license": [
|
---|
1318 | "MIT"
|
---|
1319 | ],
|
---|
1320 | "authors": [
|
---|
1321 | {
|
---|
1322 | "name": "Nicolas Grekas",
|
---|
1323 | "email": "p@tchwork.com"
|
---|
1324 | },
|
---|
1325 | {
|
---|
1326 | "name": "Symfony Community",
|
---|
1327 | "homepage": "https://symfony.com/contributors"
|
---|
1328 | }
|
---|
1329 | ],
|
---|
1330 | "description": "A generic function and convention to trigger deprecation notices",
|
---|
1331 | "homepage": "https://symfony.com",
|
---|
1332 | "support": {
|
---|
1333 | "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
|
---|
1334 | },
|
---|
1335 | "funding": [
|
---|
1336 | {
|
---|
1337 | "url": "https://symfony.com/sponsor",
|
---|
1338 | "type": "custom"
|
---|
1339 | },
|
---|
1340 | {
|
---|
1341 | "url": "https://github.com/fabpot",
|
---|
1342 | "type": "github"
|
---|
1343 | },
|
---|
1344 | {
|
---|
1345 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
---|
1346 | "type": "tidelift"
|
---|
1347 | }
|
---|
1348 | ],
|
---|
1349 | "time": "2024-09-25T14:20:29+00:00"
|
---|
1350 | }
|
---|
1351 | ],
|
---|
1352 | "packages-dev": [],
|
---|
1353 | "aliases": [],
|
---|
1354 | "minimum-stability": "stable",
|
---|
1355 | "stability-flags": {},
|
---|
1356 | "prefer-stable": false,
|
---|
1357 | "prefer-lowest": false,
|
---|
1358 | "platform": {},
|
---|
1359 | "platform-dev": {},
|
---|
1360 | "plugin-api-version": "2.6.0"
|
---|
1361 | }
|
---|