PluginProbe
Authorizer / 3.9.0
Authorizer v3.9.0
3.16.0 3.15.3 3.15.2 3.15.1 3.15.0 3.14.3 3.14.4 3.14.2 3.14.1 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.9.0 2.9.1 2.9.10 2.9.11 2.9.12 2.9.13 2.9.2 2.9.3 All 127 releases
authorizer / vendor / composer / installed.json

installed.json in Authorizer 3.9.0, at vendor/composer/installed.json

1,592 lines 58.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "apereo/phpcas",
5 "version": "1.6.1",
6 "version_normalized": "1.6.1.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/apereo/phpCAS.git",
10 "reference": "c129708154852656aabb13d8606cd5b12dbbabac"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/apereo/phpCAS/zipball/c129708154852656aabb13d8606cd5b12dbbabac",
15 "reference": "c129708154852656aabb13d8606cd5b12dbbabac",
16 "shasum": ""
17 },
18 "require": {
19 "ext-curl": "*",
20 "ext-dom": "*",
21 "php": ">=7.1.0",
22 "psr/log": "^1.0 || ^2.0 || ^3.0"
23 },
24 "require-dev": {
25 "monolog/monolog": "^1.0.0 || ^2.0.0",
26 "phpstan/phpstan": "^1.5",
27 "phpunit/phpunit": ">=7.5"
28 },
29 "time": "2023-02-19T19:52:35+00:00",
30 "type": "library",
31 "extra": {
32 "branch-alias": {
33 "dev-master": "1.3.x-dev"
34 }
35 },
36 "installation-source": "dist",
37 "autoload": {
38 "files": [
39 "source/CAS.php"
40 ],
41 "classmap": [
42 "source/"
43 ]
44 },
45 "notification-url": "https://packagist.org/downloads/",
46 "license": [
47 "Apache-2.0"
48 ],
49 "authors": [
50 {
51 "name": "Joachim Fritschi",
52 "email": "jfritschi@freenet.de",
53 "homepage": "https://github.com/jfritschi"
54 },
55 {
56 "name": "Adam Franco",
57 "homepage": "https://github.com/adamfranco"
58 },
59 {
60 "name": "Henry Pan",
61 "homepage": "https://github.com/phy25"
62 }
63 ],
64 "description": "Provides a simple API for authenticating users against a CAS server",
65 "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
66 "keywords": [
67 "apereo",
68 "cas",
69 "jasig"
70 ],
71 "support": {
72 "issues": "https://github.com/apereo/phpCAS/issues",
73 "source": "https://github.com/apereo/phpCAS/tree/1.6.1"
74 },
75 "install-path": "../apereo/phpcas"
76 },
77 {
78 "name": "firebase/php-jwt",
79 "version": "v6.4.0",
80 "version_normalized": "6.4.0.0",
81 "source": {
82 "type": "git",
83 "url": "https://github.com/firebase/php-jwt.git",
84 "reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224"
85 },
86 "dist": {
87 "type": "zip",
88 "url": "https://api.github.com/repos/firebase/php-jwt/zipball/4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
89 "reference": "4dd1e007f22a927ac77da5a3fbb067b42d3bc224",
90 "shasum": ""
91 },
92 "require": {
93 "php": "^7.1||^8.0"
94 },
95 "require-dev": {
96 "guzzlehttp/guzzle": "^6.5||^7.4",
97 "phpspec/prophecy-phpunit": "^1.1",
98 "phpunit/phpunit": "^7.5||^9.5",
99 "psr/cache": "^1.0||^2.0",
100 "psr/http-client": "^1.0",
101 "psr/http-factory": "^1.0"
102 },
103 "suggest": {
104 "ext-sodium": "Support EdDSA (Ed25519) signatures",
105 "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
106 },
107 "time": "2023-02-09T21:01:23+00:00",
108 "type": "library",
109 "installation-source": "dist",
110 "autoload": {
111 "psr-4": {
112 "Firebase\\JWT\\": "src"
113 }
114 },
115 "notification-url": "https://packagist.org/downloads/",
116 "license": [
117 "BSD-3-Clause"
118 ],
119 "authors": [
120 {
121 "name": "Neuman Vong",
122 "email": "neuman+pear@twilio.com",
123 "role": "Developer"
124 },
125 {
126 "name": "Anant Narayanan",
127 "email": "anant@php.net",
128 "role": "Developer"
129 }
130 ],
131 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
132 "homepage": "https://github.com/firebase/php-jwt",
133 "keywords": [
134 "jwt",
135 "php"
136 ],
137 "support": {
138 "issues": "https://github.com/firebase/php-jwt/issues",
139 "source": "https://github.com/firebase/php-jwt/tree/v6.4.0"
140 },
141 "install-path": "../firebase/php-jwt"
142 },
143 {
144 "name": "google/apiclient",
145 "version": "v2.14.0",
146 "version_normalized": "2.14.0.0",
147 "source": {
148 "type": "git",
149 "url": "https://github.com/googleapis/google-api-php-client.git",
150 "reference": "789c8b07cad97f420ac0467c782036f955a2ad89"
151 },
152 "dist": {
153 "type": "zip",
154 "url": "https://api.github.com/repos/googleapis/google-api-php-client/zipball/789c8b07cad97f420ac0467c782036f955a2ad89",
155 "reference": "789c8b07cad97f420ac0467c782036f955a2ad89",
156 "shasum": ""
157 },
158 "require": {
159 "firebase/php-jwt": "~2.0||~3.0||~4.0||~5.0||~6.0",
160 "google/apiclient-services": "~0.200",
161 "google/auth": "^1.10",
162 "guzzlehttp/guzzle": "~5.3.3||~6.0||~7.0",
163 "guzzlehttp/psr7": "^1.8.4||^2.2.1",
164 "monolog/monolog": "^1.17||^2.0||^3.0",
165 "php": "^5.6|^7.0|^8.0",
166 "phpseclib/phpseclib": "~2.0||^3.0.2"
167 },
168 "require-dev": {
169 "cache/filesystem-adapter": "^0.3.2|^1.1",
170 "composer/composer": "^1.10.22",
171 "phpcompatibility/php-compatibility": "^9.2",
172 "phpspec/prophecy-phpunit": "^1.1||^2.0",
173 "phpunit/phpunit": "^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
174 "squizlabs/php_codesniffer": "^3.0",
175 "symfony/css-selector": "~2.1",
176 "symfony/dom-crawler": "~2.1",
177 "yoast/phpunit-polyfills": "^1.0"
178 },
179 "suggest": {
180 "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
181 },
182 "time": "2023-05-11T21:54:55+00:00",
183 "type": "library",
184 "extra": {
185 "branch-alias": {
186 "dev-main": "2.x-dev"
187 }
188 },
189 "installation-source": "dist",
190 "autoload": {
191 "files": [
192 "src/aliases.php"
193 ],
194 "psr-4": {
195 "Google\\": "src/"
196 },
197 "classmap": [
198 "src/aliases.php"
199 ]
200 },
201 "notification-url": "https://packagist.org/downloads/",
202 "license": [
203 "Apache-2.0"
204 ],
205 "description": "Client library for Google APIs",
206 "homepage": "http://developers.google.com/api-client-library/php",
207 "keywords": [
208 "google"
209 ],
210 "support": {
211 "issues": "https://github.com/googleapis/google-api-php-client/issues",
212 "source": "https://github.com/googleapis/google-api-php-client/tree/v2.14.0"
213 },
214 "install-path": "../google/apiclient"
215 },
216 {
217 "name": "google/apiclient-services",
218 "version": "v0.302.0",
219 "version_normalized": "0.302.0.0",
220 "source": {
221 "type": "git",
222 "url": "https://github.com/googleapis/google-api-php-client-services.git",
223 "reference": "ac872f59a7b4631b12628fe990c167d18a71c783"
224 },
225 "dist": {
226 "type": "zip",
227 "url": "https://api.github.com/repos/googleapis/google-api-php-client-services/zipball/ac872f59a7b4631b12628fe990c167d18a71c783",
228 "reference": "ac872f59a7b4631b12628fe990c167d18a71c783",
229 "shasum": ""
230 },
231 "require": {
232 "php": ">=5.6"
233 },
234 "require-dev": {
235 "phpunit/phpunit": "^5.7||^8.5.13"
236 },
237 "time": "2023-05-16T01:08:12+00:00",
238 "type": "library",
239 "installation-source": "dist",
240 "autoload": {
241 "files": [
242 "autoload.php"
243 ],
244 "psr-4": {
245 "Google\\Service\\": "src"
246 }
247 },
248 "notification-url": "https://packagist.org/downloads/",
249 "license": [
250 "Apache-2.0"
251 ],
252 "description": "Client library for Google APIs",
253 "homepage": "http://developers.google.com/api-client-library/php",
254 "keywords": [
255 "google"
256 ],
257 "support": {
258 "issues": "https://github.com/googleapis/google-api-php-client-services/issues",
259 "source": "https://github.com/googleapis/google-api-php-client-services/tree/v0.302.0"
260 },
261 "install-path": "../google/apiclient-services"
262 },
263 {
264 "name": "google/auth",
265 "version": "v1.26.0",
266 "version_normalized": "1.26.0.0",
267 "source": {
268 "type": "git",
269 "url": "https://github.com/googleapis/google-auth-library-php.git",
270 "reference": "f1f0d0319e2e7750ebfaa523c78819792a9ed9f7"
271 },
272 "dist": {
273 "type": "zip",
274 "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/f1f0d0319e2e7750ebfaa523c78819792a9ed9f7",
275 "reference": "f1f0d0319e2e7750ebfaa523c78819792a9ed9f7",
276 "shasum": ""
277 },
278 "require": {
279 "firebase/php-jwt": "^5.5||^6.0",
280 "guzzlehttp/guzzle": "^6.2.1|^7.0",
281 "guzzlehttp/psr7": "^1.7|^2.0",
282 "php": "^7.1||^8.0",
283 "psr/cache": "^1.0|^2.0|^3.0",
284 "psr/http-message": "^1.0"
285 },
286 "require-dev": {
287 "guzzlehttp/promises": "0.1.1|^1.3",
288 "kelvinmo/simplejwt": "0.7.0",
289 "phpseclib/phpseclib": "^2.0.31||^3.0",
290 "phpspec/prophecy-phpunit": "^1.1||^2.0",
291 "phpunit/phpunit": "^7.5||^9.0.0",
292 "sebastian/comparator": ">=1.2.3",
293 "squizlabs/php_codesniffer": "^3.5"
294 },
295 "suggest": {
296 "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2."
297 },
298 "time": "2023-04-05T15:11:57+00:00",
299 "type": "library",
300 "installation-source": "dist",
301 "autoload": {
302 "psr-4": {
303 "Google\\Auth\\": "src"
304 }
305 },
306 "notification-url": "https://packagist.org/downloads/",
307 "license": [
308 "Apache-2.0"
309 ],
310 "description": "Google Auth Library for PHP",
311 "homepage": "http://github.com/google/google-auth-library-php",
312 "keywords": [
313 "Authentication",
314 "google",
315 "oauth2"
316 ],
317 "support": {
318 "docs": "https://googleapis.github.io/google-auth-library-php/main/",
319 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
320 "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.26.0"
321 },
322 "install-path": "../google/auth"
323 },
324 {
325 "name": "guzzlehttp/guzzle",
326 "version": "7.9.1",
327 "version_normalized": "7.9.1.0",
328 "source": {
329 "type": "git",
330 "url": "https://github.com/guzzle/guzzle.git",
331 "reference": "a629e5b69db96eb4939c1b34114130077dd4c6fc"
332 },
333 "dist": {
334 "type": "zip",
335 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a629e5b69db96eb4939c1b34114130077dd4c6fc",
336 "reference": "a629e5b69db96eb4939c1b34114130077dd4c6fc",
337 "shasum": ""
338 },
339 "require": {
340 "ext-json": "*",
341 "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
342 "guzzlehttp/psr7": "^2.7.0",
343 "php": "^7.2.5 || ^8.0",
344 "psr/http-client": "^1.0",
345 "symfony/deprecation-contracts": "^2.2 || ^3.0"
346 },
347 "provide": {
348 "psr/http-client-implementation": "1.0"
349 },
350 "require-dev": {
351 "bamarni/composer-bin-plugin": "^1.8.2",
352 "ext-curl": "*",
353 "guzzle/client-integration-tests": "3.0.2",
354 "php-http/message-factory": "^1.1",
355 "phpunit/phpunit": "^8.5.39 || ^9.6.20",
356 "psr/log": "^1.1 || ^2.0 || ^3.0"
357 },
358 "suggest": {
359 "ext-curl": "Required for CURL handler support",
360 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
361 "psr/log": "Required for using the Log middleware"
362 },
363 "time": "2024-07-19T16:19:57+00:00",
364 "type": "library",
365 "extra": {
366 "bamarni-bin": {
367 "bin-links": true,
368 "forward-command": false
369 }
370 },
371 "installation-source": "dist",
372 "autoload": {
373 "files": [
374 "src/functions_include.php"
375 ],
376 "psr-4": {
377 "GuzzleHttp\\": "src/"
378 }
379 },
380 "notification-url": "https://packagist.org/downloads/",
381 "license": [
382 "MIT"
383 ],
384 "authors": [
385 {
386 "name": "Graham Campbell",
387 "email": "hello@gjcampbell.co.uk",
388 "homepage": "https://github.com/GrahamCampbell"
389 },
390 {
391 "name": "Michael Dowling",
392 "email": "mtdowling@gmail.com",
393 "homepage": "https://github.com/mtdowling"
394 },
395 {
396 "name": "Jeremy Lindblom",
397 "email": "jeremeamia@gmail.com",
398 "homepage": "https://github.com/jeremeamia"
399 },
400 {
401 "name": "George Mponos",
402 "email": "gmponos@gmail.com",
403 "homepage": "https://github.com/gmponos"
404 },
405 {
406 "name": "Tobias Nyholm",
407 "email": "tobias.nyholm@gmail.com",
408 "homepage": "https://github.com/Nyholm"
409 },
410 {
411 "name": "Márk Sági-Kazár",
412 "email": "mark.sagikazar@gmail.com",
413 "homepage": "https://github.com/sagikazarmark"
414 },
415 {
416 "name": "Tobias Schultze",
417 "email": "webmaster@tubo-world.de",
418 "homepage": "https://github.com/Tobion"
419 }
420 ],
421 "description": "Guzzle is a PHP HTTP client library",
422 "keywords": [
423 "client",
424 "curl",
425 "framework",
426 "http",
427 "http client",
428 "psr-18",
429 "psr-7",
430 "rest",
431 "web service"
432 ],
433 "support": {
434 "issues": "https://github.com/guzzle/guzzle/issues",
435 "source": "https://github.com/guzzle/guzzle/tree/7.9.1"
436 },
437 "funding": [
438 {
439 "url": "https://github.com/GrahamCampbell",
440 "type": "github"
441 },
442 {
443 "url": "https://github.com/Nyholm",
444 "type": "github"
445 },
446 {
447 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
448 "type": "tidelift"
449 }
450 ],
451 "install-path": "../guzzlehttp/guzzle"
452 },
453 {
454 "name": "guzzlehttp/promises",
455 "version": "2.0.3",
456 "version_normalized": "2.0.3.0",
457 "source": {
458 "type": "git",
459 "url": "https://github.com/guzzle/promises.git",
460 "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8"
461 },
462 "dist": {
463 "type": "zip",
464 "url": "https://api.github.com/repos/guzzle/promises/zipball/6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
465 "reference": "6ea8dd08867a2a42619d65c3deb2c0fcbf81c8f8",
466 "shasum": ""
467 },
468 "require": {
469 "php": "^7.2.5 || ^8.0"
470 },
471 "require-dev": {
472 "bamarni/composer-bin-plugin": "^1.8.2",
473 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
474 },
475 "time": "2024-07-18T10:29:17+00:00",
476 "type": "library",
477 "extra": {
478 "bamarni-bin": {
479 "bin-links": true,
480 "forward-command": false
481 }
482 },
483 "installation-source": "dist",
484 "autoload": {
485 "psr-4": {
486 "GuzzleHttp\\Promise\\": "src/"
487 }
488 },
489 "notification-url": "https://packagist.org/downloads/",
490 "license": [
491 "MIT"
492 ],
493 "authors": [
494 {
495 "name": "Graham Campbell",
496 "email": "hello@gjcampbell.co.uk",
497 "homepage": "https://github.com/GrahamCampbell"
498 },
499 {
500 "name": "Michael Dowling",
501 "email": "mtdowling@gmail.com",
502 "homepage": "https://github.com/mtdowling"
503 },
504 {
505 "name": "Tobias Nyholm",
506 "email": "tobias.nyholm@gmail.com",
507 "homepage": "https://github.com/Nyholm"
508 },
509 {
510 "name": "Tobias Schultze",
511 "email": "webmaster@tubo-world.de",
512 "homepage": "https://github.com/Tobion"
513 }
514 ],
515 "description": "Guzzle promises library",
516 "keywords": [
517 "promise"
518 ],
519 "support": {
520 "issues": "https://github.com/guzzle/promises/issues",
521 "source": "https://github.com/guzzle/promises/tree/2.0.3"
522 },
523 "funding": [
524 {
525 "url": "https://github.com/GrahamCampbell",
526 "type": "github"
527 },
528 {
529 "url": "https://github.com/Nyholm",
530 "type": "github"
531 },
532 {
533 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
534 "type": "tidelift"
535 }
536 ],
537 "install-path": "../guzzlehttp/promises"
538 },
539 {
540 "name": "guzzlehttp/psr7",
541 "version": "2.7.0",
542 "version_normalized": "2.7.0.0",
543 "source": {
544 "type": "git",
545 "url": "https://github.com/guzzle/psr7.git",
546 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201"
547 },
548 "dist": {
549 "type": "zip",
550 "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
551 "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201",
552 "shasum": ""
553 },
554 "require": {
555 "php": "^7.2.5 || ^8.0",
556 "psr/http-factory": "^1.0",
557 "psr/http-message": "^1.1 || ^2.0",
558 "ralouphie/getallheaders": "^3.0"
559 },
560 "provide": {
561 "psr/http-factory-implementation": "1.0",
562 "psr/http-message-implementation": "1.0"
563 },
564 "require-dev": {
565 "bamarni/composer-bin-plugin": "^1.8.2",
566 "http-interop/http-factory-tests": "0.9.0",
567 "phpunit/phpunit": "^8.5.39 || ^9.6.20"
568 },
569 "suggest": {
570 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
571 },
572 "time": "2024-07-18T11:15:46+00:00",
573 "type": "library",
574 "extra": {
575 "bamarni-bin": {
576 "bin-links": true,
577 "forward-command": false
578 }
579 },
580 "installation-source": "dist",
581 "autoload": {
582 "psr-4": {
583 "GuzzleHttp\\Psr7\\": "src/"
584 }
585 },
586 "notification-url": "https://packagist.org/downloads/",
587 "license": [
588 "MIT"
589 ],
590 "authors": [
591 {
592 "name": "Graham Campbell",
593 "email": "hello@gjcampbell.co.uk",
594 "homepage": "https://github.com/GrahamCampbell"
595 },
596 {
597 "name": "Michael Dowling",
598 "email": "mtdowling@gmail.com",
599 "homepage": "https://github.com/mtdowling"
600 },
601 {
602 "name": "George Mponos",
603 "email": "gmponos@gmail.com",
604 "homepage": "https://github.com/gmponos"
605 },
606 {
607 "name": "Tobias Nyholm",
608 "email": "tobias.nyholm@gmail.com",
609 "homepage": "https://github.com/Nyholm"
610 },
611 {
612 "name": "Márk Sági-Kazár",
613 "email": "mark.sagikazar@gmail.com",
614 "homepage": "https://github.com/sagikazarmark"
615 },
616 {
617 "name": "Tobias Schultze",
618 "email": "webmaster@tubo-world.de",
619 "homepage": "https://github.com/Tobion"
620 },
621 {
622 "name": "Márk Sági-Kazár",
623 "email": "mark.sagikazar@gmail.com",
624 "homepage": "https://sagikazarmark.hu"
625 }
626 ],
627 "description": "PSR-7 message implementation that also provides common utility methods",
628 "keywords": [
629 "http",
630 "message",
631 "psr-7",
632 "request",
633 "response",
634 "stream",
635 "uri",
636 "url"
637 ],
638 "support": {
639 "issues": "https://github.com/guzzle/psr7/issues",
640 "source": "https://github.com/guzzle/psr7/tree/2.7.0"
641 },
642 "funding": [
643 {
644 "url": "https://github.com/GrahamCampbell",
645 "type": "github"
646 },
647 {
648 "url": "https://github.com/Nyholm",
649 "type": "github"
650 },
651 {
652 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
653 "type": "tidelift"
654 }
655 ],
656 "install-path": "../guzzlehttp/psr7"
657 },
658 {
659 "name": "league/oauth2-client",
660 "version": "2.7.0",
661 "version_normalized": "2.7.0.0",
662 "source": {
663 "type": "git",
664 "url": "https://github.com/thephpleague/oauth2-client.git",
665 "reference": "160d6274b03562ebeb55ed18399281d8118b76c8"
666 },
667 "dist": {
668 "type": "zip",
669 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8",
670 "reference": "160d6274b03562ebeb55ed18399281d8118b76c8",
671 "shasum": ""
672 },
673 "require": {
674 "guzzlehttp/guzzle": "^6.0 || ^7.0",
675 "paragonie/random_compat": "^1 || ^2 || ^9.99",
676 "php": "^5.6 || ^7.0 || ^8.0"
677 },
678 "require-dev": {
679 "mockery/mockery": "^1.3.5",
680 "php-parallel-lint/php-parallel-lint": "^1.3.1",
681 "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
682 "squizlabs/php_codesniffer": "^2.3 || ^3.0"
683 },
684 "time": "2023-04-16T18:19:15+00:00",
685 "type": "library",
686 "extra": {
687 "branch-alias": {
688 "dev-2.x": "2.0.x-dev"
689 }
690 },
691 "installation-source": "dist",
692 "autoload": {
693 "psr-4": {
694 "League\\OAuth2\\Client\\": "src/"
695 }
696 },
697 "notification-url": "https://packagist.org/downloads/",
698 "license": [
699 "MIT"
700 ],
701 "authors": [
702 {
703 "name": "Alex Bilbie",
704 "email": "hello@alexbilbie.com",
705 "homepage": "http://www.alexbilbie.com",
706 "role": "Developer"
707 },
708 {
709 "name": "Woody Gilk",
710 "homepage": "https://github.com/shadowhand",
711 "role": "Contributor"
712 }
713 ],
714 "description": "OAuth 2.0 Client Library",
715 "keywords": [
716 "Authentication",
717 "SSO",
718 "authorization",
719 "identity",
720 "idp",
721 "oauth",
722 "oauth2",
723 "single sign on"
724 ],
725 "support": {
726 "issues": "https://github.com/thephpleague/oauth2-client/issues",
727 "source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0"
728 },
729 "install-path": "../league/oauth2-client"
730 },
731 {
732 "name": "league/oauth2-github",
733 "version": "2.0.0",
734 "version_normalized": "2.0.0.0",
735 "source": {
736 "type": "git",
737 "url": "https://github.com/thephpleague/oauth2-github.git",
738 "reference": "e63d64f3ec167c09232d189c6b0c397458a99357"
739 },
740 "dist": {
741 "type": "zip",
742 "url": "https://api.github.com/repos/thephpleague/oauth2-github/zipball/e63d64f3ec167c09232d189c6b0c397458a99357",
743 "reference": "e63d64f3ec167c09232d189c6b0c397458a99357",
744 "shasum": ""
745 },
746 "require": {
747 "league/oauth2-client": "^2.0"
748 },
749 "require-dev": {
750 "mockery/mockery": "~0.9",
751 "phpunit/phpunit": "~4.0",
752 "squizlabs/php_codesniffer": "~2.0"
753 },
754 "time": "2017-01-26T01:14:51+00:00",
755 "type": "library",
756 "extra": {
757 "branch-alias": {
758 "dev-master": "1.0.x-dev"
759 }
760 },
761 "installation-source": "dist",
762 "autoload": {
763 "psr-4": {
764 "League\\OAuth2\\Client\\": "src/"
765 }
766 },
767 "notification-url": "https://packagist.org/downloads/",
768 "license": [
769 "MIT"
770 ],
771 "authors": [
772 {
773 "name": "Steven Maguire",
774 "email": "stevenmaguire@gmail.com",
775 "homepage": "https://github.com/stevenmaguire"
776 }
777 ],
778 "description": "Github OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
779 "keywords": [
780 "authorisation",
781 "authorization",
782 "client",
783 "github",
784 "oauth",
785 "oauth2"
786 ],
787 "support": {
788 "issues": "https://github.com/thephpleague/oauth2-github/issues",
789 "source": "https://github.com/thephpleague/oauth2-github/tree/master"
790 },
791 "install-path": "../league/oauth2-github"
792 },
793 {
794 "name": "monolog/monolog",
795 "version": "2.9.3",
796 "version_normalized": "2.9.3.0",
797 "source": {
798 "type": "git",
799 "url": "https://github.com/Seldaek/monolog.git",
800 "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215"
801 },
802 "dist": {
803 "type": "zip",
804 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/a30bfe2e142720dfa990d0a7e573997f5d884215",
805 "reference": "a30bfe2e142720dfa990d0a7e573997f5d884215",
806 "shasum": ""
807 },
808 "require": {
809 "php": ">=7.2",
810 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
811 },
812 "provide": {
813 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
814 },
815 "require-dev": {
816 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
817 "doctrine/couchdb": "~1.0@dev",
818 "elasticsearch/elasticsearch": "^7 || ^8",
819 "ext-json": "*",
820 "graylog2/gelf-php": "^1.4.2 || ^2@dev",
821 "guzzlehttp/guzzle": "^7.4",
822 "guzzlehttp/psr7": "^2.2",
823 "mongodb/mongodb": "^1.8",
824 "php-amqplib/php-amqplib": "~2.4 || ^3",
825 "phpspec/prophecy": "^1.15",
826 "phpstan/phpstan": "^1.10",
827 "phpunit/phpunit": "^8.5.38 || ^9.6.19",
828 "predis/predis": "^1.1 || ^2.0",
829 "rollbar/rollbar": "^1.3 || ^2 || ^3",
830 "ruflin/elastica": "^7",
831 "swiftmailer/swiftmailer": "^5.3|^6.0",
832 "symfony/mailer": "^5.4 || ^6",
833 "symfony/mime": "^5.4 || ^6"
834 },
835 "suggest": {
836 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
837 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
838 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
839 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
840 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
841 "ext-mbstring": "Allow to work properly with unicode symbols",
842 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
843 "ext-openssl": "Required to send log messages using SSL",
844 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
845 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
846 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
847 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
848 "rollbar/rollbar": "Allow sending log messages to Rollbar",
849 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
850 },
851 "time": "2024-04-12T20:52:51+00:00",
852 "type": "library",
853 "extra": {
854 "branch-alias": {
855 "dev-main": "2.x-dev"
856 }
857 },
858 "installation-source": "dist",
859 "autoload": {
860 "psr-4": {
861 "Monolog\\": "src/Monolog"
862 }
863 },
864 "notification-url": "https://packagist.org/downloads/",
865 "license": [
866 "MIT"
867 ],
868 "authors": [
869 {
870 "name": "Jordi Boggiano",
871 "email": "j.boggiano@seld.be",
872 "homepage": "https://seld.be"
873 }
874 ],
875 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
876 "homepage": "https://github.com/Seldaek/monolog",
877 "keywords": [
878 "log",
879 "logging",
880 "psr-3"
881 ],
882 "support": {
883 "issues": "https://github.com/Seldaek/monolog/issues",
884 "source": "https://github.com/Seldaek/monolog/tree/2.9.3"
885 },
886 "funding": [
887 {
888 "url": "https://github.com/Seldaek",
889 "type": "github"
890 },
891 {
892 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
893 "type": "tidelift"
894 }
895 ],
896 "install-path": "../monolog/monolog"
897 },
898 {
899 "name": "paragonie/constant_time_encoding",
900 "version": "v2.7.0",
901 "version_normalized": "2.7.0.0",
902 "source": {
903 "type": "git",
904 "url": "https://github.com/paragonie/constant_time_encoding.git",
905 "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105"
906 },
907 "dist": {
908 "type": "zip",
909 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105",
910 "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105",
911 "shasum": ""
912 },
913 "require": {
914 "php": "^7|^8"
915 },
916 "require-dev": {
917 "phpunit/phpunit": "^6|^7|^8|^9",
918 "vimeo/psalm": "^1|^2|^3|^4"
919 },
920 "time": "2024-05-08T12:18:48+00:00",
921 "type": "library",
922 "installation-source": "dist",
923 "autoload": {
924 "psr-4": {
925 "ParagonIE\\ConstantTime\\": "src/"
926 }
927 },
928 "notification-url": "https://packagist.org/downloads/",
929 "license": [
930 "MIT"
931 ],
932 "authors": [
933 {
934 "name": "Paragon Initiative Enterprises",
935 "email": "security@paragonie.com",
936 "homepage": "https://paragonie.com",
937 "role": "Maintainer"
938 },
939 {
940 "name": "Steve 'Sc00bz' Thomas",
941 "email": "steve@tobtu.com",
942 "homepage": "https://www.tobtu.com",
943 "role": "Original Developer"
944 }
945 ],
946 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
947 "keywords": [
948 "base16",
949 "base32",
950 "base32_decode",
951 "base32_encode",
952 "base64",
953 "base64_decode",
954 "base64_encode",
955 "bin2hex",
956 "encoding",
957 "hex",
958 "hex2bin",
959 "rfc4648"
960 ],
961 "support": {
962 "email": "info@paragonie.com",
963 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
964 "source": "https://github.com/paragonie/constant_time_encoding"
965 },
966 "install-path": "../paragonie/constant_time_encoding"
967 },
968 {
969 "name": "paragonie/random_compat",
970 "version": "v9.99.100",
971 "version_normalized": "9.99.100.0",
972 "source": {
973 "type": "git",
974 "url": "https://github.com/paragonie/random_compat.git",
975 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
976 },
977 "dist": {
978 "type": "zip",
979 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
980 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
981 "shasum": ""
982 },
983 "require": {
984 "php": ">= 7"
985 },
986 "require-dev": {
987 "phpunit/phpunit": "4.*|5.*",
988 "vimeo/psalm": "^1"
989 },
990 "suggest": {
991 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
992 },
993 "time": "2020-10-15T08:29:30+00:00",
994 "type": "library",
995 "installation-source": "dist",
996 "notification-url": "https://packagist.org/downloads/",
997 "license": [
998 "MIT"
999 ],
1000 "authors": [
1001 {
1002 "name": "Paragon Initiative Enterprises",
1003 "email": "security@paragonie.com",
1004 "homepage": "https://paragonie.com"
1005 }
1006 ],
1007 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
1008 "keywords": [
1009 "csprng",
1010 "polyfill",
1011 "pseudorandom",
1012 "random"
1013 ],
1014 "support": {
1015 "email": "info@paragonie.com",
1016 "issues": "https://github.com/paragonie/random_compat/issues",
1017 "source": "https://github.com/paragonie/random_compat"
1018 },
1019 "install-path": "../paragonie/random_compat"
1020 },
1021 {
1022 "name": "phpseclib/phpseclib",
1023 "version": "3.0.39",
1024 "version_normalized": "3.0.39.0",
1025 "source": {
1026 "type": "git",
1027 "url": "https://github.com/phpseclib/phpseclib.git",
1028 "reference": "211ebc399c6e73c225a018435fe5ae209d1d1485"
1029 },
1030 "dist": {
1031 "type": "zip",
1032 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/211ebc399c6e73c225a018435fe5ae209d1d1485",
1033 "reference": "211ebc399c6e73c225a018435fe5ae209d1d1485",
1034 "shasum": ""
1035 },
1036 "require": {
1037 "paragonie/constant_time_encoding": "^1|^2|^3",
1038 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
1039 "php": ">=5.6.1"
1040 },
1041 "require-dev": {
1042 "phpunit/phpunit": "*"
1043 },
1044 "suggest": {
1045 "ext-dom": "Install the DOM extension to load XML formatted public keys.",
1046 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
1047 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
1048 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
1049 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
1050 },
1051 "time": "2024-06-24T06:27:33+00:00",
1052 "type": "library",
1053 "installation-source": "dist",
1054 "autoload": {
1055 "files": [
1056 "phpseclib/bootstrap.php"
1057 ],
1058 "psr-4": {
1059 "phpseclib3\\": "phpseclib/"
1060 }
1061 },
1062 "notification-url": "https://packagist.org/downloads/",
1063 "license": [
1064 "MIT"
1065 ],
1066 "authors": [
1067 {
1068 "name": "Jim Wigginton",
1069 "email": "terrafrost@php.net",
1070 "role": "Lead Developer"
1071 },
1072 {
1073 "name": "Patrick Monnerat",
1074 "email": "pm@datasphere.ch",
1075 "role": "Developer"
1076 },
1077 {
1078 "name": "Andreas Fischer",
1079 "email": "bantu@phpbb.com",
1080 "role": "Developer"
1081 },
1082 {
1083 "name": "Hans-Jürgen Petrich",
1084 "email": "petrich@tronic-media.com",
1085 "role": "Developer"
1086 },
1087 {
1088 "name": "Graham Campbell",
1089 "email": "graham@alt-three.com",
1090 "role": "Developer"
1091 }
1092 ],
1093 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
1094 "homepage": "http://phpseclib.sourceforge.net",
1095 "keywords": [
1096 "BigInteger",
1097 "aes",
1098 "asn.1",
1099 "asn1",
1100 "blowfish",
1101 "crypto",
1102 "cryptography",
1103 "encryption",
1104 "rsa",
1105 "security",
1106 "sftp",
1107 "signature",
1108 "signing",
1109 "ssh",
1110 "twofish",
1111 "x.509",
1112 "x509"
1113 ],
1114 "support": {
1115 "issues": "https://github.com/phpseclib/phpseclib/issues",
1116 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.39"
1117 },
1118 "funding": [
1119 {
1120 "url": "https://github.com/terrafrost",
1121 "type": "github"
1122 },
1123 {
1124 "url": "https://www.patreon.com/phpseclib",
1125 "type": "patreon"
1126 },
1127 {
1128 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
1129 "type": "tidelift"
1130 }
1131 ],
1132 "install-path": "../phpseclib/phpseclib"
1133 },
1134 {
1135 "name": "psr/cache",
1136 "version": "1.0.1",
1137 "version_normalized": "1.0.1.0",
1138 "source": {
1139 "type": "git",
1140 "url": "https://github.com/php-fig/cache.git",
1141 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
1142 },
1143 "dist": {
1144 "type": "zip",
1145 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
1146 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
1147 "shasum": ""
1148 },
1149 "require": {
1150 "php": ">=5.3.0"
1151 },
1152 "time": "2016-08-06T20:24:11+00:00",
1153 "type": "library",
1154 "extra": {
1155 "branch-alias": {
1156 "dev-master": "1.0.x-dev"
1157 }
1158 },
1159 "installation-source": "dist",
1160 "autoload": {
1161 "psr-4": {
1162 "Psr\\Cache\\": "src/"
1163 }
1164 },
1165 "notification-url": "https://packagist.org/downloads/",
1166 "license": [
1167 "MIT"
1168 ],
1169 "authors": [
1170 {
1171 "name": "PHP-FIG",
1172 "homepage": "http://www.php-fig.org/"
1173 }
1174 ],
1175 "description": "Common interface for caching libraries",
1176 "keywords": [
1177 "cache",
1178 "psr",
1179 "psr-6"
1180 ],
1181 "support": {
1182 "source": "https://github.com/php-fig/cache/tree/master"
1183 },
1184 "install-path": "../psr/cache"
1185 },
1186 {
1187 "name": "psr/http-client",
1188 "version": "1.0.3",
1189 "version_normalized": "1.0.3.0",
1190 "source": {
1191 "type": "git",
1192 "url": "https://github.com/php-fig/http-client.git",
1193 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
1194 },
1195 "dist": {
1196 "type": "zip",
1197 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
1198 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
1199 "shasum": ""
1200 },
1201 "require": {
1202 "php": "^7.0 || ^8.0",
1203 "psr/http-message": "^1.0 || ^2.0"
1204 },
1205 "time": "2023-09-23T14:17:50+00:00",
1206 "type": "library",
1207 "extra": {
1208 "branch-alias": {
1209 "dev-master": "1.0.x-dev"
1210 }
1211 },
1212 "installation-source": "dist",
1213 "autoload": {
1214 "psr-4": {
1215 "Psr\\Http\\Client\\": "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 HTTP clients",
1229 "homepage": "https://github.com/php-fig/http-client",
1230 "keywords": [
1231 "http",
1232 "http-client",
1233 "psr",
1234 "psr-18"
1235 ],
1236 "support": {
1237 "source": "https://github.com/php-fig/http-client"
1238 },
1239 "install-path": "../psr/http-client"
1240 },
1241 {
1242 "name": "psr/http-factory",
1243 "version": "1.1.0",
1244 "version_normalized": "1.1.0.0",
1245 "source": {
1246 "type": "git",
1247 "url": "https://github.com/php-fig/http-factory.git",
1248 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
1249 },
1250 "dist": {
1251 "type": "zip",
1252 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
1253 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
1254 "shasum": ""
1255 },
1256 "require": {
1257 "php": ">=7.1",
1258 "psr/http-message": "^1.0 || ^2.0"
1259 },
1260 "time": "2024-04-15T12:06:14+00:00",
1261 "type": "library",
1262 "extra": {
1263 "branch-alias": {
1264 "dev-master": "1.0.x-dev"
1265 }
1266 },
1267 "installation-source": "dist",
1268 "autoload": {
1269 "psr-4": {
1270 "Psr\\Http\\Message\\": "src/"
1271 }
1272 },
1273 "notification-url": "https://packagist.org/downloads/",
1274 "license": [
1275 "MIT"
1276 ],
1277 "authors": [
1278 {
1279 "name": "PHP-FIG",
1280 "homepage": "https://www.php-fig.org/"
1281 }
1282 ],
1283 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
1284 "keywords": [
1285 "factory",
1286 "http",
1287 "message",
1288 "psr",
1289 "psr-17",
1290 "psr-7",
1291 "request",
1292 "response"
1293 ],
1294 "support": {
1295 "source": "https://github.com/php-fig/http-factory"
1296 },
1297 "install-path": "../psr/http-factory"
1298 },
1299 {
1300 "name": "psr/http-message",
1301 "version": "1.1",
1302 "version_normalized": "1.1.0.0",
1303 "source": {
1304 "type": "git",
1305 "url": "https://github.com/php-fig/http-message.git",
1306 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba"
1307 },
1308 "dist": {
1309 "type": "zip",
1310 "url": "https://api.github.com/repos/php-fig/http-message/zipball/cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1311 "reference": "cb6ce4845ce34a8ad9e68117c10ee90a29919eba",
1312 "shasum": ""
1313 },
1314 "require": {
1315 "php": "^7.2 || ^8.0"
1316 },
1317 "time": "2023-04-04T09:50:52+00:00",
1318 "type": "library",
1319 "extra": {
1320 "branch-alias": {
1321 "dev-master": "1.1.x-dev"
1322 }
1323 },
1324 "installation-source": "dist",
1325 "autoload": {
1326 "psr-4": {
1327 "Psr\\Http\\Message\\": "src/"
1328 }
1329 },
1330 "notification-url": "https://packagist.org/downloads/",
1331 "license": [
1332 "MIT"
1333 ],
1334 "authors": [
1335 {
1336 "name": "PHP-FIG",
1337 "homepage": "http://www.php-fig.org/"
1338 }
1339 ],
1340 "description": "Common interface for HTTP messages",
1341 "homepage": "https://github.com/php-fig/http-message",
1342 "keywords": [
1343 "http",
1344 "http-message",
1345 "psr",
1346 "psr-7",
1347 "request",
1348 "response"
1349 ],
1350 "support": {
1351 "source": "https://github.com/php-fig/http-message/tree/1.1"
1352 },
1353 "install-path": "../psr/http-message"
1354 },
1355 {
1356 "name": "psr/log",
1357 "version": "1.1.4",
1358 "version_normalized": "1.1.4.0",
1359 "source": {
1360 "type": "git",
1361 "url": "https://github.com/php-fig/log.git",
1362 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
1363 },
1364 "dist": {
1365 "type": "zip",
1366 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
1367 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
1368 "shasum": ""
1369 },
1370 "require": {
1371 "php": ">=5.3.0"
1372 },
1373 "time": "2021-05-03T11:20:27+00:00",
1374 "type": "library",
1375 "extra": {
1376 "branch-alias": {
1377 "dev-master": "1.1.x-dev"
1378 }
1379 },
1380 "installation-source": "dist",
1381 "autoload": {
1382 "psr-4": {
1383 "Psr\\Log\\": "Psr/Log/"
1384 }
1385 },
1386 "notification-url": "https://packagist.org/downloads/",
1387 "license": [
1388 "MIT"
1389 ],
1390 "authors": [
1391 {
1392 "name": "PHP-FIG",
1393 "homepage": "https://www.php-fig.org/"
1394 }
1395 ],
1396 "description": "Common interface for logging libraries",
1397 "homepage": "https://github.com/php-fig/log",
1398 "keywords": [
1399 "log",
1400 "psr",
1401 "psr-3"
1402 ],
1403 "support": {
1404 "source": "https://github.com/php-fig/log/tree/1.1.4"
1405 },
1406 "install-path": "../psr/log"
1407 },
1408 {
1409 "name": "ralouphie/getallheaders",
1410 "version": "3.0.3",
1411 "version_normalized": "3.0.3.0",
1412 "source": {
1413 "type": "git",
1414 "url": "https://github.com/ralouphie/getallheaders.git",
1415 "reference": "120b605dfeb996808c31b6477290a714d356e822"
1416 },
1417 "dist": {
1418 "type": "zip",
1419 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1420 "reference": "120b605dfeb996808c31b6477290a714d356e822",
1421 "shasum": ""
1422 },
1423 "require": {
1424 "php": ">=5.6"
1425 },
1426 "require-dev": {
1427 "php-coveralls/php-coveralls": "^2.1",
1428 "phpunit/phpunit": "^5 || ^6.5"
1429 },
1430 "time": "2019-03-08T08:55:37+00:00",
1431 "type": "library",
1432 "installation-source": "dist",
1433 "autoload": {
1434 "files": [
1435 "src/getallheaders.php"
1436 ]
1437 },
1438 "notification-url": "https://packagist.org/downloads/",
1439 "license": [
1440 "MIT"
1441 ],
1442 "authors": [
1443 {
1444 "name": "Ralph Khattar",
1445 "email": "ralph.khattar@gmail.com"
1446 }
1447 ],
1448 "description": "A polyfill for getallheaders.",
1449 "support": {
1450 "issues": "https://github.com/ralouphie/getallheaders/issues",
1451 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
1452 },
1453 "install-path": "../ralouphie/getallheaders"
1454 },
1455 {
1456 "name": "symfony/deprecation-contracts",
1457 "version": "v2.5.3",
1458 "version_normalized": "2.5.3.0",
1459 "source": {
1460 "type": "git",
1461 "url": "https://github.com/symfony/deprecation-contracts.git",
1462 "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
1463 },
1464 "dist": {
1465 "type": "zip",
1466 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
1467 "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
1468 "shasum": ""
1469 },
1470 "require": {
1471 "php": ">=7.1"
1472 },
1473 "time": "2023-01-24T14:02:46+00:00",
1474 "type": "library",
1475 "extra": {
1476 "branch-alias": {
1477 "dev-main": "2.5-dev"
1478 },
1479 "thanks": {
1480 "name": "symfony/contracts",
1481 "url": "https://github.com/symfony/contracts"
1482 }
1483 },
1484 "installation-source": "dist",
1485 "autoload": {
1486 "files": [
1487 "function.php"
1488 ]
1489 },
1490 "notification-url": "https://packagist.org/downloads/",
1491 "license": [
1492 "MIT"
1493 ],
1494 "authors": [
1495 {
1496 "name": "Nicolas Grekas",
1497 "email": "p@tchwork.com"
1498 },
1499 {
1500 "name": "Symfony Community",
1501 "homepage": "https://symfony.com/contributors"
1502 }
1503 ],
1504 "description": "A generic function and convention to trigger deprecation notices",
1505 "homepage": "https://symfony.com",
1506 "support": {
1507 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
1508 },
1509 "funding": [
1510 {
1511 "url": "https://symfony.com/sponsor",
1512 "type": "custom"
1513 },
1514 {
1515 "url": "https://github.com/fabpot",
1516 "type": "github"
1517 },
1518 {
1519 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
1520 "type": "tidelift"
1521 }
1522 ],
1523 "install-path": "../symfony/deprecation-contracts"
1524 },
1525 {
1526 "name": "thenetworg/oauth2-azure",
1527 "version": "v2.2.2",
1528 "version_normalized": "2.2.2.0",
1529 "source": {
1530 "type": "git",
1531 "url": "https://github.com/TheNetworg/oauth2-azure.git",
1532 "reference": "be204a5135f016470a9c33e82ab48785bbc11af2"
1533 },
1534 "dist": {
1535 "type": "zip",
1536 "url": "https://api.github.com/repos/TheNetworg/oauth2-azure/zipball/be204a5135f016470a9c33e82ab48785bbc11af2",
1537 "reference": "be204a5135f016470a9c33e82ab48785bbc11af2",
1538 "shasum": ""
1539 },
1540 "require": {
1541 "ext-json": "*",
1542 "ext-openssl": "*",
1543 "firebase/php-jwt": "~3.0||~4.0||~5.0||~6.0",
1544 "league/oauth2-client": "~2.0",
1545 "php": "^7.1|^8.0"
1546 },
1547 "require-dev": {
1548 "phpunit/phpunit": "^9.6"
1549 },
1550 "time": "2023-12-19T12:10:48+00:00",
1551 "type": "library",
1552 "installation-source": "dist",
1553 "autoload": {
1554 "psr-4": {
1555 "TheNetworg\\OAuth2\\Client\\": "src/"
1556 }
1557 },
1558 "notification-url": "https://packagist.org/downloads/",
1559 "license": [
1560 "MIT"
1561 ],
1562 "authors": [
1563 {
1564 "name": "Jan Hajek",
1565 "email": "jan.hajek@thenetw.org",
1566 "homepage": "https://thenetw.org"
1567 }
1568 ],
1569 "description": "Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
1570 "keywords": [
1571 "SSO",
1572 "aad",
1573 "authorization",
1574 "azure",
1575 "azure active directory",
1576 "client",
1577 "microsoft",
1578 "oauth",
1579 "oauth2",
1580 "windows azure"
1581 ],
1582 "support": {
1583 "issues": "https://github.com/TheNetworg/oauth2-azure/issues",
1584 "source": "https://github.com/TheNetworg/oauth2-azure/tree/v2.2.2"
1585 },
1586 "install-path": "../thenetworg/oauth2-azure"
1587 }
1588 ],
1589 "dev": true,
1590 "dev-package-names": []
1591 }
1592