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"
7 "content-hash": "1ee5ee0e7e5c8fbbb16704ba6f003a09",
10 "name": "aws/aws-crt-php",
14 "url": "https://github.com/awslabs/aws-crt-php.git",
15 "reference": "3942776a8c99209908ee0b287746263725685732"
19 "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
20 "reference": "3942776a8c99209908ee0b287746263725685732",
27 "phpunit/phpunit": "^4.8.35|^5.4.3"
35 "notification-url": "https://packagist.org/downloads/",
41 "name": "AWS SDK Common Runtime Team",
42 "email": "aws-sdk-common-runtime@amazon.com"
45 "description": "AWS Common Runtime for PHP",
46 "homepage": "http://aws.amazon.com/sdkforphp",
54 "issues": "https://github.com/awslabs/aws-crt-php/issues",
55 "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2"
57 "time": "2021-09-03T22:57:30+00:00"
60 "name": "aws/aws-sdk-php",
61 "version": "3.209.17",
64 "url": "https://github.com/aws/aws-sdk-php.git",
65 "reference": "3ed5a5ff379e518a4e8c089e412207774daa25e7"
69 "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3ed5a5ff379e518a4e8c089e412207774daa25e7",
70 "reference": "3ed5a5ff379e518a4e8c089e412207774daa25e7",
74 "aws/aws-crt-php": "^1.0.2",
78 "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
79 "guzzlehttp/promises": "^1.4.0",
80 "guzzlehttp/psr7": "^1.7.0|^2.0",
81 "mtdowling/jmespath.php": "^2.6",
85 "andrewsville/php-token-reflection": "^1.4",
86 "aws/aws-php-sns-message-validator": "~1.0",
87 "behat/behat": "~3.0",
88 "doctrine/cache": "~1.4",
94 "paragonie/random_compat": ">= 2",
95 "phpunit/phpunit": "^4.8.35|^5.4.3",
97 "psr/simple-cache": "^1.0",
98 "sebastian/comparator": "^1.2.3"
101 "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
102 "doctrine/cache": "To use the DoctrineCacheAdapter",
103 "ext-curl": "To send requests using cURL",
104 "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
105 "ext-sockets": "To use client-side monitoring"
110 "dev-master": "3.0-dev"
121 "notification-url": "https://packagist.org/downloads/",
127 "name": "Amazon Web Services",
128 "homepage": "http://aws.amazon.com"
131 "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
132 "homepage": "http://aws.amazon.com/sdkforphp",
144 "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
145 "issues": "https://github.com/aws/aws-sdk-php/issues",
146 "source": "https://github.com/aws/aws-sdk-php/tree/3.209.17"
148 "time": "2022-02-03T19:19:22+00:00"
151 "name": "bacon/bacon-qr-code",
155 "url": "https://github.com/Bacon/BaconQrCode.git",
156 "reference": "7190fc6c20370e0e93da6717b182b8249d5b8e71"
160 "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/7190fc6c20370e0e93da6717b182b8249d5b8e71",
161 "reference": "7190fc6c20370e0e93da6717b182b8249d5b8e71",
165 "dasprid/enum": "^1.0.3",
167 "php": "^7.1 || ^8.0"
170 "phly/keep-a-changelog": "^2.1",
171 "phpunit/phpunit": "^7 | ^8 | ^9",
172 "spatie/phpunit-snapshot-assertions": "^4.2.9",
173 "squizlabs/php_codesniffer": "^3.4"
176 "ext-imagick": "to generate QR code images"
181 "BaconQrCode\\": "src/"
184 "notification-url": "https://packagist.org/downloads/",
190 "name": "Ben Scholzen 'DASPRiD'",
191 "email": "mail@dasprids.de",
192 "homepage": "https://dasprids.de/",
196 "description": "BaconQrCode is a QR code generator for PHP.",
197 "homepage": "https://github.com/Bacon/BaconQrCode",
199 "issues": "https://github.com/Bacon/BaconQrCode/issues",
200 "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.5"
202 "time": "2022-01-31T00:43:09+00:00"
205 "name": "barryvdh/laravel-dompdf",
209 "url": "https://github.com/barryvdh/laravel-dompdf.git",
210 "reference": "5b99e1f94157d74e450f4c97e8444fcaffa2144b"
214 "url": "https://api.github.com/repos/barryvdh/laravel-dompdf/zipball/5b99e1f94157d74e450f4c97e8444fcaffa2144b",
215 "reference": "5b99e1f94157d74e450f4c97e8444fcaffa2144b",
219 "dompdf/dompdf": "^1",
220 "illuminate/support": "^5.5|^6|^7|^8",
221 "php": "^7.1 || ^8.0"
226 "dev-master": "0.9-dev"
230 "Barryvdh\\DomPDF\\ServiceProvider"
233 "PDF": "Barryvdh\\DomPDF\\Facade"
239 "Barryvdh\\DomPDF\\": "src"
242 "notification-url": "https://packagist.org/downloads/",
248 "name": "Barry vd. Heuvel",
249 "email": "barryvdh@gmail.com"
252 "description": "A DOMPDF Wrapper for Laravel",
259 "issues": "https://github.com/barryvdh/laravel-dompdf/issues",
260 "source": "https://github.com/barryvdh/laravel-dompdf/tree/v0.9.0"
264 "url": "https://github.com/barryvdh",
268 "time": "2020-12-27T12:05:53+00:00"
271 "name": "barryvdh/laravel-snappy",
275 "url": "https://github.com/barryvdh/laravel-snappy.git",
276 "reference": "1903ab84171072b6bff8d98eb58d38b2c9aaf645"
280 "url": "https://api.github.com/repos/barryvdh/laravel-snappy/zipball/1903ab84171072b6bff8d98eb58d38b2c9aaf645",
281 "reference": "1903ab84171072b6bff8d98eb58d38b2c9aaf645",
285 "illuminate/filesystem": "^5.5|^6|^7|^8",
286 "illuminate/support": "^5.5|^6|^7|^8",
287 "knplabs/knp-snappy": "^1",
293 "dev-master": "0.4-dev"
297 "Barryvdh\\Snappy\\ServiceProvider"
300 "PDF": "Barryvdh\\Snappy\\Facades\\SnappyPdf",
301 "SnappyImage": "Barryvdh\\Snappy\\Facades\\SnappyImage"
307 "Barryvdh\\Snappy\\": "src/"
310 "notification-url": "https://packagist.org/downloads/",
316 "name": "Barry vd. Heuvel",
317 "email": "barryvdh@gmail.com"
320 "description": "Snappy PDF/Image for Laravel",
330 "issues": "https://github.com/barryvdh/laravel-snappy/issues",
331 "source": "https://github.com/barryvdh/laravel-snappy/tree/master"
333 "time": "2020-09-07T12:33:10+00:00"
336 "name": "brick/math",
340 "url": "https://github.com/brick/math.git",
341 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
345 "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
346 "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
351 "php": "^7.1 || ^8.0"
354 "php-coveralls/php-coveralls": "^2.2",
355 "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
356 "vimeo/psalm": "4.9.2"
361 "Brick\\Math\\": "src/"
364 "notification-url": "https://packagist.org/downloads/",
368 "description": "Arbitrary-precision arithmetic library",
370 "Arbitrary-precision",
380 "issues": "https://github.com/brick/math/issues",
381 "source": "https://github.com/brick/math/tree/0.9.3"
385 "url": "https://github.com/BenMorel",
389 "url": "https://tidelift.com/funding/github/packagist/brick/math",
393 "time": "2021-08-15T20:50:18+00:00"
396 "name": "dasprid/enum",
400 "url": "https://github.com/DASPRiD/Enum.git",
401 "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2"
405 "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2",
406 "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2",
410 "phpunit/phpunit": "^7 | ^8 | ^9",
411 "squizlabs/php_codesniffer": "^3.4"
416 "DASPRiD\\Enum\\": "src/"
419 "notification-url": "https://packagist.org/downloads/",
425 "name": "Ben Scholzen 'DASPRiD'",
426 "email": "mail@dasprids.de",
427 "homepage": "https://dasprids.de/",
431 "description": "PHP 7.1 enum implementation",
437 "issues": "https://github.com/DASPRiD/Enum/issues",
438 "source": "https://github.com/DASPRiD/Enum/tree/1.0.3"
440 "time": "2020-10-02T16:03:48+00:00"
443 "name": "doctrine/cache",
447 "url": "https://github.com/doctrine/cache.git",
448 "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce"
452 "url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce",
453 "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce",
457 "php": "~7.1 || ^8.0"
460 "doctrine/common": ">2.2,<2.4"
463 "alcaeus/mongo-php-adapter": "^1.1",
464 "cache/integration-tests": "dev-master",
465 "doctrine/coding-standard": "^8.0",
466 "mongodb/mongodb": "^1.1",
467 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
468 "predis/predis": "~1.0",
469 "psr/cache": "^1.0 || ^2.0 || ^3.0",
470 "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
471 "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
474 "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
479 "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
482 "notification-url": "https://packagist.org/downloads/",
488 "name": "Guilherme Blanco",
489 "email": "guilhermeblanco@gmail.com"
492 "name": "Roman Borschel",
493 "email": "roman@code-factory.org"
496 "name": "Benjamin Eberlei",
497 "email": "kontakt@beberlei.de"
500 "name": "Jonathan Wage",
501 "email": "jonwage@gmail.com"
504 "name": "Johannes Schmitt",
505 "email": "schmittjoh@gmail.com"
508 "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
509 "homepage": "https://www.doctrine-project.org/projects/cache.html",
522 "issues": "https://github.com/doctrine/cache/issues",
523 "source": "https://github.com/doctrine/cache/tree/2.1.1"
527 "url": "https://www.doctrine-project.org/sponsorship.html",
531 "url": "https://www.patreon.com/phpdoctrine",
535 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
539 "time": "2021-07-17T14:49:29+00:00"
542 "name": "doctrine/dbal",
546 "url": "https://github.com/doctrine/dbal.git",
547 "reference": "5b6eb6c8ce65ebdc60b0c0960a676cf76758dbf2"
551 "url": "https://api.github.com/repos/doctrine/dbal/zipball/5b6eb6c8ce65ebdc60b0c0960a676cf76758dbf2",
552 "reference": "5b6eb6c8ce65ebdc60b0c0960a676cf76758dbf2",
556 "composer-runtime-api": "^2",
557 "doctrine/cache": "^1.11|^2.0",
558 "doctrine/deprecations": "^0.5.3",
559 "doctrine/event-manager": "^1.0",
560 "php": "^7.3 || ^8.0",
561 "psr/cache": "^1|^2|^3",
562 "psr/log": "^1|^2|^3"
565 "doctrine/coding-standard": "9.0.0",
566 "jetbrains/phpstorm-stubs": "2021.1",
567 "phpstan/phpstan": "1.4.0",
568 "phpstan/phpstan-strict-rules": "^1.1",
569 "phpunit/phpunit": "9.5.11",
570 "psalm/plugin-phpunit": "0.16.1",
571 "squizlabs/php_codesniffer": "3.6.2",
572 "symfony/cache": "^5.2|^6.0",
573 "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
574 "vimeo/psalm": "4.16.1"
577 "symfony/console": "For helpful console commands such as SQL execution and import of files."
585 "Doctrine\\DBAL\\": "src"
588 "notification-url": "https://packagist.org/downloads/",
594 "name": "Guilherme Blanco",
595 "email": "guilhermeblanco@gmail.com"
598 "name": "Roman Borschel",
599 "email": "roman@code-factory.org"
602 "name": "Benjamin Eberlei",
603 "email": "kontakt@beberlei.de"
606 "name": "Jonathan Wage",
607 "email": "jonwage@gmail.com"
610 "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
611 "homepage": "https://www.doctrine-project.org/projects/dbal.html",
633 "issues": "https://github.com/doctrine/dbal/issues",
634 "source": "https://github.com/doctrine/dbal/tree/3.3.1"
638 "url": "https://www.doctrine-project.org/sponsorship.html",
642 "url": "https://www.patreon.com/phpdoctrine",
646 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
650 "time": "2022-01-30T17:50:59+00:00"
653 "name": "doctrine/deprecations",
657 "url": "https://github.com/doctrine/deprecations.git",
658 "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
662 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
663 "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
670 "doctrine/coding-standard": "^6.0|^7.0|^8.0",
671 "phpunit/phpunit": "^7.0|^8.0|^9.0",
675 "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
680 "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
683 "notification-url": "https://packagist.org/downloads/",
687 "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
688 "homepage": "https://www.doctrine-project.org/",
690 "issues": "https://github.com/doctrine/deprecations/issues",
691 "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
693 "time": "2021-03-21T12:59:47+00:00"
696 "name": "doctrine/event-manager",
700 "url": "https://github.com/doctrine/event-manager.git",
701 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
705 "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
706 "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
710 "php": "^7.1 || ^8.0"
713 "doctrine/common": "<2.9@dev"
716 "doctrine/coding-standard": "^6.0",
717 "phpunit/phpunit": "^7.0"
722 "dev-master": "1.0.x-dev"
727 "Doctrine\\Common\\": "lib/Doctrine/Common"
730 "notification-url": "https://packagist.org/downloads/",
736 "name": "Guilherme Blanco",
737 "email": "guilhermeblanco@gmail.com"
740 "name": "Roman Borschel",
741 "email": "roman@code-factory.org"
744 "name": "Benjamin Eberlei",
745 "email": "kontakt@beberlei.de"
748 "name": "Jonathan Wage",
749 "email": "jonwage@gmail.com"
752 "name": "Johannes Schmitt",
753 "email": "schmittjoh@gmail.com"
756 "name": "Marco Pivetta",
757 "email": "ocramius@gmail.com"
760 "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
761 "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
770 "issues": "https://github.com/doctrine/event-manager/issues",
771 "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
775 "url": "https://www.doctrine-project.org/sponsorship.html",
779 "url": "https://www.patreon.com/phpdoctrine",
783 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
787 "time": "2020-05-29T18:28:51+00:00"
790 "name": "doctrine/inflector",
794 "url": "https://github.com/doctrine/inflector.git",
795 "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
799 "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
800 "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
804 "php": "^7.2 || ^8.0"
807 "doctrine/coding-standard": "^8.2",
808 "phpstan/phpstan": "^0.12",
809 "phpstan/phpstan-phpunit": "^0.12",
810 "phpstan/phpstan-strict-rules": "^0.12",
811 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
812 "vimeo/psalm": "^4.10"
817 "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
820 "notification-url": "https://packagist.org/downloads/",
826 "name": "Guilherme Blanco",
827 "email": "guilhermeblanco@gmail.com"
830 "name": "Roman Borschel",
831 "email": "roman@code-factory.org"
834 "name": "Benjamin Eberlei",
835 "email": "kontakt@beberlei.de"
838 "name": "Jonathan Wage",
839 "email": "jonwage@gmail.com"
842 "name": "Johannes Schmitt",
843 "email": "schmittjoh@gmail.com"
846 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
847 "homepage": "https://www.doctrine-project.org/projects/inflector.html",
861 "issues": "https://github.com/doctrine/inflector/issues",
862 "source": "https://github.com/doctrine/inflector/tree/2.0.4"
866 "url": "https://www.doctrine-project.org/sponsorship.html",
870 "url": "https://www.patreon.com/phpdoctrine",
874 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
878 "time": "2021-10-22T20:16:43+00:00"
881 "name": "doctrine/lexer",
885 "url": "https://github.com/doctrine/lexer.git",
886 "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c"
890 "url": "https://api.github.com/repos/doctrine/lexer/zipball/9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
891 "reference": "9c50f840f257bbb941e6f4a0e94ccf5db5c3f76c",
895 "php": "^7.1 || ^8.0"
898 "doctrine/coding-standard": "^9.0",
899 "phpstan/phpstan": "1.3",
900 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
901 "vimeo/psalm": "^4.11"
906 "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
909 "notification-url": "https://packagist.org/downloads/",
915 "name": "Guilherme Blanco",
916 "email": "guilhermeblanco@gmail.com"
919 "name": "Roman Borschel",
920 "email": "roman@code-factory.org"
923 "name": "Johannes Schmitt",
924 "email": "schmittjoh@gmail.com"
927 "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
928 "homepage": "https://www.doctrine-project.org/projects/lexer.html",
937 "issues": "https://github.com/doctrine/lexer/issues",
938 "source": "https://github.com/doctrine/lexer/tree/1.2.2"
942 "url": "https://www.doctrine-project.org/sponsorship.html",
946 "url": "https://www.patreon.com/phpdoctrine",
950 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
954 "time": "2022-01-12T08:27:12+00:00"
957 "name": "dompdf/dompdf",
961 "url": "https://github.com/dompdf/dompdf.git",
962 "reference": "de4aad040737a89fae2129cdeb0f79c45513128d"
966 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/de4aad040737a89fae2129cdeb0f79c45513128d",
967 "reference": "de4aad040737a89fae2129cdeb0f79c45513128d",
973 "phenx/php-font-lib": "^0.5.2",
974 "phenx/php-svg-lib": "^0.3.3",
975 "php": "^7.1 || ^8.0"
978 "mockery/mockery": "^1.3",
979 "phpunit/phpunit": "^7.5 || ^8 || ^9",
980 "squizlabs/php_codesniffer": "^3.5"
983 "ext-gd": "Needed to process images",
984 "ext-gmagick": "Improves image processing performance",
985 "ext-imagick": "Improves image processing performance",
986 "ext-zlib": "Needed for pdf stream compression"
997 "notification-url": "https://packagist.org/downloads/",
1003 "name": "Fabien Ménager",
1004 "email": "fabien.menager@gmail.com"
1007 "name": "Brian Sweeney",
1008 "email": "eclecticgeek@gmail.com"
1011 "name": "Gabriel Bull",
1012 "email": "me@gabrielbull.com"
1015 "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
1016 "homepage": "https://github.com/dompdf/dompdf",
1018 "issues": "https://github.com/dompdf/dompdf/issues",
1019 "source": "https://github.com/dompdf/dompdf/tree/v1.1.1"
1021 "time": "2021-11-24T00:45:04+00:00"
1024 "name": "dragonmantank/cron-expression",
1025 "version": "v3.3.1",
1028 "url": "https://github.com/dragonmantank/cron-expression.git",
1029 "reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa"
1033 "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/be85b3f05b46c39bbc0d95f6c071ddff669510fa",
1034 "reference": "be85b3f05b46c39bbc0d95f6c071ddff669510fa",
1039 "webmozart/assert": "^1.0"
1042 "mtdowling/cron-expression": "^1.0"
1045 "phpstan/extension-installer": "^1.0",
1046 "phpstan/phpstan": "^1.0",
1047 "phpstan/phpstan-webmozart-assert": "^1.0",
1048 "phpunit/phpunit": "^7.0|^8.0|^9.0"
1053 "Cron\\": "src/Cron/"
1056 "notification-url": "https://packagist.org/downloads/",
1062 "name": "Chris Tankersley",
1063 "email": "chris@ctankersley.com",
1064 "homepage": "https://github.com/dragonmantank"
1067 "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
1073 "issues": "https://github.com/dragonmantank/cron-expression/issues",
1074 "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.1"
1078 "url": "https://github.com/dragonmantank",
1082 "time": "2022-01-18T15:43:28+00:00"
1085 "name": "egulias/email-validator",
1086 "version": "2.1.25",
1089 "url": "https://github.com/egulias/EmailValidator.git",
1090 "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
1094 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
1095 "reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
1099 "doctrine/lexer": "^1.0.1",
1101 "symfony/polyfill-intl-idn": "^1.10"
1104 "dominicsayers/isemail": "^3.0.7",
1105 "phpunit/phpunit": "^4.8.36|^7.5.15",
1106 "satooshi/php-coveralls": "^1.0.1"
1109 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
1114 "dev-master": "2.1.x-dev"
1119 "Egulias\\EmailValidator\\": "src"
1122 "notification-url": "https://packagist.org/downloads/",
1128 "name": "Eduardo Gulias Davis"
1131 "description": "A library for validating emails against several RFCs",
1132 "homepage": "https://github.com/egulias/EmailValidator",
1141 "issues": "https://github.com/egulias/EmailValidator/issues",
1142 "source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
1146 "url": "https://github.com/egulias",
1150 "time": "2020-12-29T14:50:06+00:00"
1153 "name": "filp/whoops",
1154 "version": "2.14.5",
1157 "url": "https://github.com/filp/whoops.git",
1158 "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc"
1162 "url": "https://api.github.com/repos/filp/whoops/zipball/a63e5e8f26ebbebf8ed3c5c691637325512eb0dc",
1163 "reference": "a63e5e8f26ebbebf8ed3c5c691637325512eb0dc",
1167 "php": "^5.5.9 || ^7.0 || ^8.0",
1168 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
1171 "mockery/mockery": "^0.9 || ^1.0",
1172 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
1173 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
1176 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
1177 "whoops/soap": "Formats errors as SOAP responses"
1182 "dev-master": "2.7-dev"
1187 "Whoops\\": "src/Whoops/"
1190 "notification-url": "https://packagist.org/downloads/",
1196 "name": "Filipe Dobreira",
1197 "homepage": "https://github.com/filp",
1201 "description": "php error handling for cool kids",
1202 "homepage": "https://filp.github.io/whoops/",
1212 "issues": "https://github.com/filp/whoops/issues",
1213 "source": "https://github.com/filp/whoops/tree/2.14.5"
1217 "url": "https://github.com/denis-sokolov",
1221 "time": "2022-01-07T12:00:00+00:00"
1224 "name": "graham-campbell/result-type",
1225 "version": "v1.0.4",
1228 "url": "https://github.com/GrahamCampbell/Result-Type.git",
1229 "reference": "0690bde05318336c7221785f2a932467f98b64ca"
1233 "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/0690bde05318336c7221785f2a932467f98b64ca",
1234 "reference": "0690bde05318336c7221785f2a932467f98b64ca",
1238 "php": "^7.0 || ^8.0",
1239 "phpoption/phpoption": "^1.8"
1242 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
1247 "GrahamCampbell\\ResultType\\": "src/"
1250 "notification-url": "https://packagist.org/downloads/",
1256 "name": "Graham Campbell",
1257 "email": "hello@gjcampbell.co.uk",
1258 "homepage": "https://github.com/GrahamCampbell"
1261 "description": "An Implementation Of The Result Type",
1270 "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
1271 "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.4"
1275 "url": "https://github.com/GrahamCampbell",
1279 "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
1283 "time": "2021-11-21T21:41:47+00:00"
1286 "name": "guzzlehttp/guzzle",
1290 "url": "https://github.com/guzzle/guzzle.git",
1291 "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
1295 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
1296 "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
1301 "guzzlehttp/promises": "^1.5",
1302 "guzzlehttp/psr7": "^1.8.3 || ^2.1",
1303 "php": "^7.2.5 || ^8.0",
1304 "psr/http-client": "^1.0",
1305 "symfony/deprecation-contracts": "^2.2 || ^3.0"
1308 "psr/http-client-implementation": "1.0"
1311 "bamarni/composer-bin-plugin": "^1.4.1",
1313 "php-http/client-integration-tests": "^3.0",
1314 "phpunit/phpunit": "^8.5.5 || ^9.3.5",
1315 "psr/log": "^1.1 || ^2.0 || ^3.0"
1318 "ext-curl": "Required for CURL handler support",
1319 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
1320 "psr/log": "Required for using the Log middleware"
1325 "dev-master": "7.4-dev"
1330 "GuzzleHttp\\": "src/"
1333 "src/functions_include.php"
1336 "notification-url": "https://packagist.org/downloads/",
1342 "name": "Graham Campbell",
1343 "email": "hello@gjcampbell.co.uk",
1344 "homepage": "https://github.com/GrahamCampbell"
1347 "name": "Michael Dowling",
1348 "email": "mtdowling@gmail.com",
1349 "homepage": "https://github.com/mtdowling"
1352 "name": "Jeremy Lindblom",
1353 "email": "jeremeamia@gmail.com",
1354 "homepage": "https://github.com/jeremeamia"
1357 "name": "George Mponos",
1358 "email": "gmponos@gmail.com",
1359 "homepage": "https://github.com/gmponos"
1362 "name": "Tobias Nyholm",
1363 "email": "tobias.nyholm@gmail.com",
1364 "homepage": "https://github.com/Nyholm"
1367 "name": "Márk Sági-Kazár",
1368 "email": "mark.sagikazar@gmail.com",
1369 "homepage": "https://github.com/sagikazarmark"
1372 "name": "Tobias Schultze",
1373 "email": "webmaster@tubo-world.de",
1374 "homepage": "https://github.com/Tobion"
1377 "description": "Guzzle is a PHP HTTP client library",
1390 "issues": "https://github.com/guzzle/guzzle/issues",
1391 "source": "https://github.com/guzzle/guzzle/tree/7.4.1"
1395 "url": "https://github.com/GrahamCampbell",
1399 "url": "https://github.com/Nyholm",
1403 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
1407 "time": "2021-12-06T18:43:05+00:00"
1410 "name": "guzzlehttp/promises",
1414 "url": "https://github.com/guzzle/promises.git",
1415 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
1419 "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
1420 "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
1427 "symfony/phpunit-bridge": "^4.4 || ^5.1"
1432 "dev-master": "1.5-dev"
1437 "GuzzleHttp\\Promise\\": "src/"
1440 "src/functions_include.php"
1443 "notification-url": "https://packagist.org/downloads/",
1449 "name": "Graham Campbell",
1450 "email": "hello@gjcampbell.co.uk",
1451 "homepage": "https://github.com/GrahamCampbell"
1454 "name": "Michael Dowling",
1455 "email": "mtdowling@gmail.com",
1456 "homepage": "https://github.com/mtdowling"
1459 "name": "Tobias Nyholm",
1460 "email": "tobias.nyholm@gmail.com",
1461 "homepage": "https://github.com/Nyholm"
1464 "name": "Tobias Schultze",
1465 "email": "webmaster@tubo-world.de",
1466 "homepage": "https://github.com/Tobion"
1469 "description": "Guzzle promises library",
1474 "issues": "https://github.com/guzzle/promises/issues",
1475 "source": "https://github.com/guzzle/promises/tree/1.5.1"
1479 "url": "https://github.com/GrahamCampbell",
1483 "url": "https://github.com/Nyholm",
1487 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
1491 "time": "2021-10-22T20:56:57+00:00"
1494 "name": "guzzlehttp/psr7",
1498 "url": "https://github.com/guzzle/psr7.git",
1499 "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
1503 "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
1504 "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
1508 "php": "^7.2.5 || ^8.0",
1509 "psr/http-factory": "^1.0",
1510 "psr/http-message": "^1.0",
1511 "ralouphie/getallheaders": "^3.0"
1514 "psr/http-factory-implementation": "1.0",
1515 "psr/http-message-implementation": "1.0"
1518 "bamarni/composer-bin-plugin": "^1.4.1",
1519 "http-interop/http-factory-tests": "^0.9",
1520 "phpunit/phpunit": "^8.5.8 || ^9.3.10"
1523 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
1528 "dev-master": "2.1-dev"
1533 "GuzzleHttp\\Psr7\\": "src/"
1536 "notification-url": "https://packagist.org/downloads/",
1542 "name": "Graham Campbell",
1543 "email": "hello@gjcampbell.co.uk",
1544 "homepage": "https://github.com/GrahamCampbell"
1547 "name": "Michael Dowling",
1548 "email": "mtdowling@gmail.com",
1549 "homepage": "https://github.com/mtdowling"
1552 "name": "George Mponos",
1553 "email": "gmponos@gmail.com",
1554 "homepage": "https://github.com/gmponos"
1557 "name": "Tobias Nyholm",
1558 "email": "tobias.nyholm@gmail.com",
1559 "homepage": "https://github.com/Nyholm"
1562 "name": "Márk Sági-Kazár",
1563 "email": "mark.sagikazar@gmail.com",
1564 "homepage": "https://github.com/sagikazarmark"
1567 "name": "Tobias Schultze",
1568 "email": "webmaster@tubo-world.de",
1569 "homepage": "https://github.com/Tobion"
1572 "name": "Márk Sági-Kazár",
1573 "email": "mark.sagikazar@gmail.com",
1574 "homepage": "https://sagikazarmark.hu"
1577 "description": "PSR-7 message implementation that also provides common utility methods",
1589 "issues": "https://github.com/guzzle/psr7/issues",
1590 "source": "https://github.com/guzzle/psr7/tree/2.1.0"
1594 "url": "https://github.com/GrahamCampbell",
1598 "url": "https://github.com/Nyholm",
1602 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
1606 "time": "2021-10-06T17:43:30+00:00"
1609 "name": "intervention/image",
1613 "url": "https://github.com/Intervention/image.git",
1614 "reference": "744ebba495319501b873a4e48787759c72e3fb8c"
1618 "url": "https://api.github.com/repos/Intervention/image/zipball/744ebba495319501b873a4e48787759c72e3fb8c",
1619 "reference": "744ebba495319501b873a4e48787759c72e3fb8c",
1623 "ext-fileinfo": "*",
1624 "guzzlehttp/psr7": "~1.1 || ^2.0",
1628 "mockery/mockery": "~0.9.2",
1629 "phpunit/phpunit": "^4.8 || ^5.7 || ^7.5.15"
1632 "ext-gd": "to use GD library based image processing.",
1633 "ext-imagick": "to use Imagick based image processing.",
1634 "intervention/imagecache": "Caching extension for the Intervention Image library"
1639 "dev-master": "2.4-dev"
1643 "Intervention\\Image\\ImageServiceProvider"
1646 "Image": "Intervention\\Image\\Facades\\Image"
1652 "Intervention\\Image\\": "src/Intervention/Image"
1655 "notification-url": "https://packagist.org/downloads/",
1661 "name": "Oliver Vogel",
1662 "email": "oliver@olivervogel.com",
1663 "homepage": "http://olivervogel.com/"
1666 "description": "Image handling and manipulation library with support for Laravel integration",
1667 "homepage": "http://image.intervention.io/",
1677 "issues": "https://github.com/Intervention/image/issues",
1678 "source": "https://github.com/Intervention/image/tree/2.7.1"
1682 "url": "https://www.paypal.me/interventionphp",
1686 "url": "https://github.com/Intervention",
1690 "time": "2021-12-16T16:49:26+00:00"
1693 "name": "knplabs/knp-snappy",
1694 "version": "v1.4.1",
1697 "url": "https://github.com/KnpLabs/snappy.git",
1698 "reference": "5126fb5b335ec929a226314d40cd8dad497c3d67"
1702 "url": "https://api.github.com/repos/KnpLabs/snappy/zipball/5126fb5b335ec929a226314d40cd8dad497c3d67",
1703 "reference": "5126fb5b335ec929a226314d40cd8dad497c3d67",
1708 "psr/log": "^1.0||^2.0||^3.0",
1709 "symfony/process": "~3.4||~4.3||~5.0||~6.0"
1712 "friendsofphp/php-cs-fixer": "^2.16||^3.0",
1713 "pedrotroller/php-cs-custom-fixer": "^2.19",
1714 "phpstan/phpstan": "^0.12.7",
1715 "phpstan/phpstan-phpunit": "^0.12.6",
1716 "phpunit/phpunit": "~7.4||~8.5"
1719 "h4cc/wkhtmltoimage-amd64": "Provides wkhtmltoimage-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1720 "h4cc/wkhtmltoimage-i386": "Provides wkhtmltoimage-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1721 "h4cc/wkhtmltopdf-amd64": "Provides wkhtmltopdf-amd64 binary for Linux-compatible machines, use version `~0.12` as dependency",
1722 "h4cc/wkhtmltopdf-i386": "Provides wkhtmltopdf-i386 binary for Linux-compatible machines, use version `~0.12` as dependency",
1723 "wemersonjanuario/wkhtmltopdf-windows": "Provides wkhtmltopdf executable for Windows, use version `~0.12` as dependency"
1728 "dev-master": "1.x-dev"
1733 "Knp\\Snappy\\": "src/Knp/Snappy"
1736 "notification-url": "https://packagist.org/downloads/",
1742 "name": "KNP Labs Team",
1743 "homepage": "http://knplabs.com"
1746 "name": "Symfony Community",
1747 "homepage": "http://github.com/KnpLabs/snappy/contributors"
1750 "description": "PHP library allowing thumbnail, snapshot or PDF generation from a url or a html page. Wrapper for wkhtmltopdf/wkhtmltoimage.",
1751 "homepage": "http://github.com/KnpLabs/snappy",
1761 "issues": "https://github.com/KnpLabs/snappy/issues",
1762 "source": "https://github.com/KnpLabs/snappy/tree/v1.4.1"
1764 "time": "2022-01-07T13:03:38+00:00"
1767 "name": "laravel/framework",
1768 "version": "v8.82.0",
1771 "url": "https://github.com/laravel/framework.git",
1772 "reference": "411d5243c58cbf12b0fc89cab1ceb50088968c27"
1776 "url": "https://api.github.com/repos/laravel/framework/zipball/411d5243c58cbf12b0fc89cab1ceb50088968c27",
1777 "reference": "411d5243c58cbf12b0fc89cab1ceb50088968c27",
1781 "doctrine/inflector": "^1.4|^2.0",
1782 "dragonmantank/cron-expression": "^3.0.2",
1783 "egulias/email-validator": "^2.1.10",
1785 "ext-mbstring": "*",
1787 "laravel/serializable-closure": "^1.0",
1788 "league/commonmark": "^1.3|^2.0.2",
1789 "league/flysystem": "^1.1",
1790 "monolog/monolog": "^2.0",
1791 "nesbot/carbon": "^2.53.1",
1792 "opis/closure": "^3.6",
1794 "psr/container": "^1.0",
1795 "psr/log": "^1.0|^2.0",
1796 "psr/simple-cache": "^1.0",
1797 "ramsey/uuid": "^4.2.2",
1798 "swiftmailer/swiftmailer": "^6.3",
1799 "symfony/console": "^5.4",
1800 "symfony/error-handler": "^5.4",
1801 "symfony/finder": "^5.4",
1802 "symfony/http-foundation": "^5.4",
1803 "symfony/http-kernel": "^5.4",
1804 "symfony/mime": "^5.4",
1805 "symfony/process": "^5.4",
1806 "symfony/routing": "^5.4",
1807 "symfony/var-dumper": "^5.4",
1808 "tijsverkoyen/css-to-inline-styles": "^2.2.2",
1809 "vlucas/phpdotenv": "^5.4.1",
1810 "voku/portable-ascii": "^1.6.1"
1813 "tightenco/collect": "<5.5.33"
1816 "psr/container-implementation": "1.0",
1817 "psr/simple-cache-implementation": "1.0"
1820 "illuminate/auth": "self.version",
1821 "illuminate/broadcasting": "self.version",
1822 "illuminate/bus": "self.version",
1823 "illuminate/cache": "self.version",
1824 "illuminate/collections": "self.version",
1825 "illuminate/config": "self.version",
1826 "illuminate/console": "self.version",
1827 "illuminate/container": "self.version",
1828 "illuminate/contracts": "self.version",
1829 "illuminate/cookie": "self.version",
1830 "illuminate/database": "self.version",
1831 "illuminate/encryption": "self.version",
1832 "illuminate/events": "self.version",
1833 "illuminate/filesystem": "self.version",
1834 "illuminate/hashing": "self.version",
1835 "illuminate/http": "self.version",
1836 "illuminate/log": "self.version",
1837 "illuminate/macroable": "self.version",
1838 "illuminate/mail": "self.version",
1839 "illuminate/notifications": "self.version",
1840 "illuminate/pagination": "self.version",
1841 "illuminate/pipeline": "self.version",
1842 "illuminate/queue": "self.version",
1843 "illuminate/redis": "self.version",
1844 "illuminate/routing": "self.version",
1845 "illuminate/session": "self.version",
1846 "illuminate/support": "self.version",
1847 "illuminate/testing": "self.version",
1848 "illuminate/translation": "self.version",
1849 "illuminate/validation": "self.version",
1850 "illuminate/view": "self.version"
1853 "aws/aws-sdk-php": "^3.198.1",
1854 "doctrine/dbal": "^2.13.3|^3.1.4",
1855 "filp/whoops": "^2.14.3",
1856 "guzzlehttp/guzzle": "^6.5.5|^7.0.1",
1857 "league/flysystem-cached-adapter": "^1.0",
1858 "mockery/mockery": "^1.4.4",
1859 "orchestra/testbench-core": "^6.27",
1860 "pda/pheanstalk": "^4.0",
1861 "phpunit/phpunit": "^8.5.19|^9.5.8",
1862 "predis/predis": "^1.1.9",
1863 "symfony/cache": "^5.4"
1866 "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
1867 "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.198.1).",
1868 "brianium/paratest": "Required to run tests in parallel (^6.0).",
1869 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
1870 "ext-bcmath": "Required to use the multiple_of validation rule.",
1871 "ext-ftp": "Required to use the Flysystem FTP driver.",
1872 "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
1873 "ext-memcached": "Required to use the memcache cache driver.",
1874 "ext-pcntl": "Required to use all features of the queue worker.",
1875 "ext-posix": "Required to use all features of the queue worker.",
1876 "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
1877 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
1878 "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
1879 "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).",
1880 "laravel/tinker": "Required to use the tinker console command (^2.0).",
1881 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
1882 "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
1883 "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
1884 "mockery/mockery": "Required to use mocking (^1.4.4).",
1885 "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
1886 "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
1887 "phpunit/phpunit": "Required to use assertions and run tests (^8.5.19|^9.5.8).",
1888 "predis/predis": "Required to use the predis connector (^1.1.9).",
1889 "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
1890 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0|^7.0).",
1891 "symfony/cache": "Required to PSR-6 cache bridge (^5.4).",
1892 "symfony/filesystem": "Required to enable support for relative symbolic links (^5.4).",
1893 "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
1894 "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
1899 "dev-master": "8.x-dev"
1904 "src/Illuminate/Collections/helpers.php",
1905 "src/Illuminate/Events/functions.php",
1906 "src/Illuminate/Foundation/helpers.php",
1907 "src/Illuminate/Support/helpers.php"
1910 "Illuminate\\": "src/Illuminate/",
1911 "Illuminate\\Support\\": [
1912 "src/Illuminate/Macroable/",
1913 "src/Illuminate/Collections/"
1917 "notification-url": "https://packagist.org/downloads/",
1923 "name": "Taylor Otwell",
1924 "email": "taylor@laravel.com"
1927 "description": "The Laravel Framework.",
1928 "homepage": "https://laravel.com",
1934 "issues": "https://github.com/laravel/framework/issues",
1935 "source": "https://github.com/laravel/framework"
1937 "time": "2022-02-01T16:13:57+00:00"
1940 "name": "laravel/serializable-closure",
1941 "version": "v1.1.0",
1944 "url": "https://github.com/laravel/serializable-closure.git",
1945 "reference": "65c9faf50d567b65d81764a44526545689e3fe63"
1949 "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/65c9faf50d567b65d81764a44526545689e3fe63",
1950 "reference": "65c9faf50d567b65d81764a44526545689e3fe63",
1957 "pestphp/pest": "^1.18",
1958 "phpstan/phpstan": "^0.12.98",
1959 "symfony/var-dumper": "^5.3"
1964 "dev-master": "1.x-dev"
1969 "Laravel\\SerializableClosure\\": "src/"
1972 "notification-url": "https://packagist.org/downloads/",
1978 "name": "Taylor Otwell",
1979 "email": "taylor@laravel.com"
1982 "name": "Nuno Maduro",
1983 "email": "nuno@laravel.com"
1986 "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
1993 "issues": "https://github.com/laravel/serializable-closure/issues",
1994 "source": "https://github.com/laravel/serializable-closure"
1996 "time": "2022-02-01T16:29:39+00:00"
1999 "name": "laravel/socialite",
2000 "version": "v5.5.0",
2003 "url": "https://github.com/laravel/socialite.git",
2004 "reference": "cb5b5538c207efa19aa5d7f46cd76acb03ec3055"
2008 "url": "https://api.github.com/repos/laravel/socialite/zipball/cb5b5538c207efa19aa5d7f46cd76acb03ec3055",
2009 "reference": "cb5b5538c207efa19aa5d7f46cd76acb03ec3055",
2014 "guzzlehttp/guzzle": "^6.0|^7.0",
2015 "illuminate/http": "^6.0|^7.0|^8.0|^9.0",
2016 "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
2017 "league/oauth1-client": "^1.0",
2021 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
2022 "mockery/mockery": "^1.0",
2023 "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
2024 "phpunit/phpunit": "^8.0|^9.3"
2029 "dev-master": "5.x-dev"
2033 "Laravel\\Socialite\\SocialiteServiceProvider"
2036 "Socialite": "Laravel\\Socialite\\Facades\\Socialite"
2042 "Laravel\\Socialite\\": "src/"
2045 "notification-url": "https://packagist.org/downloads/",
2051 "name": "Taylor Otwell",
2052 "email": "taylor@laravel.com"
2055 "description": "Laravel wrapper around OAuth 1 & OAuth 2 libraries.",
2056 "homepage": "https://laravel.com",
2062 "issues": "https://github.com/laravel/socialite/issues",
2063 "source": "https://github.com/laravel/socialite"
2065 "time": "2022-02-01T16:31:36+00:00"
2068 "name": "laravel/tinker",
2069 "version": "v2.7.0",
2072 "url": "https://github.com/laravel/tinker.git",
2073 "reference": "5f2f9815b7631b9f586a3de7933c25f9327d4073"
2077 "url": "https://api.github.com/repos/laravel/tinker/zipball/5f2f9815b7631b9f586a3de7933c25f9327d4073",
2078 "reference": "5f2f9815b7631b9f586a3de7933c25f9327d4073",
2082 "illuminate/console": "^6.0|^7.0|^8.0|^9.0",
2083 "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
2084 "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
2085 "php": "^7.2.5|^8.0",
2086 "psy/psysh": "^0.10.4|^0.11.1",
2087 "symfony/var-dumper": "^4.3.4|^5.0|^6.0"
2090 "mockery/mockery": "~1.3.3|^1.4.2",
2091 "phpunit/phpunit": "^8.5.8|^9.3.3"
2094 "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0)."
2099 "dev-master": "2.x-dev"
2103 "Laravel\\Tinker\\TinkerServiceProvider"
2109 "Laravel\\Tinker\\": "src/"
2112 "notification-url": "https://packagist.org/downloads/",
2118 "name": "Taylor Otwell",
2119 "email": "taylor@laravel.com"
2122 "description": "Powerful REPL for the Laravel framework.",
2130 "issues": "https://github.com/laravel/tinker/issues",
2131 "source": "https://github.com/laravel/tinker/tree/v2.7.0"
2133 "time": "2022-01-10T08:52:49+00:00"
2136 "name": "laravel/ui",
2137 "version": "v3.4.2",
2140 "url": "https://github.com/laravel/ui.git",
2141 "reference": "e01198123f7f4369d13c1f83a897c3f5e97fc9f4"
2145 "url": "https://api.github.com/repos/laravel/ui/zipball/e01198123f7f4369d13c1f83a897c3f5e97fc9f4",
2146 "reference": "e01198123f7f4369d13c1f83a897c3f5e97fc9f4",
2150 "illuminate/console": "^8.42|^9.0",
2151 "illuminate/filesystem": "^8.42|^9.0",
2152 "illuminate/support": "^8.42|^9.0",
2153 "illuminate/validation": "^8.42|^9.0",
2157 "orchestra/testbench": "^6.23|^7.0"
2162 "dev-master": "3.x-dev"
2166 "Laravel\\Ui\\UiServiceProvider"
2172 "Laravel\\Ui\\": "src/",
2173 "Illuminate\\Foundation\\Auth\\": "auth-backend/"
2176 "notification-url": "https://packagist.org/downloads/",
2182 "name": "Taylor Otwell",
2183 "email": "taylor@laravel.com"
2186 "description": "Laravel UI utilities and presets.",
2192 "source": "https://github.com/laravel/ui/tree/v3.4.2"
2194 "time": "2022-01-25T20:15:56+00:00"
2197 "name": "league/commonmark",
2201 "url": "https://github.com/thephpleague/commonmark.git",
2202 "reference": "2b8185c13bc9578367a5bf901881d1c1b5bbd09b"
2206 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/2b8185c13bc9578367a5bf901881d1c1b5bbd09b",
2207 "reference": "2b8185c13bc9578367a5bf901881d1c1b5bbd09b",
2211 "ext-mbstring": "*",
2212 "php": "^7.1 || ^8.0"
2215 "scrutinizer/ocular": "1.7.*"
2218 "cebe/markdown": "~1.0",
2219 "commonmark/commonmark.js": "0.29.2",
2220 "erusev/parsedown": "~1.0",
2222 "github/gfm": "0.29.0",
2223 "michelf/php-markdown": "~1.4",
2224 "mikehaertl/php-shellcommand": "^1.4",
2225 "phpstan/phpstan": "^0.12.90",
2226 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
2227 "scrutinizer/ocular": "^1.5",
2228 "symfony/finder": "^4.2"
2236 "League\\CommonMark\\": "src"
2239 "notification-url": "https://packagist.org/downloads/",
2245 "name": "Colin O'Dell",
2246 "email": "colinodell@gmail.com",
2247 "homepage": "https://www.colinodell.com",
2248 "role": "Lead Developer"
2251 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
2252 "homepage": "https://commonmark.thephpleague.com",
2264 "docs": "https://commonmark.thephpleague.com/",
2265 "issues": "https://github.com/thephpleague/commonmark/issues",
2266 "rss": "https://github.com/thephpleague/commonmark/releases.atom",
2267 "source": "https://github.com/thephpleague/commonmark"
2271 "url": "https://www.colinodell.com/sponsor",
2275 "url": "https://www.paypal.me/colinpodell/10.00",
2279 "url": "https://github.com/colinodell",
2283 "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
2287 "time": "2022-01-13T17:18:13+00:00"
2290 "name": "league/flysystem",
2294 "url": "https://github.com/thephpleague/flysystem.git",
2295 "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
2299 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
2300 "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
2304 "ext-fileinfo": "*",
2305 "league/mime-type-detection": "^1.3",
2306 "php": "^7.2.5 || ^8.0"
2309 "league/flysystem-sftp": "<1.0.6"
2312 "phpspec/prophecy": "^1.11.1",
2313 "phpunit/phpunit": "^8.5.8"
2316 "ext-ftp": "Allows you to use FTP server storage",
2317 "ext-openssl": "Allows you to use FTPS server storage",
2318 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
2319 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
2320 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
2321 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
2322 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
2323 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
2324 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
2325 "league/flysystem-webdav": "Allows you to use WebDAV storage",
2326 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
2327 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
2328 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
2333 "dev-master": "1.1-dev"
2338 "League\\Flysystem\\": "src/"
2341 "notification-url": "https://packagist.org/downloads/",
2347 "name": "Frank de Jonge",
2348 "email": "info@frenky.net"
2351 "description": "Filesystem abstraction: Many filesystems, one API.",
2372 "issues": "https://github.com/thephpleague/flysystem/issues",
2373 "source": "https://github.com/thephpleague/flysystem/tree/1.1.9"
2377 "url": "https://offset.earth/frankdejonge",
2381 "time": "2021-12-09T09:40:50+00:00"
2384 "name": "league/flysystem-aws-s3-v3",
2385 "version": "1.0.29",
2388 "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
2389 "reference": "4e25cc0582a36a786c31115e419c6e40498f6972"
2393 "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/4e25cc0582a36a786c31115e419c6e40498f6972",
2394 "reference": "4e25cc0582a36a786c31115e419c6e40498f6972",
2398 "aws/aws-sdk-php": "^3.20.0",
2399 "league/flysystem": "^1.0.40",
2403 "henrikbjorn/phpspec-code-coverage": "~1.0.1",
2404 "phpspec/phpspec": "^2.0.0"
2409 "dev-master": "1.0-dev"
2414 "League\\Flysystem\\AwsS3v3\\": "src/"
2417 "notification-url": "https://packagist.org/downloads/",
2423 "name": "Frank de Jonge",
2424 "email": "info@frenky.net"
2427 "description": "Flysystem adapter for the AWS S3 SDK v3.x",
2429 "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
2430 "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/1.0.29"
2432 "time": "2020-10-08T18:58:37+00:00"
2435 "name": "league/html-to-markdown",
2439 "url": "https://github.com/thephpleague/html-to-markdown.git",
2440 "reference": "4d0394e120dc14b0d5c52fd1755fd48656da2ec9"
2444 "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/4d0394e120dc14b0d5c52fd1755fd48656da2ec9",
2445 "reference": "4d0394e120dc14b0d5c52fd1755fd48656da2ec9",
2451 "php": "^7.2.5 || ^8.0"
2454 "mikehaertl/php-shellcommand": "^1.1.0",
2455 "phpstan/phpstan": "^0.12.82",
2456 "phpunit/phpunit": "^8.5 || ^9.2",
2457 "scrutinizer/ocular": "^1.6",
2458 "unleashedtech/php-coding-standard": "^2.7",
2459 "vimeo/psalm": "^4.6"
2462 "bin/html-to-markdown"
2467 "dev-master": "5.1-dev"
2472 "League\\HTMLToMarkdown\\": "src/"
2475 "notification-url": "https://packagist.org/downloads/",
2481 "name": "Colin O'Dell",
2482 "email": "colinodell@gmail.com",
2483 "homepage": "https://www.colinodell.com",
2484 "role": "Lead Developer"
2487 "name": "Nick Cernis",
2488 "email": "nick@cern.is",
2489 "homepage": "http://modernnerd.net",
2490 "role": "Original Author"
2493 "description": "An HTML-to-markdown conversion helper for PHP",
2494 "homepage": "https://github.com/thephpleague/html-to-markdown",
2500 "issues": "https://github.com/thephpleague/html-to-markdown/issues",
2501 "source": "https://github.com/thephpleague/html-to-markdown/tree/5.0.2"
2505 "url": "https://www.colinodell.com/sponsor",
2509 "url": "https://www.paypal.me/colinpodell/10.00",
2513 "url": "https://github.com/colinodell",
2517 "url": "https://tidelift.com/funding/github/packagist/league/html-to-markdown",
2521 "time": "2021-11-06T05:38:26+00:00"
2524 "name": "league/mime-type-detection",
2528 "url": "https://github.com/thephpleague/mime-type-detection.git",
2529 "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69"
2533 "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/aa70e813a6ad3d1558fc927863d47309b4c23e69",
2534 "reference": "aa70e813a6ad3d1558fc927863d47309b4c23e69",
2538 "ext-fileinfo": "*",
2539 "php": "^7.2 || ^8.0"
2542 "friendsofphp/php-cs-fixer": "^3.2",
2543 "phpstan/phpstan": "^0.12.68",
2544 "phpunit/phpunit": "^8.5.8 || ^9.3"
2549 "League\\MimeTypeDetection\\": "src"
2552 "notification-url": "https://packagist.org/downloads/",
2558 "name": "Frank de Jonge",
2559 "email": "info@frankdejonge.nl"
2562 "description": "Mime-type detection for Flysystem",
2564 "issues": "https://github.com/thephpleague/mime-type-detection/issues",
2565 "source": "https://github.com/thephpleague/mime-type-detection/tree/1.9.0"
2569 "url": "https://github.com/frankdejonge",
2573 "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
2577 "time": "2021-11-21T11:48:40+00:00"
2580 "name": "league/oauth1-client",
2581 "version": "v1.10.0",
2584 "url": "https://github.com/thephpleague/oauth1-client.git",
2585 "reference": "88dd16b0cff68eb9167bfc849707d2c40ad91ddc"
2589 "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/88dd16b0cff68eb9167bfc849707d2c40ad91ddc",
2590 "reference": "88dd16b0cff68eb9167bfc849707d2c40ad91ddc",
2596 "guzzlehttp/guzzle": "^6.0|^7.0",
2597 "guzzlehttp/psr7": "^1.7|^2.0",
2598 "php": ">=7.1||>=8.0"
2601 "ext-simplexml": "*",
2602 "friendsofphp/php-cs-fixer": "^2.17",
2603 "mockery/mockery": "^1.3.3",
2604 "phpstan/phpstan": "^0.12.42",
2605 "phpunit/phpunit": "^7.5||9.5"
2608 "ext-simplexml": "For decoding XML-based responses."
2613 "dev-master": "1.0-dev",
2614 "dev-develop": "2.0-dev"
2619 "League\\OAuth1\\Client\\": "src/"
2622 "notification-url": "https://packagist.org/downloads/",
2628 "name": "Ben Corlett",
2629 "email": "bencorlett@me.com",
2630 "homepage": "http://www.webcomm.com.au",
2634 "description": "OAuth 1.0 Client Library",
2650 "issues": "https://github.com/thephpleague/oauth1-client/issues",
2651 "source": "https://github.com/thephpleague/oauth1-client/tree/v1.10.0"
2653 "time": "2021-08-15T23:05:49+00:00"
2656 "name": "league/oauth2-client",
2660 "url": "https://github.com/thephpleague/oauth2-client.git",
2661 "reference": "2334c249907190c132364f5dae0287ab8666aa19"
2665 "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19",
2666 "reference": "2334c249907190c132364f5dae0287ab8666aa19",
2670 "guzzlehttp/guzzle": "^6.0 || ^7.0",
2671 "paragonie/random_compat": "^1 || ^2 || ^9.99",
2672 "php": "^5.6 || ^7.0 || ^8.0"
2675 "mockery/mockery": "^1.3.5",
2676 "php-parallel-lint/php-parallel-lint": "^1.3.1",
2677 "phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
2678 "squizlabs/php_codesniffer": "^2.3 || ^3.0"
2683 "dev-2.x": "2.0.x-dev"
2688 "League\\OAuth2\\Client\\": "src/"
2691 "notification-url": "https://packagist.org/downloads/",
2697 "name": "Alex Bilbie",
2698 "email": "hello@alexbilbie.com",
2699 "homepage": "http://www.alexbilbie.com",
2703 "name": "Woody Gilk",
2704 "homepage": "https://github.com/shadowhand",
2705 "role": "Contributor"
2708 "description": "OAuth 2.0 Client Library",
2720 "issues": "https://github.com/thephpleague/oauth2-client/issues",
2721 "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.1"
2723 "time": "2021-12-22T16:42:49+00:00"
2726 "name": "monolog/monolog",
2730 "url": "https://github.com/Seldaek/monolog.git",
2731 "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
2735 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
2736 "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
2741 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
2744 "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
2747 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
2748 "doctrine/couchdb": "~1.0@dev",
2749 "elasticsearch/elasticsearch": "^7",
2750 "graylog2/gelf-php": "^1.4.2",
2751 "mongodb/mongodb": "^1.8",
2752 "php-amqplib/php-amqplib": "~2.4 || ^3",
2753 "php-console/php-console": "^3.1.3",
2754 "phpspec/prophecy": "^1.6.1",
2755 "phpstan/phpstan": "^0.12.91",
2756 "phpunit/phpunit": "^8.5",
2757 "predis/predis": "^1.1",
2758 "rollbar/rollbar": "^1.3",
2759 "ruflin/elastica": ">=0.90@dev",
2760 "swiftmailer/swiftmailer": "^5.3|^6.0"
2763 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
2764 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
2765 "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2766 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2767 "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
2768 "ext-mbstring": "Allow to work properly with unicode symbols",
2769 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2770 "ext-openssl": "Required to send log messages using SSL",
2771 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
2772 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2773 "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
2774 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2775 "php-console/php-console": "Allow sending log messages to Google Chrome",
2776 "rollbar/rollbar": "Allow sending log messages to Rollbar",
2777 "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2782 "dev-main": "2.x-dev"
2787 "Monolog\\": "src/Monolog"
2790 "notification-url": "https://packagist.org/downloads/",
2796 "name": "Jordi Boggiano",
2797 "email": "j.boggiano@seld.be",
2798 "homepage": "https://seld.be"
2801 "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2802 "homepage": "https://github.com/Seldaek/monolog",
2809 "issues": "https://github.com/Seldaek/monolog/issues",
2810 "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
2814 "url": "https://github.com/Seldaek",
2818 "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
2822 "time": "2021-10-01T21:08:31+00:00"
2825 "name": "mtdowling/jmespath.php",
2829 "url": "https://github.com/jmespath/jmespath.php.git",
2830 "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
2834 "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
2835 "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
2839 "php": "^5.4 || ^7.0 || ^8.0",
2840 "symfony/polyfill-mbstring": "^1.17"
2843 "composer/xdebug-handler": "^1.4 || ^2.0",
2844 "phpunit/phpunit": "^4.8.36 || ^7.5.15"
2852 "dev-master": "2.6-dev"
2857 "JmesPath\\": "src/"
2863 "notification-url": "https://packagist.org/downloads/",
2869 "name": "Michael Dowling",
2870 "email": "mtdowling@gmail.com",
2871 "homepage": "https://github.com/mtdowling"
2874 "description": "Declaratively specify how to extract elements from a JSON document",
2880 "issues": "https://github.com/jmespath/jmespath.php/issues",
2881 "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
2883 "time": "2021-06-14T00:11:39+00:00"
2886 "name": "nesbot/carbon",
2887 "version": "2.56.0",
2890 "url": "https://github.com/briannesbitt/Carbon.git",
2891 "reference": "626ec8cbb724cd3c3400c3ed8f730545b744e3f4"
2895 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/626ec8cbb724cd3c3400c3ed8f730545b744e3f4",
2896 "reference": "626ec8cbb724cd3c3400c3ed8f730545b744e3f4",
2901 "php": "^7.1.8 || ^8.0",
2902 "symfony/polyfill-mbstring": "^1.0",
2903 "symfony/polyfill-php80": "^1.16",
2904 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
2907 "doctrine/dbal": "^2.0 || ^3.0",
2908 "doctrine/orm": "^2.7",
2909 "friendsofphp/php-cs-fixer": "^3.0",
2910 "kylekatarnls/multi-tester": "^2.0",
2911 "phpmd/phpmd": "^2.9",
2912 "phpstan/extension-installer": "^1.0",
2913 "phpstan/phpstan": "^0.12.54 || ^1.0",
2914 "phpunit/phpunit": "^7.5.20 || ^8.5.14",
2915 "squizlabs/php_codesniffer": "^3.4"
2923 "dev-3.x": "3.x-dev",
2924 "dev-master": "2.x-dev"
2928 "Carbon\\Laravel\\ServiceProvider"
2939 "Carbon\\": "src/Carbon/"
2942 "notification-url": "https://packagist.org/downloads/",
2948 "name": "Brian Nesbitt",
2949 "email": "brian@nesbot.com",
2950 "homepage": "https://markido.com"
2953 "name": "kylekatarnls",
2954 "homepage": "https://github.com/kylekatarnls"
2957 "description": "An API extension for DateTime that supports 281 different languages.",
2958 "homepage": "https://carbon.nesbot.com",
2965 "docs": "https://carbon.nesbot.com/docs",
2966 "issues": "https://github.com/briannesbitt/Carbon/issues",
2967 "source": "https://github.com/briannesbitt/Carbon"
2971 "url": "https://opencollective.com/Carbon",
2972 "type": "open_collective"
2975 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
2979 "time": "2022-01-21T17:08:38+00:00"
2982 "name": "nikic/php-parser",
2983 "version": "v4.13.2",
2986 "url": "https://github.com/nikic/PHP-Parser.git",
2987 "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
2991 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
2992 "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
2996 "ext-tokenizer": "*",
3000 "ircmaxell/php-yacc": "^0.0.7",
3001 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
3009 "dev-master": "4.9-dev"
3014 "PhpParser\\": "lib/PhpParser"
3017 "notification-url": "https://packagist.org/downloads/",
3023 "name": "Nikita Popov"
3026 "description": "A PHP parser written in PHP",
3032 "issues": "https://github.com/nikic/PHP-Parser/issues",
3033 "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
3035 "time": "2021-11-30T19:35:32+00:00"
3038 "name": "onelogin/php-saml",
3042 "url": "https://github.com/onelogin/php-saml.git",
3043 "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979"
3047 "url": "https://api.github.com/repos/onelogin/php-saml/zipball/f30f5062f3653c4d2082892d207f4dc3e577d979",
3048 "reference": "f30f5062f3653c4d2082892d207f4dc3e577d979",
3053 "robrichards/xmlseclibs": ">=3.1.1"
3056 "pdepend/pdepend": "^2.8.0",
3057 "php-coveralls/php-coveralls": "^2.0",
3058 "phploc/phploc": "^4.0 || ^5.0 || ^6.0 || ^7.0",
3059 "phpunit/phpunit": "^9.5",
3060 "sebastian/phpcpd": "^4.0 || ^5.0 || ^6.0 ",
3061 "squizlabs/php_codesniffer": "^3.5.8"
3064 "ext-curl": "Install curl lib to be able to use the IdPMetadataParser for parsing remote XMLs",
3065 "ext-dom": "Install xml lib",
3066 "ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",
3067 "ext-zlib": "Install zlib"
3072 "OneLogin\\": "src/"
3075 "notification-url": "https://packagist.org/downloads/",
3079 "description": "OneLogin PHP SAML Toolkit",
3080 "homepage": "https://developers.onelogin.com/saml/php",
3087 "email": "sixto.garcia@onelogin.com",
3088 "issues": "https://github.com/onelogin/php-saml/issues",
3089 "source": "https://github.com/onelogin/php-saml/"
3091 "time": "2021-03-02T10:19:19+00:00"
3094 "name": "opis/closure",
3098 "url": "https://github.com/opis/closure.git",
3099 "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad"
3103 "url": "https://api.github.com/repos/opis/closure/zipball/3d81e4309d2a927abbe66df935f4bb60082805ad",
3104 "reference": "3d81e4309d2a927abbe66df935f4bb60082805ad",
3108 "php": "^5.4 || ^7.0 || ^8.0"
3111 "jeremeamia/superclosure": "^2.0",
3112 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
3117 "dev-master": "3.6.x-dev"
3122 "Opis\\Closure\\": "src/"
3128 "notification-url": "https://packagist.org/downloads/",
3134 "name": "Marius Sarca",
3135 "email": "marius.sarca@gmail.com"
3138 "name": "Sorin Sarca",
3139 "email": "sarca_sorin@hotmail.com"
3142 "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
3143 "homepage": "https://opis.io/closure",
3145 "anonymous functions",
3153 "issues": "https://github.com/opis/closure/issues",
3154 "source": "https://github.com/opis/closure/tree/3.6.3"
3156 "time": "2022-01-27T09:35:39+00:00"
3159 "name": "paragonie/constant_time_encoding",
3160 "version": "v2.5.0",
3163 "url": "https://github.com/paragonie/constant_time_encoding.git",
3164 "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
3168 "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
3169 "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
3176 "phpunit/phpunit": "^6|^7|^8|^9",
3177 "vimeo/psalm": "^1|^2|^3|^4"
3182 "ParagonIE\\ConstantTime\\": "src/"
3185 "notification-url": "https://packagist.org/downloads/",
3191 "name": "Paragon Initiative Enterprises",
3192 "email": "security@paragonie.com",
3193 "homepage": "https://paragonie.com",
3194 "role": "Maintainer"
3197 "name": "Steve 'Sc00bz' Thomas",
3198 "email": "steve@tobtu.com",
3199 "homepage": "https://www.tobtu.com",
3200 "role": "Original Developer"
3203 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
3219 "email": "info@paragonie.com",
3220 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
3221 "source": "https://github.com/paragonie/constant_time_encoding"
3223 "time": "2022-01-17T05:32:27+00:00"
3226 "name": "paragonie/random_compat",
3227 "version": "v9.99.100",
3230 "url": "https://github.com/paragonie/random_compat.git",
3231 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
3235 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
3236 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
3243 "phpunit/phpunit": "4.*|5.*",
3247 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
3250 "notification-url": "https://packagist.org/downloads/",
3256 "name": "Paragon Initiative Enterprises",
3257 "email": "security@paragonie.com",
3258 "homepage": "https://paragonie.com"
3261 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
3269 "email": "info@paragonie.com",
3270 "issues": "https://github.com/paragonie/random_compat/issues",
3271 "source": "https://github.com/paragonie/random_compat"
3273 "time": "2020-10-15T08:29:30+00:00"
3276 "name": "phenx/php-font-lib",
3280 "url": "https://github.com/dompdf/php-font-lib.git",
3281 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4"
3285 "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4",
3286 "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4",
3293 "symfony/phpunit-bridge": "^3 || ^4 || ^5"
3298 "FontLib\\": "src/FontLib"
3301 "notification-url": "https://packagist.org/downloads/",
3307 "name": "Fabien Ménager",
3308 "email": "fabien.menager@gmail.com"
3311 "description": "A library to read, parse, export and make subsets of different types of font files.",
3312 "homepage": "https://github.com/PhenX/php-font-lib",
3314 "issues": "https://github.com/dompdf/php-font-lib/issues",
3315 "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4"
3317 "time": "2021-12-17T19:44:54+00:00"
3320 "name": "phenx/php-svg-lib",
3324 "url": "https://github.com/PhenX/php-svg-lib.git",
3325 "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2"
3329 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
3330 "reference": "f627771eb854aa7f45f80add0f23c6c4d67ea0f2",
3334 "php": "^7.4 || ^8.0",
3335 "sabberworm/php-css-parser": "^8.3"
3338 "phpunit/phpunit": "^9.5"
3346 "notification-url": "https://packagist.org/downloads/",
3352 "name": "Fabien Ménager",
3353 "email": "fabien.menager@gmail.com"
3356 "description": "A library to read, parse and export to PDF SVG files.",
3357 "homepage": "https://github.com/PhenX/php-svg-lib",
3359 "issues": "https://github.com/PhenX/php-svg-lib/issues",
3360 "source": "https://github.com/PhenX/php-svg-lib/tree/0.3.4"
3362 "time": "2021-10-18T02:13:32+00:00"
3365 "name": "phpoption/phpoption",
3369 "url": "https://github.com/schmittjoh/php-option.git",
3370 "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15"
3374 "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
3375 "reference": "eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15",
3379 "php": "^7.0 || ^8.0"
3382 "bamarni/composer-bin-plugin": "^1.4.1",
3383 "phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
3388 "dev-master": "1.8-dev"
3393 "PhpOption\\": "src/PhpOption/"
3396 "notification-url": "https://packagist.org/downloads/",
3402 "name": "Johannes M. Schmitt",
3403 "email": "schmittjoh@gmail.com",
3404 "homepage": "https://github.com/schmittjoh"
3407 "name": "Graham Campbell",
3408 "email": "hello@gjcampbell.co.uk",
3409 "homepage": "https://github.com/GrahamCampbell"
3412 "description": "Option Type for PHP",
3420 "issues": "https://github.com/schmittjoh/php-option/issues",
3421 "source": "https://github.com/schmittjoh/php-option/tree/1.8.1"
3425 "url": "https://github.com/GrahamCampbell",
3429 "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
3433 "time": "2021-12-04T23:24:31+00:00"
3436 "name": "phpseclib/phpseclib",
3437 "version": "3.0.13",
3440 "url": "https://github.com/phpseclib/phpseclib.git",
3441 "reference": "1443ab79364eea48665fa8c09ac67f37d1025f7e"
3445 "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/1443ab79364eea48665fa8c09ac67f37d1025f7e",
3446 "reference": "1443ab79364eea48665fa8c09ac67f37d1025f7e",
3450 "paragonie/constant_time_encoding": "^1|^2",
3451 "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
3455 "phing/phing": "~2.7",
3456 "phpunit/phpunit": "^5.7|^6.0|^9.4",
3457 "squizlabs/php_codesniffer": "~2.0"
3460 "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
3461 "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
3462 "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
3463 "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
3468 "phpseclib/bootstrap.php"
3471 "phpseclib3\\": "phpseclib/"
3474 "notification-url": "https://packagist.org/downloads/",
3480 "name": "Jim Wigginton",
3481 "email": "terrafrost@php.net",
3482 "role": "Lead Developer"
3485 "name": "Patrick Monnerat",
3486 "email": "pm@datasphere.ch",
3490 "name": "Andreas Fischer",
3491 "email": "bantu@phpbb.com",
3495 "name": "Hans-Jürgen Petrich",
3496 "email": "petrich@tronic-media.com",
3500 "name": "Graham Campbell",
3501 "email": "graham@alt-three.com",
3505 "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
3506 "homepage": "http://phpseclib.sourceforge.net",
3527 "issues": "https://github.com/phpseclib/phpseclib/issues",
3528 "source": "https://github.com/phpseclib/phpseclib/tree/3.0.13"
3532 "url": "https://github.com/terrafrost",
3536 "url": "https://www.patreon.com/phpseclib",
3540 "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
3544 "time": "2022-01-30T08:50:05+00:00"
3547 "name": "pragmarx/google2fa",
3551 "url": "https://github.com/antonioribeiro/google2fa.git",
3552 "reference": "26c4c5cf30a2844ba121760fd7301f8ad240100b"
3556 "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/26c4c5cf30a2844ba121760fd7301f8ad240100b",
3557 "reference": "26c4c5cf30a2844ba121760fd7301f8ad240100b",
3561 "paragonie/constant_time_encoding": "^1.0|^2.0",
3565 "phpstan/phpstan": "^0.12.18",
3566 "phpunit/phpunit": "^7.5.15|^8.5|^9.0"
3571 "PragmaRX\\Google2FA\\": "src/"
3574 "notification-url": "https://packagist.org/downloads/",
3580 "name": "Antonio Carlos Ribeiro",
3581 "email": "acr@antoniocarlosribeiro.com",
3582 "role": "Creator & Designer"
3585 "description": "A One Time Password Authentication package, compatible with Google Authenticator.",
3589 "Two Factor Authentication",
3593 "issues": "https://github.com/antonioribeiro/google2fa/issues",
3594 "source": "https://github.com/antonioribeiro/google2fa/tree/8.0.0"
3596 "time": "2020-04-05T10:47:18+00:00"
3599 "name": "predis/predis",
3600 "version": "v1.1.10",
3603 "url": "https://github.com/predis/predis.git",
3604 "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e"
3608 "url": "https://api.github.com/repos/predis/predis/zipball/a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
3609 "reference": "a2fb02d738bedadcffdbb07efa3a5e7bd57f8d6e",
3616 "phpunit/phpunit": "~4.8"
3619 "ext-curl": "Allows access to Webdis when paired with phpiredis",
3620 "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
3628 "notification-url": "https://packagist.org/downloads/",
3634 "name": "Daniele Alessandri",
3635 "email": "suppakilla@gmail.com",
3636 "homepage": "http://clorophilla.net",
3637 "role": "Creator & Maintainer"
3640 "name": "Till Krüss",
3641 "homepage": "https://till.im",
3642 "role": "Maintainer"
3645 "description": "Flexible and feature-complete Redis client for PHP and HHVM",
3646 "homepage": "http://github.com/predis/predis",
3653 "issues": "https://github.com/predis/predis/issues",
3654 "source": "https://github.com/predis/predis/tree/v1.1.10"
3658 "url": "https://github.com/sponsors/tillkruss",
3662 "time": "2022-01-05T17:46:08+00:00"
3665 "name": "psr/cache",
3669 "url": "https://github.com/php-fig/cache.git",
3670 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
3674 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
3675 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
3684 "dev-master": "1.0.x-dev"
3689 "Psr\\Cache\\": "src/"
3692 "notification-url": "https://packagist.org/downloads/",
3699 "homepage": "http://www.php-fig.org/"
3702 "description": "Common interface for caching libraries",
3709 "source": "https://github.com/php-fig/cache/tree/master"
3711 "time": "2016-08-06T20:24:11+00:00"
3714 "name": "psr/container",
3718 "url": "https://github.com/php-fig/container.git",
3719 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
3723 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
3724 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
3733 "Psr\\Container\\": "src/"
3736 "notification-url": "https://packagist.org/downloads/",
3743 "homepage": "https://www.php-fig.org/"
3746 "description": "Common Container Interface (PHP FIG PSR-11)",
3747 "homepage": "https://github.com/php-fig/container",
3751 "container-interface",
3752 "container-interop",
3756 "issues": "https://github.com/php-fig/container/issues",
3757 "source": "https://github.com/php-fig/container/tree/1.1.2"
3759 "time": "2021-11-05T16:50:12+00:00"
3762 "name": "psr/event-dispatcher",
3766 "url": "https://github.com/php-fig/event-dispatcher.git",
3767 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
3771 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
3772 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
3781 "dev-master": "1.0.x-dev"
3786 "Psr\\EventDispatcher\\": "src/"
3789 "notification-url": "https://packagist.org/downloads/",
3796 "homepage": "http://www.php-fig.org/"
3799 "description": "Standard interfaces for event handling.",
3806 "issues": "https://github.com/php-fig/event-dispatcher/issues",
3807 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
3809 "time": "2019-01-08T18:20:26+00:00"
3812 "name": "psr/http-client",
3816 "url": "https://github.com/php-fig/http-client.git",
3817 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
3821 "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3822 "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
3826 "php": "^7.0 || ^8.0",
3827 "psr/http-message": "^1.0"
3832 "dev-master": "1.0.x-dev"
3837 "Psr\\Http\\Client\\": "src/"
3840 "notification-url": "https://packagist.org/downloads/",
3847 "homepage": "http://www.php-fig.org/"
3850 "description": "Common interface for HTTP clients",
3851 "homepage": "https://github.com/php-fig/http-client",
3859 "source": "https://github.com/php-fig/http-client/tree/master"
3861 "time": "2020-06-29T06:28:15+00:00"
3864 "name": "psr/http-factory",
3868 "url": "https://github.com/php-fig/http-factory.git",
3869 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
3873 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3874 "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
3879 "psr/http-message": "^1.0"
3884 "dev-master": "1.0.x-dev"
3889 "Psr\\Http\\Message\\": "src/"
3892 "notification-url": "https://packagist.org/downloads/",
3899 "homepage": "http://www.php-fig.org/"
3902 "description": "Common interfaces for PSR-7 HTTP message factories",
3914 "source": "https://github.com/php-fig/http-factory/tree/master"
3916 "time": "2019-04-30T12:38:16+00:00"
3919 "name": "psr/http-message",
3923 "url": "https://github.com/php-fig/http-message.git",
3924 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
3928 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
3929 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
3938 "dev-master": "1.0.x-dev"
3943 "Psr\\Http\\Message\\": "src/"
3946 "notification-url": "https://packagist.org/downloads/",
3953 "homepage": "http://www.php-fig.org/"
3956 "description": "Common interface for HTTP messages",
3957 "homepage": "https://github.com/php-fig/http-message",
3967 "source": "https://github.com/php-fig/http-message/tree/master"
3969 "time": "2016-08-06T14:39:51+00:00"
3976 "url": "https://github.com/php-fig/log.git",
3977 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
3981 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
3982 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
3991 "dev-master": "1.1.x-dev"
3996 "Psr\\Log\\": "Psr/Log/"
3999 "notification-url": "https://packagist.org/downloads/",
4006 "homepage": "https://www.php-fig.org/"
4009 "description": "Common interface for logging libraries",
4010 "homepage": "https://github.com/php-fig/log",
4017 "source": "https://github.com/php-fig/log/tree/1.1.4"
4019 "time": "2021-05-03T11:20:27+00:00"
4022 "name": "psr/simple-cache",
4026 "url": "https://github.com/php-fig/simple-cache.git",
4027 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
4031 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
4032 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
4041 "dev-master": "1.0.x-dev"
4046 "Psr\\SimpleCache\\": "src/"
4049 "notification-url": "https://packagist.org/downloads/",
4056 "homepage": "http://www.php-fig.org/"
4059 "description": "Common interfaces for simple caching",
4068 "source": "https://github.com/php-fig/simple-cache/tree/master"
4070 "time": "2017-10-23T01:57:42+00:00"
4073 "name": "psy/psysh",
4074 "version": "v0.11.1",
4077 "url": "https://github.com/bobthecow/psysh.git",
4078 "reference": "570292577277f06f590635381a7f761a6cf4f026"
4082 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/570292577277f06f590635381a7f761a6cf4f026",
4083 "reference": "570292577277f06f590635381a7f761a6cf4f026",
4088 "ext-tokenizer": "*",
4089 "nikic/php-parser": "^4.0 || ^3.1",
4090 "php": "^8.0 || ^7.0.8",
4091 "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
4092 "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
4095 "bamarni/composer-bin-plugin": "^1.2",
4096 "hoa/console": "3.17.05.02"
4099 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
4100 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
4101 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
4102 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
4103 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
4111 "dev-main": "0.11.x-dev"
4122 "notification-url": "https://packagist.org/downloads/",
4128 "name": "Justin Hileman",
4129 "email": "justin@justinhileman.info",
4130 "homepage": "http://justinhileman.com"
4133 "description": "An interactive shell for modern PHP.",
4134 "homepage": "http://psysh.org",
4142 "issues": "https://github.com/bobthecow/psysh/issues",
4143 "source": "https://github.com/bobthecow/psysh/tree/v0.11.1"
4145 "time": "2022-01-03T13:58:38+00:00"
4148 "name": "ralouphie/getallheaders",
4152 "url": "https://github.com/ralouphie/getallheaders.git",
4153 "reference": "120b605dfeb996808c31b6477290a714d356e822"
4157 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
4158 "reference": "120b605dfeb996808c31b6477290a714d356e822",
4165 "php-coveralls/php-coveralls": "^2.1",
4166 "phpunit/phpunit": "^5 || ^6.5"
4171 "src/getallheaders.php"
4174 "notification-url": "https://packagist.org/downloads/",
4180 "name": "Ralph Khattar",
4181 "email": "ralph.khattar@gmail.com"
4184 "description": "A polyfill for getallheaders.",
4186 "issues": "https://github.com/ralouphie/getallheaders/issues",
4187 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
4189 "time": "2019-03-08T08:55:37+00:00"
4192 "name": "ramsey/collection",
4196 "url": "https://github.com/ramsey/collection.git",
4197 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
4201 "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
4202 "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
4206 "php": "^7.3 || ^8",
4207 "symfony/polyfill-php81": "^1.23"
4210 "captainhook/captainhook": "^5.3",
4211 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4212 "ergebnis/composer-normalize": "^2.6",
4213 "fakerphp/faker": "^1.5",
4214 "hamcrest/hamcrest-php": "^2",
4215 "jangregor/phpstan-prophecy": "^0.8",
4216 "mockery/mockery": "^1.3",
4217 "phpspec/prophecy-phpunit": "^2.0",
4218 "phpstan/extension-installer": "^1",
4219 "phpstan/phpstan": "^0.12.32",
4220 "phpstan/phpstan-mockery": "^0.12.5",
4221 "phpstan/phpstan-phpunit": "^0.12.11",
4222 "phpunit/phpunit": "^8.5 || ^9",
4223 "psy/psysh": "^0.10.4",
4224 "slevomat/coding-standard": "^6.3",
4225 "squizlabs/php_codesniffer": "^3.5",
4226 "vimeo/psalm": "^4.4"
4231 "Ramsey\\Collection\\": "src/"
4234 "notification-url": "https://packagist.org/downloads/",
4240 "name": "Ben Ramsey",
4241 "email": "ben@benramsey.com",
4242 "homepage": "https://benramsey.com"
4245 "description": "A PHP library for representing and manipulating collections.",
4255 "issues": "https://github.com/ramsey/collection/issues",
4256 "source": "https://github.com/ramsey/collection/tree/1.2.2"
4260 "url": "https://github.com/ramsey",
4264 "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
4268 "time": "2021-10-10T03:01:02+00:00"
4271 "name": "ramsey/uuid",
4275 "url": "https://github.com/ramsey/uuid.git",
4276 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
4280 "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
4281 "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
4285 "brick/math": "^0.8 || ^0.9",
4287 "php": "^7.2 || ^8.0",
4288 "ramsey/collection": "^1.0",
4289 "symfony/polyfill-ctype": "^1.8",
4290 "symfony/polyfill-php80": "^1.14"
4293 "rhumsaa/uuid": "self.version"
4296 "captainhook/captainhook": "^5.10",
4297 "captainhook/plugin-composer": "^5.3",
4298 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
4299 "doctrine/annotations": "^1.8",
4300 "ergebnis/composer-normalize": "^2.15",
4301 "mockery/mockery": "^1.3",
4302 "moontoast/math": "^1.1",
4303 "paragonie/random-lib": "^2",
4304 "php-mock/php-mock": "^2.2",
4305 "php-mock/php-mock-mockery": "^1.3",
4306 "php-parallel-lint/php-parallel-lint": "^1.1",
4307 "phpbench/phpbench": "^1.0",
4308 "phpstan/extension-installer": "^1.0",
4309 "phpstan/phpstan": "^0.12",
4310 "phpstan/phpstan-mockery": "^0.12",
4311 "phpstan/phpstan-phpunit": "^0.12",
4312 "phpunit/phpunit": "^8.5 || ^9",
4313 "slevomat/coding-standard": "^7.0",
4314 "squizlabs/php_codesniffer": "^3.5",
4315 "vimeo/psalm": "^4.9"
4318 "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
4319 "ext-ctype": "Enables faster processing of character classification using ctype functions.",
4320 "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
4321 "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
4322 "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
4323 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
4328 "dev-main": "4.x-dev"
4331 "force-install": true
4336 "Ramsey\\Uuid\\": "src/"
4342 "notification-url": "https://packagist.org/downloads/",
4346 "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
4353 "issues": "https://github.com/ramsey/uuid/issues",
4354 "source": "https://github.com/ramsey/uuid/tree/4.2.3"
4358 "url": "https://github.com/ramsey",
4362 "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
4366 "time": "2021-09-25T23:10:38+00:00"
4369 "name": "robrichards/xmlseclibs",
4373 "url": "https://github.com/robrichards/xmlseclibs.git",
4374 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df"
4378 "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df",
4379 "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df",
4389 "RobRichards\\XMLSecLibs\\": "src"
4392 "notification-url": "https://packagist.org/downloads/",
4396 "description": "A PHP library for XML Security",
4397 "homepage": "https://github.com/robrichards/xmlseclibs",
4405 "issues": "https://github.com/robrichards/xmlseclibs/issues",
4406 "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1"
4408 "time": "2020-09-05T13:00:25+00:00"
4411 "name": "sabberworm/php-css-parser",
4415 "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
4416 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
4420 "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
4421 "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
4429 "codacy/coverage": "^1.4",
4430 "phpunit/phpunit": "^4.8.36"
4433 "ext-mbstring": "for parsing UTF-8 CSS"
4438 "Sabberworm\\CSS\\": "src/"
4441 "notification-url": "https://packagist.org/downloads/",
4447 "name": "Raphael Schweikert"
4450 "description": "Parser for CSS Files written in PHP",
4451 "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
4458 "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
4459 "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
4461 "time": "2021-12-11T13:40:54+00:00"
4464 "name": "socialiteproviders/discord",
4468 "url": "https://github.com/SocialiteProviders/Discord.git",
4469 "reference": "c6eddeb07ace7473e82d02d4db852dfacf5ef574"
4473 "url": "https://api.github.com/repos/SocialiteProviders/Discord/zipball/c6eddeb07ace7473e82d02d4db852dfacf5ef574",
4474 "reference": "c6eddeb07ace7473e82d02d4db852dfacf5ef574",
4479 "php": "^7.2 || ^8.0",
4480 "socialiteproviders/manager": "~4.0"
4485 "SocialiteProviders\\Discord\\": ""
4488 "notification-url": "https://packagist.org/downloads/",
4494 "name": "Christopher Eklund",
4495 "email": "eklundchristopher@gmail.com"
4498 "description": "Discord OAuth2 Provider for Laravel Socialite",
4500 "source": "https://github.com/SocialiteProviders/Discord/tree/4.1.1"
4502 "time": "2021-01-05T22:03:58+00:00"
4505 "name": "socialiteproviders/gitlab",
4509 "url": "https://github.com/SocialiteProviders/GitLab.git",
4510 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d"
4514 "url": "https://api.github.com/repos/SocialiteProviders/GitLab/zipball/a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
4515 "reference": "a8f67d3b02c9ee8c70c25c6728417c0eddcbbb9d",
4520 "php": "^7.2 || ^8.0",
4521 "socialiteproviders/manager": "~4.0"
4526 "SocialiteProviders\\GitLab\\": ""
4529 "notification-url": "https://packagist.org/downloads/",
4535 "name": "Christoffer Martinsen",
4536 "email": "christoffermartinsen@gmail.com"
4539 "description": "GitLab OAuth2 Provider for Laravel Socialite",
4541 "source": "https://github.com/SocialiteProviders/GitLab/tree/4.1.0"
4543 "time": "2020-12-01T23:10:59+00:00"
4546 "name": "socialiteproviders/manager",
4547 "version": "v4.1.0",
4550 "url": "https://github.com/SocialiteProviders/Manager.git",
4551 "reference": "4e63afbd26dc45ff263591de2a0970436a6a0bf9"
4555 "url": "https://api.github.com/repos/SocialiteProviders/Manager/zipball/4e63afbd26dc45ff263591de2a0970436a6a0bf9",
4556 "reference": "4e63afbd26dc45ff263591de2a0970436a6a0bf9",
4560 "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
4561 "laravel/socialite": "~4.0 || ~5.0",
4562 "php": "^7.2 || ^8.0"
4565 "mockery/mockery": "^1.2",
4566 "phpunit/phpunit": "^6.0 || ^9.0"
4572 "SocialiteProviders\\Manager\\ServiceProvider"
4578 "SocialiteProviders\\Manager\\": "src/"
4581 "notification-url": "https://packagist.org/downloads/",
4587 "name": "Andy Wendt",
4588 "email": "andy@awendt.com"
4591 "name": "Anton Komarev",
4592 "email": "a.komarev@cybercog.su"
4595 "name": "Miguel Piedrafita",
4596 "email": "soy@miguelpiedrafita.com"
4600 "email": "atymicq@gmail.com",
4601 "homepage": "https://atymic.dev"
4604 "description": "Easily add new or override built-in providers in Laravel Socialite.",
4605 "homepage": "https://socialiteproviders.com",
4614 "issues": "https://github.com/socialiteproviders/manager/issues",
4615 "source": "https://github.com/socialiteproviders/manager"
4617 "time": "2022-01-23T22:40:23+00:00"
4620 "name": "socialiteproviders/microsoft-azure",
4624 "url": "https://github.com/SocialiteProviders/Microsoft-Azure.git",
4625 "reference": "9b23e02ff711de42e513aa55f768a4f1c67c0e41"
4629 "url": "https://api.github.com/repos/SocialiteProviders/Microsoft-Azure/zipball/9b23e02ff711de42e513aa55f768a4f1c67c0e41",
4630 "reference": "9b23e02ff711de42e513aa55f768a4f1c67c0e41",
4635 "php": "^7.2 || ^8.0",
4636 "socialiteproviders/manager": "~4.0"
4641 "SocialiteProviders\\Azure\\": ""
4644 "notification-url": "https://packagist.org/downloads/",
4650 "name": "Chris Hemmings",
4651 "email": "chris@hemmin.gs"
4654 "description": "Microsoft Azure OAuth2 Provider for Laravel Socialite",
4664 "docs": "https://socialiteproviders.com/microsoft-azure",
4665 "issues": "https://github.com/socialiteproviders/providers/issues",
4666 "source": "https://github.com/socialiteproviders/providers"
4668 "time": "2021-10-07T22:21:59+00:00"
4671 "name": "socialiteproviders/okta",
4675 "url": "https://github.com/SocialiteProviders/Okta.git",
4676 "reference": "e3ef9f23c7d2f86b3b16a174b82333cf4e2459e8"
4680 "url": "https://api.github.com/repos/SocialiteProviders/Okta/zipball/e3ef9f23c7d2f86b3b16a174b82333cf4e2459e8",
4681 "reference": "e3ef9f23c7d2f86b3b16a174b82333cf4e2459e8",
4686 "php": "^7.2 || ^8.0",
4687 "socialiteproviders/manager": "~4.0"
4692 "SocialiteProviders\\Okta\\": ""
4695 "notification-url": "https://packagist.org/downloads/",
4701 "name": "Chase Coney",
4702 "email": "chase.coney@gmail.com"
4705 "description": "Okta OAuth2 Provider for Laravel Socialite",
4707 "source": "https://github.com/SocialiteProviders/Okta/tree/4.1.1"
4709 "time": "2021-01-12T23:51:01+00:00"
4712 "name": "socialiteproviders/slack",
4716 "url": "https://github.com/SocialiteProviders/Slack.git",
4717 "reference": "2b781c95daf06ec87a8f3deba2ab613d6bea5e8d"
4721 "url": "https://api.github.com/repos/SocialiteProviders/Slack/zipball/2b781c95daf06ec87a8f3deba2ab613d6bea5e8d",
4722 "reference": "2b781c95daf06ec87a8f3deba2ab613d6bea5e8d",
4727 "php": "^7.2 || ^8.0",
4728 "socialiteproviders/manager": "~4.0"
4733 "SocialiteProviders\\Slack\\": ""
4736 "notification-url": "https://packagist.org/downloads/",
4742 "name": "Brian Faust",
4743 "email": "hello@brianfaust.de"
4746 "description": "Slack OAuth2 Provider for Laravel Socialite",
4748 "source": "https://github.com/SocialiteProviders/Slack/tree/4.1.1"
4750 "time": "2021-03-26T04:10:10+00:00"
4753 "name": "socialiteproviders/twitch",
4757 "url": "https://github.com/SocialiteProviders/Twitch.git",
4758 "reference": "7accf30ae7a3139b757b4ca8f34989c09a3dbee7"
4762 "url": "https://api.github.com/repos/SocialiteProviders/Twitch/zipball/7accf30ae7a3139b757b4ca8f34989c09a3dbee7",
4763 "reference": "7accf30ae7a3139b757b4ca8f34989c09a3dbee7",
4768 "php": "^7.2 || ^8.0",
4769 "socialiteproviders/manager": "~4.0"
4774 "SocialiteProviders\\Twitch\\": ""
4777 "notification-url": "https://packagist.org/downloads/",
4783 "name": "Brian Faust",
4784 "email": "hello@brianfaust.de"
4787 "description": "Twitch OAuth2 Provider for Laravel Socialite",
4789 "source": "https://github.com/SocialiteProviders/Twitch/tree/5.3.1"
4791 "time": "2020-12-01T23:10:59+00:00"
4794 "name": "ssddanbrown/htmldiff",
4795 "version": "v1.0.2",
4798 "url": "https://github.com/ssddanbrown/HtmlDiff.git",
4799 "reference": "58f81857c02b50b199273edb4cc339876b5a4038"
4803 "url": "https://api.github.com/repos/ssddanbrown/HtmlDiff/zipball/58f81857c02b50b199273edb4cc339876b5a4038",
4804 "reference": "58f81857c02b50b199273edb4cc339876b5a4038",
4808 "ext-mbstring": "*",
4812 "phpunit/phpunit": "^8.5|^9.5.9",
4813 "vimeo/psalm": "^4.10"
4818 "Ssddanbrown\\HtmlDiff\\": "src"
4821 "notification-url": "https://packagist.org/downloads/",
4827 "name": "Dan Brown",
4828 "email": "ssddanbrown@googlemail.com",
4832 "description": "HTML Content Diff Generator",
4833 "homepage": "https://github.com/ssddanbrown/htmldiff",
4835 "issues": "https://github.com/ssddanbrown/HtmlDiff/issues",
4836 "source": "https://github.com/ssddanbrown/HtmlDiff/tree/v1.0.2"
4840 "url": "https://github.com/ssddanbrown",
4844 "time": "2022-01-24T20:12:20+00:00"
4847 "name": "swiftmailer/swiftmailer",
4848 "version": "v6.3.0",
4851 "url": "https://github.com/swiftmailer/swiftmailer.git",
4852 "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c"
4856 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c",
4857 "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c",
4861 "egulias/email-validator": "^2.0|^3.1",
4863 "symfony/polyfill-iconv": "^1.0",
4864 "symfony/polyfill-intl-idn": "^1.10",
4865 "symfony/polyfill-mbstring": "^1.0"
4868 "mockery/mockery": "^1.0",
4869 "symfony/phpunit-bridge": "^4.4|^5.4"
4872 "ext-intl": "Needed to support internationalized email addresses"
4877 "dev-master": "6.2-dev"
4882 "lib/swift_required.php"
4885 "notification-url": "https://packagist.org/downloads/",
4891 "name": "Chris Corbyn"
4894 "name": "Fabien Potencier",
4895 "email": "fabien@symfony.com"
4898 "description": "Swiftmailer, free feature-rich PHP mailer",
4899 "homepage": "https://swiftmailer.symfony.com",
4906 "issues": "https://github.com/swiftmailer/swiftmailer/issues",
4907 "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0"
4911 "url": "https://github.com/fabpot",
4915 "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
4919 "abandoned": "symfony/mailer",
4920 "time": "2021-10-18T15:26:12+00:00"
4923 "name": "symfony/console",
4924 "version": "v5.4.3",
4927 "url": "https://github.com/symfony/console.git",
4928 "reference": "a2a86ec353d825c75856c6fd14fac416a7bdb6b8"
4932 "url": "https://api.github.com/repos/symfony/console/zipball/a2a86ec353d825c75856c6fd14fac416a7bdb6b8",
4933 "reference": "a2a86ec353d825c75856c6fd14fac416a7bdb6b8",
4938 "symfony/deprecation-contracts": "^2.1|^3",
4939 "symfony/polyfill-mbstring": "~1.0",
4940 "symfony/polyfill-php73": "^1.9",
4941 "symfony/polyfill-php80": "^1.16",
4942 "symfony/service-contracts": "^1.1|^2|^3",
4943 "symfony/string": "^5.1|^6.0"
4947 "symfony/dependency-injection": "<4.4",
4948 "symfony/dotenv": "<5.1",
4949 "symfony/event-dispatcher": "<4.4",
4950 "symfony/lock": "<4.4",
4951 "symfony/process": "<4.4"
4954 "psr/log-implementation": "1.0|2.0"
4958 "symfony/config": "^4.4|^5.0|^6.0",
4959 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
4960 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
4961 "symfony/lock": "^4.4|^5.0|^6.0",
4962 "symfony/process": "^4.4|^5.0|^6.0",
4963 "symfony/var-dumper": "^4.4|^5.0|^6.0"
4966 "psr/log": "For using the console logger",
4967 "symfony/event-dispatcher": "",
4969 "symfony/process": ""
4974 "Symfony\\Component\\Console\\": ""
4976 "exclude-from-classmap": [
4980 "notification-url": "https://packagist.org/downloads/",
4986 "name": "Fabien Potencier",
4987 "email": "fabien@symfony.com"
4990 "name": "Symfony Community",
4991 "homepage": "https://symfony.com/contributors"
4994 "description": "Eases the creation of beautiful and testable command line interfaces",
4995 "homepage": "https://symfony.com",
5003 "source": "https://github.com/symfony/console/tree/v5.4.3"
5007 "url": "https://symfony.com/sponsor",
5011 "url": "https://github.com/fabpot",
5015 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5019 "time": "2022-01-26T16:28:35+00:00"
5022 "name": "symfony/css-selector",
5023 "version": "v5.4.3",
5026 "url": "https://github.com/symfony/css-selector.git",
5027 "reference": "b0a190285cd95cb019237851205b8140ef6e368e"
5031 "url": "https://api.github.com/repos/symfony/css-selector/zipball/b0a190285cd95cb019237851205b8140ef6e368e",
5032 "reference": "b0a190285cd95cb019237851205b8140ef6e368e",
5037 "symfony/polyfill-php80": "^1.16"
5042 "Symfony\\Component\\CssSelector\\": ""
5044 "exclude-from-classmap": [
5048 "notification-url": "https://packagist.org/downloads/",
5054 "name": "Fabien Potencier",
5055 "email": "fabien@symfony.com"
5058 "name": "Jean-François Simon",
5059 "email": "jeanfrancois.simon@sensiolabs.com"
5062 "name": "Symfony Community",
5063 "homepage": "https://symfony.com/contributors"
5066 "description": "Converts CSS selectors to XPath expressions",
5067 "homepage": "https://symfony.com",
5069 "source": "https://github.com/symfony/css-selector/tree/v5.4.3"
5073 "url": "https://symfony.com/sponsor",
5077 "url": "https://github.com/fabpot",
5081 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5085 "time": "2022-01-02T09:53:40+00:00"
5088 "name": "symfony/deprecation-contracts",
5089 "version": "v2.5.0",
5092 "url": "https://github.com/symfony/deprecation-contracts.git",
5093 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
5097 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
5098 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
5107 "dev-main": "2.5-dev"
5110 "name": "symfony/contracts",
5111 "url": "https://github.com/symfony/contracts"
5119 "notification-url": "https://packagist.org/downloads/",
5125 "name": "Nicolas Grekas",
5126 "email": "p@tchwork.com"
5129 "name": "Symfony Community",
5130 "homepage": "https://symfony.com/contributors"
5133 "description": "A generic function and convention to trigger deprecation notices",
5134 "homepage": "https://symfony.com",
5136 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
5140 "url": "https://symfony.com/sponsor",
5144 "url": "https://github.com/fabpot",
5148 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5152 "time": "2021-07-12T14:48:14+00:00"
5155 "name": "symfony/error-handler",
5156 "version": "v5.4.3",
5159 "url": "https://github.com/symfony/error-handler.git",
5160 "reference": "c4ffc2cd919950d13c8c9ce32a70c70214c3ffc5"
5164 "url": "https://api.github.com/repos/symfony/error-handler/zipball/c4ffc2cd919950d13c8c9ce32a70c70214c3ffc5",
5165 "reference": "c4ffc2cd919950d13c8c9ce32a70c70214c3ffc5",
5170 "psr/log": "^1|^2|^3",
5171 "symfony/var-dumper": "^4.4|^5.0|^6.0"
5174 "symfony/deprecation-contracts": "^2.1|^3",
5175 "symfony/http-kernel": "^4.4|^5.0|^6.0",
5176 "symfony/serializer": "^4.4|^5.0|^6.0"
5179 "Resources/bin/patch-type-declarations"
5184 "Symfony\\Component\\ErrorHandler\\": ""
5186 "exclude-from-classmap": [
5190 "notification-url": "https://packagist.org/downloads/",
5196 "name": "Fabien Potencier",
5197 "email": "fabien@symfony.com"
5200 "name": "Symfony Community",
5201 "homepage": "https://symfony.com/contributors"
5204 "description": "Provides tools to manage errors and ease debugging PHP code",
5205 "homepage": "https://symfony.com",
5207 "source": "https://github.com/symfony/error-handler/tree/v5.4.3"
5211 "url": "https://symfony.com/sponsor",
5215 "url": "https://github.com/fabpot",
5219 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5223 "time": "2022-01-02T09:53:40+00:00"
5226 "name": "symfony/event-dispatcher",
5227 "version": "v5.4.3",
5230 "url": "https://github.com/symfony/event-dispatcher.git",
5231 "reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d"
5235 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/dec8a9f58d20df252b9cd89f1c6c1530f747685d",
5236 "reference": "dec8a9f58d20df252b9cd89f1c6c1530f747685d",
5241 "symfony/deprecation-contracts": "^2.1|^3",
5242 "symfony/event-dispatcher-contracts": "^2|^3",
5243 "symfony/polyfill-php80": "^1.16"
5246 "symfony/dependency-injection": "<4.4"
5249 "psr/event-dispatcher-implementation": "1.0",
5250 "symfony/event-dispatcher-implementation": "2.0"
5253 "psr/log": "^1|^2|^3",
5254 "symfony/config": "^4.4|^5.0|^6.0",
5255 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5256 "symfony/error-handler": "^4.4|^5.0|^6.0",
5257 "symfony/expression-language": "^4.4|^5.0|^6.0",
5258 "symfony/http-foundation": "^4.4|^5.0|^6.0",
5259 "symfony/service-contracts": "^1.1|^2|^3",
5260 "symfony/stopwatch": "^4.4|^5.0|^6.0"
5263 "symfony/dependency-injection": "",
5264 "symfony/http-kernel": ""
5269 "Symfony\\Component\\EventDispatcher\\": ""
5271 "exclude-from-classmap": [
5275 "notification-url": "https://packagist.org/downloads/",
5281 "name": "Fabien Potencier",
5282 "email": "fabien@symfony.com"
5285 "name": "Symfony Community",
5286 "homepage": "https://symfony.com/contributors"
5289 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
5290 "homepage": "https://symfony.com",
5292 "source": "https://github.com/symfony/event-dispatcher/tree/v5.4.3"
5296 "url": "https://symfony.com/sponsor",
5300 "url": "https://github.com/fabpot",
5304 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5308 "time": "2022-01-02T09:53:40+00:00"
5311 "name": "symfony/event-dispatcher-contracts",
5312 "version": "v2.5.0",
5315 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
5316 "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a"
5320 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
5321 "reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a",
5326 "psr/event-dispatcher": "^1"
5329 "symfony/event-dispatcher-implementation": ""
5334 "dev-main": "2.5-dev"
5337 "name": "symfony/contracts",
5338 "url": "https://github.com/symfony/contracts"
5343 "Symfony\\Contracts\\EventDispatcher\\": ""
5346 "notification-url": "https://packagist.org/downloads/",
5352 "name": "Nicolas Grekas",
5353 "email": "p@tchwork.com"
5356 "name": "Symfony Community",
5357 "homepage": "https://symfony.com/contributors"
5360 "description": "Generic abstractions related to dispatching event",
5361 "homepage": "https://symfony.com",
5371 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0"
5375 "url": "https://symfony.com/sponsor",
5379 "url": "https://github.com/fabpot",
5383 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5387 "time": "2021-07-12T14:48:14+00:00"
5390 "name": "symfony/finder",
5391 "version": "v5.4.3",
5394 "url": "https://github.com/symfony/finder.git",
5395 "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d"
5399 "url": "https://api.github.com/repos/symfony/finder/zipball/231313534dded84c7ecaa79d14bc5da4ccb69b7d",
5400 "reference": "231313534dded84c7ecaa79d14bc5da4ccb69b7d",
5405 "symfony/deprecation-contracts": "^2.1|^3",
5406 "symfony/polyfill-php80": "^1.16"
5411 "Symfony\\Component\\Finder\\": ""
5413 "exclude-from-classmap": [
5417 "notification-url": "https://packagist.org/downloads/",
5423 "name": "Fabien Potencier",
5424 "email": "fabien@symfony.com"
5427 "name": "Symfony Community",
5428 "homepage": "https://symfony.com/contributors"
5431 "description": "Finds files and directories via an intuitive fluent interface",
5432 "homepage": "https://symfony.com",
5434 "source": "https://github.com/symfony/finder/tree/v5.4.3"
5438 "url": "https://symfony.com/sponsor",
5442 "url": "https://github.com/fabpot",
5446 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5450 "time": "2022-01-26T16:34:36+00:00"
5453 "name": "symfony/http-foundation",
5454 "version": "v5.4.3",
5457 "url": "https://github.com/symfony/http-foundation.git",
5458 "reference": "ef409ff341a565a3663157d4324536746d49a0c7"
5462 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/ef409ff341a565a3663157d4324536746d49a0c7",
5463 "reference": "ef409ff341a565a3663157d4324536746d49a0c7",
5468 "symfony/deprecation-contracts": "^2.1|^3",
5469 "symfony/polyfill-mbstring": "~1.1",
5470 "symfony/polyfill-php80": "^1.16"
5473 "predis/predis": "~1.0",
5474 "symfony/cache": "^4.4|^5.0|^6.0",
5475 "symfony/expression-language": "^4.4|^5.0|^6.0",
5476 "symfony/mime": "^4.4|^5.0|^6.0"
5479 "symfony/mime": "To use the file extension guesser"
5484 "Symfony\\Component\\HttpFoundation\\": ""
5486 "exclude-from-classmap": [
5490 "notification-url": "https://packagist.org/downloads/",
5496 "name": "Fabien Potencier",
5497 "email": "fabien@symfony.com"
5500 "name": "Symfony Community",
5501 "homepage": "https://symfony.com/contributors"
5504 "description": "Defines an object-oriented layer for the HTTP specification",
5505 "homepage": "https://symfony.com",
5507 "source": "https://github.com/symfony/http-foundation/tree/v5.4.3"
5511 "url": "https://symfony.com/sponsor",
5515 "url": "https://github.com/fabpot",
5519 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5523 "time": "2022-01-02T09:53:40+00:00"
5526 "name": "symfony/http-kernel",
5527 "version": "v5.4.4",
5530 "url": "https://github.com/symfony/http-kernel.git",
5531 "reference": "49f40347228c773688a0488feea0175aa7f4d268"
5535 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/49f40347228c773688a0488feea0175aa7f4d268",
5536 "reference": "49f40347228c773688a0488feea0175aa7f4d268",
5542 "symfony/deprecation-contracts": "^2.1|^3",
5543 "symfony/error-handler": "^4.4|^5.0|^6.0",
5544 "symfony/event-dispatcher": "^5.0|^6.0",
5545 "symfony/http-foundation": "^5.3.7|^6.0",
5546 "symfony/polyfill-ctype": "^1.8",
5547 "symfony/polyfill-php73": "^1.9",
5548 "symfony/polyfill-php80": "^1.16"
5551 "symfony/browser-kit": "<5.4",
5552 "symfony/cache": "<5.0",
5553 "symfony/config": "<5.0",
5554 "symfony/console": "<4.4",
5555 "symfony/dependency-injection": "<5.3",
5556 "symfony/doctrine-bridge": "<5.0",
5557 "symfony/form": "<5.0",
5558 "symfony/http-client": "<5.0",
5559 "symfony/mailer": "<5.0",
5560 "symfony/messenger": "<5.0",
5561 "symfony/translation": "<5.0",
5562 "symfony/twig-bridge": "<5.0",
5563 "symfony/validator": "<5.0",
5564 "twig/twig": "<2.13"
5567 "psr/log-implementation": "1.0|2.0"
5570 "psr/cache": "^1.0|^2.0|^3.0",
5571 "symfony/browser-kit": "^5.4|^6.0",
5572 "symfony/config": "^5.0|^6.0",
5573 "symfony/console": "^4.4|^5.0|^6.0",
5574 "symfony/css-selector": "^4.4|^5.0|^6.0",
5575 "symfony/dependency-injection": "^5.3|^6.0",
5576 "symfony/dom-crawler": "^4.4|^5.0|^6.0",
5577 "symfony/expression-language": "^4.4|^5.0|^6.0",
5578 "symfony/finder": "^4.4|^5.0|^6.0",
5579 "symfony/http-client-contracts": "^1.1|^2|^3",
5580 "symfony/process": "^4.4|^5.0|^6.0",
5581 "symfony/routing": "^4.4|^5.0|^6.0",
5582 "symfony/stopwatch": "^4.4|^5.0|^6.0",
5583 "symfony/translation": "^4.4|^5.0|^6.0",
5584 "symfony/translation-contracts": "^1.1|^2|^3",
5585 "twig/twig": "^2.13|^3.0.4"
5588 "symfony/browser-kit": "",
5589 "symfony/config": "",
5590 "symfony/console": "",
5591 "symfony/dependency-injection": ""
5596 "Symfony\\Component\\HttpKernel\\": ""
5598 "exclude-from-classmap": [
5602 "notification-url": "https://packagist.org/downloads/",
5608 "name": "Fabien Potencier",
5609 "email": "fabien@symfony.com"
5612 "name": "Symfony Community",
5613 "homepage": "https://symfony.com/contributors"
5616 "description": "Provides a structured process for converting a Request into a Response",
5617 "homepage": "https://symfony.com",
5619 "source": "https://github.com/symfony/http-kernel/tree/v5.4.4"
5623 "url": "https://symfony.com/sponsor",
5627 "url": "https://github.com/fabpot",
5631 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5635 "time": "2022-01-29T18:08:07+00:00"
5638 "name": "symfony/mime",
5639 "version": "v5.4.3",
5642 "url": "https://github.com/symfony/mime.git",
5643 "reference": "e1503cfb5c9a225350f549d3bb99296f4abfb80f"
5647 "url": "https://api.github.com/repos/symfony/mime/zipball/e1503cfb5c9a225350f549d3bb99296f4abfb80f",
5648 "reference": "e1503cfb5c9a225350f549d3bb99296f4abfb80f",
5653 "symfony/deprecation-contracts": "^2.1|^3",
5654 "symfony/polyfill-intl-idn": "^1.10",
5655 "symfony/polyfill-mbstring": "^1.0",
5656 "symfony/polyfill-php80": "^1.16"
5659 "egulias/email-validator": "~3.0.0",
5660 "phpdocumentor/reflection-docblock": "<3.2.2",
5661 "phpdocumentor/type-resolver": "<1.4.0",
5662 "symfony/mailer": "<4.4"
5665 "egulias/email-validator": "^2.1.10|^3.1",
5666 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
5667 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
5668 "symfony/property-access": "^4.4|^5.1|^6.0",
5669 "symfony/property-info": "^4.4|^5.1|^6.0",
5670 "symfony/serializer": "^5.2|^6.0"
5675 "Symfony\\Component\\Mime\\": ""
5677 "exclude-from-classmap": [
5681 "notification-url": "https://packagist.org/downloads/",
5687 "name": "Fabien Potencier",
5688 "email": "fabien@symfony.com"
5691 "name": "Symfony Community",
5692 "homepage": "https://symfony.com/contributors"
5695 "description": "Allows manipulating MIME messages",
5696 "homepage": "https://symfony.com",
5702 "source": "https://github.com/symfony/mime/tree/v5.4.3"
5706 "url": "https://symfony.com/sponsor",
5710 "url": "https://github.com/fabpot",
5714 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5718 "time": "2022-01-02T09:53:40+00:00"
5721 "name": "symfony/polyfill-ctype",
5722 "version": "v1.24.0",
5725 "url": "https://github.com/symfony/polyfill-ctype.git",
5726 "reference": "30885182c981ab175d4d034db0f6f469898070ab"
5730 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
5731 "reference": "30885182c981ab175d4d034db0f6f469898070ab",
5741 "ext-ctype": "For best performance"
5746 "dev-main": "1.23-dev"
5749 "name": "symfony/polyfill",
5750 "url": "https://github.com/symfony/polyfill"
5755 "Symfony\\Polyfill\\Ctype\\": ""
5761 "notification-url": "https://packagist.org/downloads/",
5767 "name": "Gert de Pagter",
5768 "email": "BackEndTea@gmail.com"
5771 "name": "Symfony Community",
5772 "homepage": "https://symfony.com/contributors"
5775 "description": "Symfony polyfill for ctype functions",
5776 "homepage": "https://symfony.com",
5784 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
5788 "url": "https://symfony.com/sponsor",
5792 "url": "https://github.com/fabpot",
5796 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5800 "time": "2021-10-20T20:35:02+00:00"
5803 "name": "symfony/polyfill-iconv",
5804 "version": "v1.24.0",
5807 "url": "https://github.com/symfony/polyfill-iconv.git",
5808 "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40"
5812 "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f1aed619e28cb077fc83fac8c4c0383578356e40",
5813 "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40",
5823 "ext-iconv": "For best performance"
5828 "dev-main": "1.23-dev"
5831 "name": "symfony/polyfill",
5832 "url": "https://github.com/symfony/polyfill"
5837 "Symfony\\Polyfill\\Iconv\\": ""
5843 "notification-url": "https://packagist.org/downloads/",
5849 "name": "Nicolas Grekas",
5850 "email": "p@tchwork.com"
5853 "name": "Symfony Community",
5854 "homepage": "https://symfony.com/contributors"
5857 "description": "Symfony polyfill for the Iconv extension",
5858 "homepage": "https://symfony.com",
5867 "source": "https://github.com/symfony/polyfill-iconv/tree/v1.24.0"
5871 "url": "https://symfony.com/sponsor",
5875 "url": "https://github.com/fabpot",
5879 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5883 "time": "2022-01-04T09:04:05+00:00"
5886 "name": "symfony/polyfill-intl-grapheme",
5887 "version": "v1.24.0",
5890 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
5891 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
5895 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
5896 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
5903 "ext-intl": "For best performance"
5908 "dev-main": "1.23-dev"
5911 "name": "symfony/polyfill",
5912 "url": "https://github.com/symfony/polyfill"
5917 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
5923 "notification-url": "https://packagist.org/downloads/",
5929 "name": "Nicolas Grekas",
5930 "email": "p@tchwork.com"
5933 "name": "Symfony Community",
5934 "homepage": "https://symfony.com/contributors"
5937 "description": "Symfony polyfill for intl's grapheme_* functions",
5938 "homepage": "https://symfony.com",
5948 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0"
5952 "url": "https://symfony.com/sponsor",
5956 "url": "https://github.com/fabpot",
5960 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
5964 "time": "2021-11-23T21:10:46+00:00"
5967 "name": "symfony/polyfill-intl-idn",
5968 "version": "v1.24.0",
5971 "url": "https://github.com/symfony/polyfill-intl-idn.git",
5972 "reference": "749045c69efb97c70d25d7463abba812e91f3a44"
5976 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44",
5977 "reference": "749045c69efb97c70d25d7463abba812e91f3a44",
5982 "symfony/polyfill-intl-normalizer": "^1.10",
5983 "symfony/polyfill-php72": "^1.10"
5986 "ext-intl": "For best performance"
5991 "dev-main": "1.23-dev"
5994 "name": "symfony/polyfill",
5995 "url": "https://github.com/symfony/polyfill"
6000 "Symfony\\Polyfill\\Intl\\Idn\\": ""
6006 "notification-url": "https://packagist.org/downloads/",
6012 "name": "Laurent Bassin",
6013 "email": "laurent@bassin.info"
6016 "name": "Trevor Rowbotham",
6017 "email": "trevor.rowbotham@pm.me"
6020 "name": "Symfony Community",
6021 "homepage": "https://symfony.com/contributors"
6024 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
6025 "homepage": "https://symfony.com",
6035 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.24.0"
6039 "url": "https://symfony.com/sponsor",
6043 "url": "https://github.com/fabpot",
6047 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6051 "time": "2021-09-14T14:02:44+00:00"
6054 "name": "symfony/polyfill-intl-normalizer",
6055 "version": "v1.24.0",
6058 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
6059 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
6063 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
6064 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
6071 "ext-intl": "For best performance"
6076 "dev-main": "1.23-dev"
6079 "name": "symfony/polyfill",
6080 "url": "https://github.com/symfony/polyfill"
6085 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
6094 "notification-url": "https://packagist.org/downloads/",
6100 "name": "Nicolas Grekas",
6101 "email": "p@tchwork.com"
6104 "name": "Symfony Community",
6105 "homepage": "https://symfony.com/contributors"
6108 "description": "Symfony polyfill for intl's Normalizer class and related functions",
6109 "homepage": "https://symfony.com",
6119 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0"
6123 "url": "https://symfony.com/sponsor",
6127 "url": "https://github.com/fabpot",
6131 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6135 "time": "2021-02-19T12:13:01+00:00"
6138 "name": "symfony/polyfill-mbstring",
6139 "version": "v1.24.0",
6142 "url": "https://github.com/symfony/polyfill-mbstring.git",
6143 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
6147 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
6148 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
6158 "ext-mbstring": "For best performance"
6163 "dev-main": "1.23-dev"
6166 "name": "symfony/polyfill",
6167 "url": "https://github.com/symfony/polyfill"
6172 "Symfony\\Polyfill\\Mbstring\\": ""
6178 "notification-url": "https://packagist.org/downloads/",
6184 "name": "Nicolas Grekas",
6185 "email": "p@tchwork.com"
6188 "name": "Symfony Community",
6189 "homepage": "https://symfony.com/contributors"
6192 "description": "Symfony polyfill for the Mbstring extension",
6193 "homepage": "https://symfony.com",
6202 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
6206 "url": "https://symfony.com/sponsor",
6210 "url": "https://github.com/fabpot",
6214 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6218 "time": "2021-11-30T18:21:41+00:00"
6221 "name": "symfony/polyfill-php72",
6222 "version": "v1.24.0",
6225 "url": "https://github.com/symfony/polyfill-php72.git",
6226 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
6230 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
6231 "reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
6240 "dev-main": "1.23-dev"
6243 "name": "symfony/polyfill",
6244 "url": "https://github.com/symfony/polyfill"
6249 "Symfony\\Polyfill\\Php72\\": ""
6255 "notification-url": "https://packagist.org/downloads/",
6261 "name": "Nicolas Grekas",
6262 "email": "p@tchwork.com"
6265 "name": "Symfony Community",
6266 "homepage": "https://symfony.com/contributors"
6269 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
6270 "homepage": "https://symfony.com",
6278 "source": "https://github.com/symfony/polyfill-php72/tree/v1.24.0"
6282 "url": "https://symfony.com/sponsor",
6286 "url": "https://github.com/fabpot",
6290 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6294 "time": "2021-05-27T09:17:38+00:00"
6297 "name": "symfony/polyfill-php73",
6298 "version": "v1.24.0",
6301 "url": "https://github.com/symfony/polyfill-php73.git",
6302 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
6306 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
6307 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
6316 "dev-main": "1.23-dev"
6319 "name": "symfony/polyfill",
6320 "url": "https://github.com/symfony/polyfill"
6325 "Symfony\\Polyfill\\Php73\\": ""
6334 "notification-url": "https://packagist.org/downloads/",
6340 "name": "Nicolas Grekas",
6341 "email": "p@tchwork.com"
6344 "name": "Symfony Community",
6345 "homepage": "https://symfony.com/contributors"
6348 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
6349 "homepage": "https://symfony.com",
6357 "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
6361 "url": "https://symfony.com/sponsor",
6365 "url": "https://github.com/fabpot",
6369 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6373 "time": "2021-06-05T21:20:04+00:00"
6376 "name": "symfony/polyfill-php80",
6377 "version": "v1.24.0",
6380 "url": "https://github.com/symfony/polyfill-php80.git",
6381 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
6385 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
6386 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
6395 "dev-main": "1.23-dev"
6398 "name": "symfony/polyfill",
6399 "url": "https://github.com/symfony/polyfill"
6404 "Symfony\\Polyfill\\Php80\\": ""
6413 "notification-url": "https://packagist.org/downloads/",
6419 "name": "Ion Bazan",
6420 "email": "ion.bazan@gmail.com"
6423 "name": "Nicolas Grekas",
6424 "email": "p@tchwork.com"
6427 "name": "Symfony Community",
6428 "homepage": "https://symfony.com/contributors"
6431 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
6432 "homepage": "https://symfony.com",
6440 "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
6444 "url": "https://symfony.com/sponsor",
6448 "url": "https://github.com/fabpot",
6452 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6456 "time": "2021-09-13T13:58:33+00:00"
6459 "name": "symfony/polyfill-php81",
6460 "version": "v1.24.0",
6463 "url": "https://github.com/symfony/polyfill-php81.git",
6464 "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f"
6468 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
6469 "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f",
6478 "dev-main": "1.23-dev"
6481 "name": "symfony/polyfill",
6482 "url": "https://github.com/symfony/polyfill"
6487 "Symfony\\Polyfill\\Php81\\": ""
6496 "notification-url": "https://packagist.org/downloads/",
6502 "name": "Nicolas Grekas",
6503 "email": "p@tchwork.com"
6506 "name": "Symfony Community",
6507 "homepage": "https://symfony.com/contributors"
6510 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
6511 "homepage": "https://symfony.com",
6519 "source": "https://github.com/symfony/polyfill-php81/tree/v1.24.0"
6523 "url": "https://symfony.com/sponsor",
6527 "url": "https://github.com/fabpot",
6531 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6535 "time": "2021-09-13T13:58:11+00:00"
6538 "name": "symfony/process",
6539 "version": "v5.4.3",
6542 "url": "https://github.com/symfony/process.git",
6543 "reference": "553f50487389a977eb31cf6b37faae56da00f753"
6547 "url": "https://api.github.com/repos/symfony/process/zipball/553f50487389a977eb31cf6b37faae56da00f753",
6548 "reference": "553f50487389a977eb31cf6b37faae56da00f753",
6553 "symfony/polyfill-php80": "^1.16"
6558 "Symfony\\Component\\Process\\": ""
6560 "exclude-from-classmap": [
6564 "notification-url": "https://packagist.org/downloads/",
6570 "name": "Fabien Potencier",
6571 "email": "fabien@symfony.com"
6574 "name": "Symfony Community",
6575 "homepage": "https://symfony.com/contributors"
6578 "description": "Executes commands in sub-processes",
6579 "homepage": "https://symfony.com",
6581 "source": "https://github.com/symfony/process/tree/v5.4.3"
6585 "url": "https://symfony.com/sponsor",
6589 "url": "https://github.com/fabpot",
6593 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6597 "time": "2022-01-26T16:28:35+00:00"
6600 "name": "symfony/routing",
6601 "version": "v5.4.3",
6604 "url": "https://github.com/symfony/routing.git",
6605 "reference": "44b29c7a94e867ccde1da604792f11a469958981"
6609 "url": "https://api.github.com/repos/symfony/routing/zipball/44b29c7a94e867ccde1da604792f11a469958981",
6610 "reference": "44b29c7a94e867ccde1da604792f11a469958981",
6615 "symfony/deprecation-contracts": "^2.1|^3",
6616 "symfony/polyfill-php80": "^1.16"
6619 "doctrine/annotations": "<1.12",
6620 "symfony/config": "<5.3",
6621 "symfony/dependency-injection": "<4.4",
6622 "symfony/yaml": "<4.4"
6625 "doctrine/annotations": "^1.12",
6626 "psr/log": "^1|^2|^3",
6627 "symfony/config": "^5.3|^6.0",
6628 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
6629 "symfony/expression-language": "^4.4|^5.0|^6.0",
6630 "symfony/http-foundation": "^4.4|^5.0|^6.0",
6631 "symfony/yaml": "^4.4|^5.0|^6.0"
6634 "symfony/config": "For using the all-in-one router or any loader",
6635 "symfony/expression-language": "For using expression matching",
6636 "symfony/http-foundation": "For using a Symfony Request object",
6637 "symfony/yaml": "For using the YAML loader"
6642 "Symfony\\Component\\Routing\\": ""
6644 "exclude-from-classmap": [
6648 "notification-url": "https://packagist.org/downloads/",
6654 "name": "Fabien Potencier",
6655 "email": "fabien@symfony.com"
6658 "name": "Symfony Community",
6659 "homepage": "https://symfony.com/contributors"
6662 "description": "Maps an HTTP request to a set of configuration variables",
6663 "homepage": "https://symfony.com",
6671 "source": "https://github.com/symfony/routing/tree/v5.4.3"
6675 "url": "https://symfony.com/sponsor",
6679 "url": "https://github.com/fabpot",
6683 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6687 "time": "2022-01-02T09:53:40+00:00"
6690 "name": "symfony/service-contracts",
6691 "version": "v2.5.0",
6694 "url": "https://github.com/symfony/service-contracts.git",
6695 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
6699 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
6700 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
6705 "psr/container": "^1.1",
6706 "symfony/deprecation-contracts": "^2.1"
6709 "ext-psr": "<1.1|>=2"
6712 "symfony/service-implementation": ""
6717 "dev-main": "2.5-dev"
6720 "name": "symfony/contracts",
6721 "url": "https://github.com/symfony/contracts"
6726 "Symfony\\Contracts\\Service\\": ""
6729 "notification-url": "https://packagist.org/downloads/",
6735 "name": "Nicolas Grekas",
6736 "email": "p@tchwork.com"
6739 "name": "Symfony Community",
6740 "homepage": "https://symfony.com/contributors"
6743 "description": "Generic abstractions related to writing services",
6744 "homepage": "https://symfony.com",
6754 "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
6758 "url": "https://symfony.com/sponsor",
6762 "url": "https://github.com/fabpot",
6766 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6770 "time": "2021-11-04T16:48:04+00:00"
6773 "name": "symfony/string",
6774 "version": "v5.4.3",
6777 "url": "https://github.com/symfony/string.git",
6778 "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10"
6782 "url": "https://api.github.com/repos/symfony/string/zipball/92043b7d8383e48104e411bc9434b260dbeb5a10",
6783 "reference": "92043b7d8383e48104e411bc9434b260dbeb5a10",
6788 "symfony/polyfill-ctype": "~1.8",
6789 "symfony/polyfill-intl-grapheme": "~1.0",
6790 "symfony/polyfill-intl-normalizer": "~1.0",
6791 "symfony/polyfill-mbstring": "~1.0",
6792 "symfony/polyfill-php80": "~1.15"
6795 "symfony/translation-contracts": ">=3.0"
6798 "symfony/error-handler": "^4.4|^5.0|^6.0",
6799 "symfony/http-client": "^4.4|^5.0|^6.0",
6800 "symfony/translation-contracts": "^1.1|^2",
6801 "symfony/var-exporter": "^4.4|^5.0|^6.0"
6806 "Symfony\\Component\\String\\": ""
6809 "Resources/functions.php"
6811 "exclude-from-classmap": [
6815 "notification-url": "https://packagist.org/downloads/",
6821 "name": "Nicolas Grekas",
6822 "email": "p@tchwork.com"
6825 "name": "Symfony Community",
6826 "homepage": "https://symfony.com/contributors"
6829 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
6830 "homepage": "https://symfony.com",
6840 "source": "https://github.com/symfony/string/tree/v5.4.3"
6844 "url": "https://symfony.com/sponsor",
6848 "url": "https://github.com/fabpot",
6852 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6856 "time": "2022-01-02T09:53:40+00:00"
6859 "name": "symfony/translation",
6860 "version": "v5.4.3",
6863 "url": "https://github.com/symfony/translation.git",
6864 "reference": "a9dd7403232c61e87e27fb306bbcd1627f245d70"
6868 "url": "https://api.github.com/repos/symfony/translation/zipball/a9dd7403232c61e87e27fb306bbcd1627f245d70",
6869 "reference": "a9dd7403232c61e87e27fb306bbcd1627f245d70",
6874 "symfony/deprecation-contracts": "^2.1|^3",
6875 "symfony/polyfill-mbstring": "~1.0",
6876 "symfony/polyfill-php80": "^1.16",
6877 "symfony/translation-contracts": "^2.3"
6880 "symfony/config": "<4.4",
6881 "symfony/console": "<5.3",
6882 "symfony/dependency-injection": "<5.0",
6883 "symfony/http-kernel": "<5.0",
6884 "symfony/twig-bundle": "<5.0",
6885 "symfony/yaml": "<4.4"
6888 "symfony/translation-implementation": "2.3"
6891 "psr/log": "^1|^2|^3",
6892 "symfony/config": "^4.4|^5.0|^6.0",
6893 "symfony/console": "^5.4|^6.0",
6894 "symfony/dependency-injection": "^5.0|^6.0",
6895 "symfony/finder": "^4.4|^5.0|^6.0",
6896 "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
6897 "symfony/http-kernel": "^5.0|^6.0",
6898 "symfony/intl": "^4.4|^5.0|^6.0",
6899 "symfony/polyfill-intl-icu": "^1.21",
6900 "symfony/service-contracts": "^1.1.2|^2|^3",
6901 "symfony/yaml": "^4.4|^5.0|^6.0"
6904 "psr/log-implementation": "To use logging capability in translator",
6905 "symfony/config": "",
6911 "Resources/functions.php"
6914 "Symfony\\Component\\Translation\\": ""
6916 "exclude-from-classmap": [
6920 "notification-url": "https://packagist.org/downloads/",
6926 "name": "Fabien Potencier",
6927 "email": "fabien@symfony.com"
6930 "name": "Symfony Community",
6931 "homepage": "https://symfony.com/contributors"
6934 "description": "Provides tools to internationalize your application",
6935 "homepage": "https://symfony.com",
6937 "source": "https://github.com/symfony/translation/tree/v5.4.3"
6941 "url": "https://symfony.com/sponsor",
6945 "url": "https://github.com/fabpot",
6949 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
6953 "time": "2022-01-07T00:28:17+00:00"
6956 "name": "symfony/translation-contracts",
6957 "version": "v2.5.0",
6960 "url": "https://github.com/symfony/translation-contracts.git",
6961 "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e"
6965 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e",
6966 "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e",
6973 "symfony/translation-implementation": ""
6978 "dev-main": "2.5-dev"
6981 "name": "symfony/contracts",
6982 "url": "https://github.com/symfony/contracts"
6987 "Symfony\\Contracts\\Translation\\": ""
6990 "notification-url": "https://packagist.org/downloads/",
6996 "name": "Nicolas Grekas",
6997 "email": "p@tchwork.com"
7000 "name": "Symfony Community",
7001 "homepage": "https://symfony.com/contributors"
7004 "description": "Generic abstractions related to translation",
7005 "homepage": "https://symfony.com",
7015 "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0"
7019 "url": "https://symfony.com/sponsor",
7023 "url": "https://github.com/fabpot",
7027 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7031 "time": "2021-08-17T14:20:01+00:00"
7034 "name": "symfony/var-dumper",
7035 "version": "v5.4.3",
7038 "url": "https://github.com/symfony/var-dumper.git",
7039 "reference": "970a01f208bf895c5f327ba40b72288da43adec4"
7043 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/970a01f208bf895c5f327ba40b72288da43adec4",
7044 "reference": "970a01f208bf895c5f327ba40b72288da43adec4",
7049 "symfony/polyfill-mbstring": "~1.0",
7050 "symfony/polyfill-php80": "^1.16"
7053 "phpunit/phpunit": "<5.4.3",
7054 "symfony/console": "<4.4"
7058 "symfony/console": "^4.4|^5.0|^6.0",
7059 "symfony/process": "^4.4|^5.0|^6.0",
7060 "symfony/uid": "^5.1|^6.0",
7061 "twig/twig": "^2.13|^3.0.4"
7064 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
7065 "ext-intl": "To show region name in time zone dump",
7066 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
7069 "Resources/bin/var-dump-server"
7074 "Resources/functions/dump.php"
7077 "Symfony\\Component\\VarDumper\\": ""
7079 "exclude-from-classmap": [
7083 "notification-url": "https://packagist.org/downloads/",
7089 "name": "Nicolas Grekas",
7090 "email": "p@tchwork.com"
7093 "name": "Symfony Community",
7094 "homepage": "https://symfony.com/contributors"
7097 "description": "Provides mechanisms for walking through any arbitrary PHP variable",
7098 "homepage": "https://symfony.com",
7104 "source": "https://github.com/symfony/var-dumper/tree/v5.4.3"
7108 "url": "https://symfony.com/sponsor",
7112 "url": "https://github.com/fabpot",
7116 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
7120 "time": "2022-01-17T16:30:37+00:00"
7123 "name": "tijsverkoyen/css-to-inline-styles",
7127 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
7128 "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c"
7132 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/da444caae6aca7a19c0c140f68c6182e337d5b1c",
7133 "reference": "da444caae6aca7a19c0c140f68c6182e337d5b1c",
7139 "php": "^5.5 || ^7.0 || ^8.0",
7140 "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
7143 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
7148 "dev-master": "2.2.x-dev"
7153 "TijsVerkoyen\\CssToInlineStyles\\": "src"
7156 "notification-url": "https://packagist.org/downloads/",
7162 "name": "Tijs Verkoyen",
7163 "email": "css_to_inline_styles@verkoyen.eu",
7167 "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
7168 "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
7170 "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
7171 "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.4"
7173 "time": "2021-12-08T09:12:39+00:00"
7176 "name": "vlucas/phpdotenv",
7177 "version": "v5.4.1",
7180 "url": "https://github.com/vlucas/phpdotenv.git",
7181 "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f"
7185 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/264dce589e7ce37a7ba99cb901eed8249fbec92f",
7186 "reference": "264dce589e7ce37a7ba99cb901eed8249fbec92f",
7191 "graham-campbell/result-type": "^1.0.2",
7192 "php": "^7.1.3 || ^8.0",
7193 "phpoption/phpoption": "^1.8",
7194 "symfony/polyfill-ctype": "^1.23",
7195 "symfony/polyfill-mbstring": "^1.23.1",
7196 "symfony/polyfill-php80": "^1.23.1"
7199 "bamarni/composer-bin-plugin": "^1.4.1",
7201 "phpunit/phpunit": "^7.5.20 || ^8.5.21 || ^9.5.10"
7204 "ext-filter": "Required to use the boolean validator."
7209 "dev-master": "5.4-dev"
7217 "notification-url": "https://packagist.org/downloads/",
7223 "name": "Graham Campbell",
7224 "email": "hello@gjcampbell.co.uk",
7225 "homepage": "https://github.com/GrahamCampbell"
7228 "name": "Vance Lucas",
7229 "email": "vance@vancelucas.com",
7230 "homepage": "https://github.com/vlucas"
7233 "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
7240 "issues": "https://github.com/vlucas/phpdotenv/issues",
7241 "source": "https://github.com/vlucas/phpdotenv/tree/v5.4.1"
7245 "url": "https://github.com/GrahamCampbell",
7249 "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
7253 "time": "2021-12-12T23:22:04+00:00"
7256 "name": "voku/portable-ascii",
7260 "url": "https://github.com/voku/portable-ascii.git",
7261 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"
7265 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",
7266 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",
7273 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
7276 "ext-intl": "Use Intl for transliterator_transliterate() support"
7281 "voku\\": "src/voku/"
7284 "notification-url": "https://packagist.org/downloads/",
7290 "name": "Lars Moelleken",
7291 "homepage": "http://www.moelleken.org/"
7294 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
7295 "homepage": "https://github.com/voku/portable-ascii",
7302 "issues": "https://github.com/voku/portable-ascii/issues",
7303 "source": "https://github.com/voku/portable-ascii/tree/1.6.1"
7307 "url": "https://www.paypal.me/moelleken",
7311 "url": "https://github.com/voku",
7315 "url": "https://opencollective.com/portable-ascii",
7316 "type": "open_collective"
7319 "url": "https://www.patreon.com/voku",
7323 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
7327 "time": "2022-01-24T18:55:24+00:00"
7330 "name": "webmozart/assert",
7331 "version": "1.10.0",
7334 "url": "https://github.com/webmozarts/assert.git",
7335 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
7339 "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
7340 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
7344 "php": "^7.2 || ^8.0",
7345 "symfony/polyfill-ctype": "^1.8"
7348 "phpstan/phpstan": "<0.12.20",
7349 "vimeo/psalm": "<4.6.1 || 4.6.2"
7352 "phpunit/phpunit": "^8.5.13"
7357 "dev-master": "1.10-dev"
7362 "Webmozart\\Assert\\": "src/"
7365 "notification-url": "https://packagist.org/downloads/",
7371 "name": "Bernhard Schussek",
7372 "email": "bschussek@gmail.com"
7375 "description": "Assertions to validate method input/output with nice error messages.",
7382 "issues": "https://github.com/webmozarts/assert/issues",
7383 "source": "https://github.com/webmozarts/assert/tree/1.10.0"
7385 "time": "2021-03-09T10:59:23+00:00"
7390 "name": "composer/ca-bundle",
7394 "url": "https://github.com/composer/ca-bundle.git",
7395 "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
7399 "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
7400 "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
7406 "php": "^5.3.2 || ^7.0 || ^8.0"
7409 "phpstan/phpstan": "^0.12.55",
7411 "symfony/phpunit-bridge": "^4.2 || ^5",
7412 "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
7417 "dev-main": "1.x-dev"
7422 "Composer\\CaBundle\\": "src"
7425 "notification-url": "https://packagist.org/downloads/",
7431 "name": "Jordi Boggiano",
7432 "email": "j.boggiano@seld.be",
7433 "homepage": "http://seld.be"
7436 "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
7445 "irc": "irc://irc.freenode.org/composer",
7446 "issues": "https://github.com/composer/ca-bundle/issues",
7447 "source": "https://github.com/composer/ca-bundle/tree/1.3.1"
7451 "url": "https://packagist.com",
7455 "url": "https://github.com/composer",
7459 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7463 "time": "2021-10-28T20:44:15+00:00"
7466 "name": "composer/composer",
7470 "url": "https://github.com/composer/composer.git",
7471 "reference": "22c41ef275c7bb64fa28fb2c0871a39666832cb9"
7475 "url": "https://api.github.com/repos/composer/composer/zipball/22c41ef275c7bb64fa28fb2c0871a39666832cb9",
7476 "reference": "22c41ef275c7bb64fa28fb2c0871a39666832cb9",
7480 "composer/ca-bundle": "^1.0",
7481 "composer/metadata-minifier": "^1.0",
7482 "composer/pcre": "^1.0",
7483 "composer/semver": "^3.0",
7484 "composer/spdx-licenses": "^1.2",
7485 "composer/xdebug-handler": "^2.0",
7486 "justinrainbow/json-schema": "^5.2.11",
7487 "php": "^5.3.2 || ^7.0 || ^8.0",
7488 "psr/log": "^1.0 || ^2.0",
7489 "react/promise": "^1.2 || ^2.7",
7490 "seld/jsonlint": "^1.4",
7491 "seld/phar-utils": "^1.0",
7492 "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
7493 "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
7494 "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
7495 "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
7498 "phpspec/prophecy": "^1.10",
7499 "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
7502 "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
7503 "ext-zip": "Enabling the zip extension allows you to unzip archives",
7504 "ext-zlib": "Allow gzip compression of HTTP requests"
7512 "dev-main": "2.2-dev"
7517 "Composer\\": "src/Composer"
7520 "notification-url": "https://packagist.org/downloads/",
7526 "name": "Nils Adermann",
7527 "email": "naderman@naderman.de",
7528 "homepage": "https://www.naderman.de"
7531 "name": "Jordi Boggiano",
7532 "email": "j.boggiano@seld.be",
7533 "homepage": "https://seld.be"
7536 "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
7537 "homepage": "https://getcomposer.org/",
7544 "irc": "ircs://irc.libera.chat:6697/composer",
7545 "issues": "https://github.com/composer/composer/issues",
7546 "source": "https://github.com/composer/composer/tree/2.2.5"
7550 "url": "https://packagist.com",
7554 "url": "https://github.com/composer",
7558 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7562 "time": "2022-01-21T16:25:52+00:00"
7565 "name": "composer/metadata-minifier",
7569 "url": "https://github.com/composer/metadata-minifier.git",
7570 "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
7574 "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
7575 "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
7579 "php": "^5.3.2 || ^7.0 || ^8.0"
7582 "composer/composer": "^2",
7583 "phpstan/phpstan": "^0.12.55",
7584 "symfony/phpunit-bridge": "^4.2 || ^5"
7589 "dev-main": "1.x-dev"
7594 "Composer\\MetadataMinifier\\": "src"
7597 "notification-url": "https://packagist.org/downloads/",
7603 "name": "Jordi Boggiano",
7604 "email": "j.boggiano@seld.be",
7605 "homepage": "http://seld.be"
7608 "description": "Small utility library that handles metadata minification and expansion.",
7614 "issues": "https://github.com/composer/metadata-minifier/issues",
7615 "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
7619 "url": "https://packagist.com",
7623 "url": "https://github.com/composer",
7627 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7631 "time": "2021-04-07T13:37:33+00:00"
7634 "name": "composer/pcre",
7638 "url": "https://github.com/composer/pcre.git",
7639 "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560"
7643 "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560",
7644 "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560",
7648 "php": "^5.3.2 || ^7.0 || ^8.0"
7651 "phpstan/phpstan": "^1.3",
7652 "phpstan/phpstan-strict-rules": "^1.1",
7653 "symfony/phpunit-bridge": "^4.2 || ^5"
7658 "dev-main": "1.x-dev"
7663 "Composer\\Pcre\\": "src"
7666 "notification-url": "https://packagist.org/downloads/",
7672 "name": "Jordi Boggiano",
7673 "email": "j.boggiano@seld.be",
7674 "homepage": "http://seld.be"
7677 "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
7682 "regular expression"
7685 "issues": "https://github.com/composer/pcre/issues",
7686 "source": "https://github.com/composer/pcre/tree/1.0.1"
7690 "url": "https://packagist.com",
7694 "url": "https://github.com/composer",
7698 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7702 "time": "2022-01-21T20:24:37+00:00"
7705 "name": "composer/semver",
7709 "url": "https://github.com/composer/semver.git",
7710 "reference": "3976a9e563da06e8dd8ca856fa2adcd66cdd98f3"
7714 "url": "https://api.github.com/repos/composer/semver/zipball/3976a9e563da06e8dd8ca856fa2adcd66cdd98f3",
7715 "reference": "3976a9e563da06e8dd8ca856fa2adcd66cdd98f3",
7719 "php": "^5.3.2 || ^7.0 || ^8.0"
7722 "phpstan/phpstan": "^1.4",
7723 "symfony/phpunit-bridge": "^4.2 || ^5"
7728 "dev-main": "3.x-dev"
7733 "Composer\\Semver\\": "src"
7736 "notification-url": "https://packagist.org/downloads/",
7742 "name": "Nils Adermann",
7743 "email": "naderman@naderman.de",
7744 "homepage": "http://www.naderman.de"
7747 "name": "Jordi Boggiano",
7748 "email": "j.boggiano@seld.be",
7749 "homepage": "http://seld.be"
7753 "email": "rob.bast@gmail.com",
7754 "homepage": "http://robbast.nl"
7757 "description": "Semver library that offers utilities, version constraint parsing and validation.",
7765 "irc": "irc://irc.freenode.org/composer",
7766 "issues": "https://github.com/composer/semver/issues",
7767 "source": "https://github.com/composer/semver/tree/3.2.8"
7771 "url": "https://packagist.com",
7775 "url": "https://github.com/composer",
7779 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7783 "time": "2022-02-04T12:12:24+00:00"
7786 "name": "composer/spdx-licenses",
7790 "url": "https://github.com/composer/spdx-licenses.git",
7791 "reference": "a30d487169d799745ca7280bc90fdfa693536901"
7795 "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901",
7796 "reference": "a30d487169d799745ca7280bc90fdfa693536901",
7800 "php": "^5.3.2 || ^7.0 || ^8.0"
7803 "phpstan/phpstan": "^0.12.55",
7804 "symfony/phpunit-bridge": "^4.2 || ^5"
7809 "dev-main": "1.x-dev"
7814 "Composer\\Spdx\\": "src"
7817 "notification-url": "https://packagist.org/downloads/",
7823 "name": "Nils Adermann",
7824 "email": "naderman@naderman.de",
7825 "homepage": "http://www.naderman.de"
7828 "name": "Jordi Boggiano",
7829 "email": "j.boggiano@seld.be",
7830 "homepage": "http://seld.be"
7834 "email": "rob.bast@gmail.com",
7835 "homepage": "http://robbast.nl"
7838 "description": "SPDX licenses list and validation library.",
7845 "irc": "irc://irc.freenode.org/composer",
7846 "issues": "https://github.com/composer/spdx-licenses/issues",
7847 "source": "https://github.com/composer/spdx-licenses/tree/1.5.6"
7851 "url": "https://packagist.com",
7855 "url": "https://github.com/composer",
7859 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7863 "time": "2021-11-18T10:14:14+00:00"
7866 "name": "composer/xdebug-handler",
7870 "url": "https://github.com/composer/xdebug-handler.git",
7871 "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a"
7875 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/0c1a3925ec58a4ec98e992b9c7d171e9e184be0a",
7876 "reference": "0c1a3925ec58a4ec98e992b9c7d171e9e184be0a",
7880 "composer/pcre": "^1",
7881 "php": "^5.3.2 || ^7.0 || ^8.0",
7882 "psr/log": "^1 || ^2 || ^3"
7885 "phpstan/phpstan": "^1.0",
7886 "phpstan/phpstan-strict-rules": "^1.1",
7887 "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
7892 "Composer\\XdebugHandler\\": "src"
7895 "notification-url": "https://packagist.org/downloads/",
7901 "name": "John Stevenson",
7902 "email": "john-stevenson@blueyonder.co.uk"
7905 "description": "Restarts a process without Xdebug.",
7911 "irc": "irc://irc.freenode.org/composer",
7912 "issues": "https://github.com/composer/xdebug-handler/issues",
7913 "source": "https://github.com/composer/xdebug-handler/tree/2.0.4"
7917 "url": "https://packagist.com",
7921 "url": "https://github.com/composer",
7925 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
7929 "time": "2022-01-04T17:06:45+00:00"
7932 "name": "doctrine/instantiator",
7936 "url": "https://github.com/doctrine/instantiator.git",
7937 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
7941 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
7942 "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
7946 "php": "^7.1 || ^8.0"
7949 "doctrine/coding-standard": "^8.0",
7952 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
7953 "phpstan/phpstan": "^0.12",
7954 "phpstan/phpstan-phpunit": "^0.12",
7955 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
7960 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
7963 "notification-url": "https://packagist.org/downloads/",
7969 "name": "Marco Pivetta",
7970 "email": "ocramius@gmail.com",
7971 "homepage": "https://ocramius.github.io/"
7974 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
7975 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
7981 "issues": "https://github.com/doctrine/instantiator/issues",
7982 "source": "https://github.com/doctrine/instantiator/tree/1.4.0"
7986 "url": "https://www.doctrine-project.org/sponsorship.html",
7990 "url": "https://www.patreon.com/phpdoctrine",
7994 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
7998 "time": "2020-11-10T18:47:58+00:00"
8001 "name": "facade/ignition-contracts",
8005 "url": "https://github.com/facade/ignition-contracts.git",
8006 "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
8010 "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
8011 "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
8018 "friendsofphp/php-cs-fixer": "^v2.15.8",
8019 "phpunit/phpunit": "^9.3.11",
8020 "vimeo/psalm": "^3.17.1"
8025 "Facade\\IgnitionContracts\\": "src"
8028 "notification-url": "https://packagist.org/downloads/",
8034 "name": "Freek Van der Herten",
8035 "email": "freek@spatie.be",
8036 "homepage": "https://flareapp.io",
8040 "description": "Solution contracts for Ignition",
8041 "homepage": "https://github.com/facade/ignition-contracts",
8048 "issues": "https://github.com/facade/ignition-contracts/issues",
8049 "source": "https://github.com/facade/ignition-contracts/tree/1.0.2"
8051 "time": "2020-10-16T08:27:54+00:00"
8054 "name": "fakerphp/faker",
8055 "version": "v1.19.0",
8058 "url": "https://github.com/FakerPHP/Faker.git",
8059 "reference": "d7f08a622b3346766325488aa32ddc93ccdecc75"
8063 "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/d7f08a622b3346766325488aa32ddc93ccdecc75",
8064 "reference": "d7f08a622b3346766325488aa32ddc93ccdecc75",
8068 "php": "^7.1 || ^8.0",
8069 "psr/container": "^1.0 || ^2.0",
8070 "symfony/deprecation-contracts": "^2.2 || ^3.0"
8073 "fzaninotto/faker": "*"
8076 "bamarni/composer-bin-plugin": "^1.4.1",
8077 "doctrine/persistence": "^1.3 || ^2.0",
8079 "symfony/phpunit-bridge": "^4.4 || ^5.2"
8082 "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
8083 "ext-curl": "Required by Faker\\Provider\\Image to download images.",
8084 "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
8085 "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
8086 "ext-mbstring": "Required for multibyte Unicode string functionality."
8091 "dev-main": "v1.19-dev"
8096 "Faker\\": "src/Faker/"
8099 "notification-url": "https://packagist.org/downloads/",
8105 "name": "François Zaninotto"
8108 "description": "Faker is a PHP library that generates fake data for you.",
8115 "issues": "https://github.com/FakerPHP/Faker/issues",
8116 "source": "https://github.com/FakerPHP/Faker/tree/v1.19.0"
8118 "time": "2022-02-02T17:38:57+00:00"
8121 "name": "hamcrest/hamcrest-php",
8122 "version": "v2.0.1",
8125 "url": "https://github.com/hamcrest/hamcrest-php.git",
8126 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
8130 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8131 "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
8135 "php": "^5.3|^7.0|^8.0"
8138 "cordoval/hamcrest-php": "*",
8139 "davedevelopment/hamcrest-php": "*",
8140 "kodova/hamcrest-php": "*"
8143 "phpunit/php-file-iterator": "^1.4 || ^2.0",
8144 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
8149 "dev-master": "2.1-dev"
8157 "notification-url": "https://packagist.org/downloads/",
8161 "description": "This is the PHP port of Hamcrest Matchers",
8166 "issues": "https://github.com/hamcrest/hamcrest-php/issues",
8167 "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
8169 "time": "2020-07-09T08:09:16+00:00"
8172 "name": "itsgoingd/clockwork",
8173 "version": "v5.1.4",
8176 "url": "https://github.com/itsgoingd/clockwork.git",
8177 "reference": "7252aa771b77ac8678b44290fd7ec7577435cce6"
8181 "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/7252aa771b77ac8678b44290fd7ec7577435cce6",
8182 "reference": "7252aa771b77ac8678b44290fd7ec7577435cce6",
8188 "psr/log": "1.* || ^2.0"
8194 "Clockwork\\Support\\Laravel\\ClockworkServiceProvider"
8197 "Clockwork": "Clockwork\\Support\\Laravel\\Facade"
8203 "Clockwork\\": "Clockwork/"
8206 "notification-url": "https://packagist.org/downloads/",
8212 "name": "itsgoingd",
8213 "email": "itsgoingd@luzer.sk",
8214 "homepage": "https://twitter.com/itsgoingd"
8217 "description": "php dev tools in your browser",
8218 "homepage": "https://underground.works/clockwork",
8229 "issues": "https://github.com/itsgoingd/clockwork/issues",
8230 "source": "https://github.com/itsgoingd/clockwork/tree/v5.1.4"
8234 "url": "https://github.com/itsgoingd",
8238 "time": "2022-01-30T12:36:18+00:00"
8241 "name": "justinrainbow/json-schema",
8242 "version": "5.2.11",
8245 "url": "https://github.com/justinrainbow/json-schema.git",
8246 "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa"
8250 "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa",
8251 "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa",
8258 "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
8259 "json-schema/json-schema-test-suite": "1.2.0",
8260 "phpunit/phpunit": "^4.8.35"
8268 "dev-master": "5.0.x-dev"
8273 "JsonSchema\\": "src/JsonSchema/"
8276 "notification-url": "https://packagist.org/downloads/",
8282 "name": "Bruno Prieto Reis",
8283 "email": "bruno.p.reis@gmail.com"
8286 "name": "Justin Rainbow",
8287 "email": "justin.rainbow@gmail.com"
8290 "name": "Igor Wiedler",
8291 "email": "igor@wiedler.ch"
8294 "name": "Robert Schönthal",
8295 "email": "seroscho@googlemail.com"
8298 "description": "A library to validate a json schema.",
8299 "homepage": "https://github.com/justinrainbow/json-schema",
8305 "issues": "https://github.com/justinrainbow/json-schema/issues",
8306 "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11"
8308 "time": "2021-07-22T09:24:00+00:00"
8311 "name": "mockery/mockery",
8315 "url": "https://github.com/mockery/mockery.git",
8316 "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac"
8320 "url": "https://api.github.com/repos/mockery/mockery/zipball/c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac",
8321 "reference": "c10a5f6e06fc2470ab1822fa13fa2a7380f8fbac",
8325 "hamcrest/hamcrest-php": "^2.0.1",
8326 "lib-pcre": ">=7.0",
8327 "php": "^7.3 || ^8.0"
8330 "phpunit/phpunit": "<8.0"
8333 "phpunit/phpunit": "^8.5 || ^9.3"
8338 "dev-master": "1.4.x-dev"
8343 "Mockery": "library/"
8346 "notification-url": "https://packagist.org/downloads/",
8352 "name": "Pádraic Brady",
8353 "email": "padraic.brady@gmail.com",
8354 "homepage": "http://blog.astrumfutura.com"
8357 "name": "Dave Marshall",
8358 "email": "dave.marshall@atstsolutions.co.uk",
8359 "homepage": "http://davedevelopment.co.uk"
8362 "description": "Mockery is a simple yet flexible PHP mock object framework",
8363 "homepage": "https://github.com/mockery/mockery",
8377 "issues": "https://github.com/mockery/mockery/issues",
8378 "source": "https://github.com/mockery/mockery/tree/1.5.0"
8380 "time": "2022-01-20T13:18:17+00:00"
8383 "name": "myclabs/deep-copy",
8384 "version": "1.10.2",
8387 "url": "https://github.com/myclabs/DeepCopy.git",
8388 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
8392 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
8393 "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
8397 "php": "^7.1 || ^8.0"
8400 "doctrine/collections": "^1.0",
8401 "doctrine/common": "^2.6",
8402 "phpunit/phpunit": "^7.1"
8407 "src/DeepCopy/deep_copy.php"
8410 "DeepCopy\\": "src/DeepCopy/"
8413 "notification-url": "https://packagist.org/downloads/",
8417 "description": "Create deep copies (clones) of your objects",
8426 "issues": "https://github.com/myclabs/DeepCopy/issues",
8427 "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
8431 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
8435 "time": "2020-11-13T09:40:50+00:00"
8438 "name": "nunomaduro/collision",
8439 "version": "v5.11.0",
8442 "url": "https://github.com/nunomaduro/collision.git",
8443 "reference": "8b610eef8582ccdc05d8f2ab23305e2d37049461"
8447 "url": "https://api.github.com/repos/nunomaduro/collision/zipball/8b610eef8582ccdc05d8f2ab23305e2d37049461",
8448 "reference": "8b610eef8582ccdc05d8f2ab23305e2d37049461",
8452 "facade/ignition-contracts": "^1.0",
8453 "filp/whoops": "^2.14.3",
8454 "php": "^7.3 || ^8.0",
8455 "symfony/console": "^5.0"
8458 "brianium/paratest": "^6.1",
8459 "fideloper/proxy": "^4.4.1",
8460 "fruitcake/laravel-cors": "^2.0.3",
8461 "laravel/framework": "8.x-dev",
8462 "nunomaduro/larastan": "^0.6.2",
8463 "nunomaduro/mock-final-classes": "^1.0",
8464 "orchestra/testbench": "^6.0",
8465 "phpstan/phpstan": "^0.12.64",
8466 "phpunit/phpunit": "^9.5.0"
8472 "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
8478 "NunoMaduro\\Collision\\": "src/"
8481 "notification-url": "https://packagist.org/downloads/",
8487 "name": "Nuno Maduro",
8488 "email": "enunomaduro@gmail.com"
8491 "description": "Cli error handling for console/command-line PHP applications.",
8505 "issues": "https://github.com/nunomaduro/collision/issues",
8506 "source": "https://github.com/nunomaduro/collision"
8510 "url": "https://www.paypal.com/paypalme/enunomaduro",
8514 "url": "https://github.com/nunomaduro",
8518 "url": "https://www.patreon.com/nunomaduro",
8522 "time": "2022-01-10T16:22:52+00:00"
8525 "name": "nunomaduro/larastan",
8529 "url": "https://github.com/nunomaduro/larastan.git",
8530 "reference": "f5ce15319da184a5e461ef12c60489c15a9cf65b"
8534 "url": "https://api.github.com/repos/nunomaduro/larastan/zipball/f5ce15319da184a5e461ef12c60489c15a9cf65b",
8535 "reference": "f5ce15319da184a5e461ef12c60489c15a9cf65b",
8539 "composer/composer": "^1.0 || ^2.0",
8541 "illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8542 "illuminate/container": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8543 "illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8544 "illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8545 "illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8546 "illuminate/pipeline": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8547 "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
8548 "mockery/mockery": "^0.9 || ^1.0",
8549 "php": "^7.2 || ^8.0",
8550 "phpstan/phpstan": "^1.0",
8551 "symfony/process": "^4.3 || ^5.0 || ^6.0"
8554 "nikic/php-parser": "^4.13.0",
8555 "orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
8556 "phpunit/phpunit": "^7.3 || ^8.2 || ^9.3"
8559 "orchestra/testbench": "Using Larastan for analysing a package needs Testbench"
8561 "type": "phpstan-extension",
8564 "dev-master": "1.0-dev"
8574 "NunoMaduro\\Larastan\\": "src/"
8577 "notification-url": "https://packagist.org/downloads/",
8583 "name": "Nuno Maduro",
8584 "email": "enunomaduro@gmail.com"
8587 "description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
8599 "issues": "https://github.com/nunomaduro/larastan/issues",
8600 "source": "https://github.com/nunomaduro/larastan/tree/1.0.3"
8604 "url": "https://www.paypal.com/paypalme/enunomaduro",
8608 "url": "https://github.com/canvural",
8612 "url": "https://github.com/nunomaduro",
8616 "url": "https://www.patreon.com/nunomaduro",
8620 "time": "2022-01-20T19:33:48+00:00"
8623 "name": "phar-io/manifest",
8627 "url": "https://github.com/phar-io/manifest.git",
8628 "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
8632 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
8633 "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
8639 "ext-xmlwriter": "*",
8640 "phar-io/version": "^3.0.1",
8641 "php": "^7.2 || ^8.0"
8646 "dev-master": "2.0.x-dev"
8654 "notification-url": "https://packagist.org/downloads/",
8660 "name": "Arne Blankerts",
8661 "email": "arne@blankerts.de",
8665 "name": "Sebastian Heuer",
8666 "email": "sebastian@phpeople.de",
8670 "name": "Sebastian Bergmann",
8671 "email": "sebastian@phpunit.de",
8675 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
8677 "issues": "https://github.com/phar-io/manifest/issues",
8678 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
8680 "time": "2021-07-20T11:28:43+00:00"
8683 "name": "phar-io/version",
8687 "url": "https://github.com/phar-io/version.git",
8688 "reference": "bae7c545bef187884426f042434e561ab1ddb182"
8692 "url": "https://api.github.com/repos/phar-io/version/zipball/bae7c545bef187884426f042434e561ab1ddb182",
8693 "reference": "bae7c545bef187884426f042434e561ab1ddb182",
8697 "php": "^7.2 || ^8.0"
8705 "notification-url": "https://packagist.org/downloads/",
8711 "name": "Arne Blankerts",
8712 "email": "arne@blankerts.de",
8716 "name": "Sebastian Heuer",
8717 "email": "sebastian@phpeople.de",
8721 "name": "Sebastian Bergmann",
8722 "email": "sebastian@phpunit.de",
8726 "description": "Library for handling version information and constraints",
8728 "issues": "https://github.com/phar-io/version/issues",
8729 "source": "https://github.com/phar-io/version/tree/3.1.0"
8731 "time": "2021-02-23T14:00:09+00:00"
8734 "name": "phpdocumentor/reflection-common",
8738 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
8739 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
8743 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
8744 "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
8748 "php": "^7.2 || ^8.0"
8753 "dev-2.x": "2.x-dev"
8758 "phpDocumentor\\Reflection\\": "src/"
8761 "notification-url": "https://packagist.org/downloads/",
8767 "name": "Jaap van Otterdijk",
8768 "email": "opensource@ijaap.nl"
8771 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
8772 "homepage": "http://www.phpdoc.org",
8781 "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
8782 "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
8784 "time": "2020-06-27T09:03:43+00:00"
8787 "name": "phpdocumentor/reflection-docblock",
8791 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
8792 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
8796 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
8797 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
8802 "php": "^7.2 || ^8.0",
8803 "phpdocumentor/reflection-common": "^2.2",
8804 "phpdocumentor/type-resolver": "^1.3",
8805 "webmozart/assert": "^1.9.1"
8808 "mockery/mockery": "~1.3.2",
8809 "psalm/phar": "^4.8"
8814 "dev-master": "5.x-dev"
8819 "phpDocumentor\\Reflection\\": "src"
8822 "notification-url": "https://packagist.org/downloads/",
8828 "name": "Mike van Riel",
8829 "email": "me@mikevanriel.com"
8832 "name": "Jaap van Otterdijk",
8833 "email": "account@ijaap.nl"
8836 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
8838 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
8839 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
8841 "time": "2021-10-19T17:43:47+00:00"
8844 "name": "phpdocumentor/type-resolver",
8848 "url": "https://github.com/phpDocumentor/TypeResolver.git",
8849 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706"
8853 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706",
8854 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706",
8858 "php": "^7.2 || ^8.0",
8859 "phpdocumentor/reflection-common": "^2.0"
8862 "ext-tokenizer": "*",
8863 "psalm/phar": "^4.8"
8868 "dev-1.x": "1.x-dev"
8873 "phpDocumentor\\Reflection\\": "src"
8876 "notification-url": "https://packagist.org/downloads/",
8882 "name": "Mike van Riel",
8883 "email": "me@mikevanriel.com"
8886 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
8888 "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
8889 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0"
8891 "time": "2022-01-04T19:58:01+00:00"
8894 "name": "phpspec/prophecy",
8895 "version": "v1.15.0",
8898 "url": "https://github.com/phpspec/prophecy.git",
8899 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
8903 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
8904 "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
8908 "doctrine/instantiator": "^1.2",
8909 "php": "^7.2 || ~8.0, <8.2",
8910 "phpdocumentor/reflection-docblock": "^5.2",
8911 "sebastian/comparator": "^3.0 || ^4.0",
8912 "sebastian/recursion-context": "^3.0 || ^4.0"
8915 "phpspec/phpspec": "^6.0 || ^7.0",
8916 "phpunit/phpunit": "^8.0 || ^9.0"
8921 "dev-master": "1.x-dev"
8926 "Prophecy\\": "src/Prophecy"
8929 "notification-url": "https://packagist.org/downloads/",
8935 "name": "Konstantin Kudryashov",
8936 "email": "ever.zet@gmail.com",
8937 "homepage": "http://everzet.com"
8940 "name": "Marcello Duarte",
8941 "email": "marcello.duarte@gmail.com"
8944 "description": "Highly opinionated mocking framework for PHP 5.3+",
8945 "homepage": "https://github.com/phpspec/prophecy",
8955 "issues": "https://github.com/phpspec/prophecy/issues",
8956 "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
8958 "time": "2021-12-08T12:19:24+00:00"
8961 "name": "phpstan/phpstan",
8965 "url": "https://github.com/phpstan/phpstan.git",
8966 "reference": "150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3"
8970 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3",
8971 "reference": "150d1fbd82fb71ff76b3bd7f6ea6006d89c5f0c3",
8978 "phpstan/phpstan-shim": "*"
8987 "dev-master": "1.4-dev"
8995 "notification-url": "https://packagist.org/downloads/",
8999 "description": "PHPStan - PHP Static Analysis Tool",
9001 "issues": "https://github.com/phpstan/phpstan/issues",
9002 "source": "https://github.com/phpstan/phpstan/tree/1.4.5"
9006 "url": "https://github.com/ondrejmirtes",
9010 "url": "https://github.com/phpstan",
9014 "url": "https://www.patreon.com/phpstan",
9018 "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
9022 "time": "2022-02-02T19:35:10+00:00"
9025 "name": "phpunit/php-code-coverage",
9026 "version": "9.2.10",
9029 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
9030 "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687"
9034 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/d5850aaf931743067f4bfc1ae4cbd06468400687",
9035 "reference": "d5850aaf931743067f4bfc1ae4cbd06468400687",
9041 "ext-xmlwriter": "*",
9042 "nikic/php-parser": "^4.13.0",
9044 "phpunit/php-file-iterator": "^3.0.3",
9045 "phpunit/php-text-template": "^2.0.2",
9046 "sebastian/code-unit-reverse-lookup": "^2.0.2",
9047 "sebastian/complexity": "^2.0",
9048 "sebastian/environment": "^5.1.2",
9049 "sebastian/lines-of-code": "^1.0.3",
9050 "sebastian/version": "^3.0.1",
9051 "theseer/tokenizer": "^1.2.0"
9054 "phpunit/phpunit": "^9.3"
9063 "dev-master": "9.2-dev"
9071 "notification-url": "https://packagist.org/downloads/",
9077 "name": "Sebastian Bergmann",
9078 "email": "sebastian@phpunit.de",
9082 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
9083 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
9090 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
9091 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.10"
9095 "url": "https://github.com/sebastianbergmann",
9099 "time": "2021-12-05T09:12:13+00:00"
9102 "name": "phpunit/php-file-iterator",
9106 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
9107 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
9111 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
9112 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
9119 "phpunit/phpunit": "^9.3"
9124 "dev-master": "3.0-dev"
9132 "notification-url": "https://packagist.org/downloads/",
9138 "name": "Sebastian Bergmann",
9139 "email": "sebastian@phpunit.de",
9143 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
9144 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
9150 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
9151 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
9155 "url": "https://github.com/sebastianbergmann",
9159 "time": "2021-12-02T12:48:52+00:00"
9162 "name": "phpunit/php-invoker",
9166 "url": "https://github.com/sebastianbergmann/php-invoker.git",
9167 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
9171 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9172 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
9180 "phpunit/phpunit": "^9.3"
9188 "dev-master": "3.1-dev"
9196 "notification-url": "https://packagist.org/downloads/",
9202 "name": "Sebastian Bergmann",
9203 "email": "sebastian@phpunit.de",
9207 "description": "Invoke callables with a timeout",
9208 "homepage": "https://github.com/sebastianbergmann/php-invoker/",
9213 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
9214 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
9218 "url": "https://github.com/sebastianbergmann",
9222 "time": "2020-09-28T05:58:55+00:00"
9225 "name": "phpunit/php-text-template",
9229 "url": "https://github.com/sebastianbergmann/php-text-template.git",
9230 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
9234 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9235 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
9242 "phpunit/phpunit": "^9.3"
9247 "dev-master": "2.0-dev"
9255 "notification-url": "https://packagist.org/downloads/",
9261 "name": "Sebastian Bergmann",
9262 "email": "sebastian@phpunit.de",
9266 "description": "Simple template engine.",
9267 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
9272 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
9273 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
9277 "url": "https://github.com/sebastianbergmann",
9281 "time": "2020-10-26T05:33:50+00:00"
9284 "name": "phpunit/php-timer",
9288 "url": "https://github.com/sebastianbergmann/php-timer.git",
9289 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
9293 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9294 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
9301 "phpunit/phpunit": "^9.3"
9306 "dev-master": "5.0-dev"
9314 "notification-url": "https://packagist.org/downloads/",
9320 "name": "Sebastian Bergmann",
9321 "email": "sebastian@phpunit.de",
9325 "description": "Utility class for timing",
9326 "homepage": "https://github.com/sebastianbergmann/php-timer/",
9331 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
9332 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
9336 "url": "https://github.com/sebastianbergmann",
9340 "time": "2020-10-26T13:16:10+00:00"
9343 "name": "phpunit/phpunit",
9344 "version": "9.5.13",
9347 "url": "https://github.com/sebastianbergmann/phpunit.git",
9348 "reference": "597cb647654ede35e43b137926dfdfef0fb11743"
9352 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/597cb647654ede35e43b137926dfdfef0fb11743",
9353 "reference": "597cb647654ede35e43b137926dfdfef0fb11743",
9357 "doctrine/instantiator": "^1.3.1",
9361 "ext-mbstring": "*",
9363 "ext-xmlwriter": "*",
9364 "myclabs/deep-copy": "^1.10.1",
9365 "phar-io/manifest": "^2.0.3",
9366 "phar-io/version": "^3.0.2",
9368 "phpspec/prophecy": "^1.12.1",
9369 "phpunit/php-code-coverage": "^9.2.7",
9370 "phpunit/php-file-iterator": "^3.0.5",
9371 "phpunit/php-invoker": "^3.1.1",
9372 "phpunit/php-text-template": "^2.0.3",
9373 "phpunit/php-timer": "^5.0.2",
9374 "sebastian/cli-parser": "^1.0.1",
9375 "sebastian/code-unit": "^1.0.6",
9376 "sebastian/comparator": "^4.0.5",
9377 "sebastian/diff": "^4.0.3",
9378 "sebastian/environment": "^5.1.3",
9379 "sebastian/exporter": "^4.0.3",
9380 "sebastian/global-state": "^5.0.1",
9381 "sebastian/object-enumerator": "^4.0.3",
9382 "sebastian/resource-operations": "^3.0.3",
9383 "sebastian/type": "^2.3.4",
9384 "sebastian/version": "^3.0.2"
9388 "phpspec/prophecy-phpunit": "^2.0.1"
9400 "dev-master": "9.5-dev"
9408 "src/Framework/Assert/Functions.php"
9411 "notification-url": "https://packagist.org/downloads/",
9417 "name": "Sebastian Bergmann",
9418 "email": "sebastian@phpunit.de",
9422 "description": "The PHP Unit Testing framework.",
9423 "homepage": "https://phpunit.de/",
9430 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
9431 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.13"
9435 "url": "https://phpunit.de/sponsors.html",
9439 "url": "https://github.com/sebastianbergmann",
9443 "time": "2022-01-24T07:33:35+00:00"
9446 "name": "react/promise",
9447 "version": "v2.8.0",
9450 "url": "https://github.com/reactphp/promise.git",
9451 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
9455 "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
9456 "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
9463 "phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
9468 "React\\Promise\\": "src/"
9471 "src/functions_include.php"
9474 "notification-url": "https://packagist.org/downloads/",
9480 "name": "Jan Sorgalla",
9481 "email": "jsorgalla@gmail.com"
9484 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
9490 "issues": "https://github.com/reactphp/promise/issues",
9491 "source": "https://github.com/reactphp/promise/tree/v2.8.0"
9493 "time": "2020-05-12T15:16:56+00:00"
9496 "name": "sebastian/cli-parser",
9500 "url": "https://github.com/sebastianbergmann/cli-parser.git",
9501 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
9505 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9506 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
9513 "phpunit/phpunit": "^9.3"
9518 "dev-master": "1.0-dev"
9526 "notification-url": "https://packagist.org/downloads/",
9532 "name": "Sebastian Bergmann",
9533 "email": "sebastian@phpunit.de",
9537 "description": "Library for parsing CLI options",
9538 "homepage": "https://github.com/sebastianbergmann/cli-parser",
9540 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
9541 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
9545 "url": "https://github.com/sebastianbergmann",
9549 "time": "2020-09-28T06:08:49+00:00"
9552 "name": "sebastian/code-unit",
9556 "url": "https://github.com/sebastianbergmann/code-unit.git",
9557 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
9561 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
9562 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
9569 "phpunit/phpunit": "^9.3"
9574 "dev-master": "1.0-dev"
9582 "notification-url": "https://packagist.org/downloads/",
9588 "name": "Sebastian Bergmann",
9589 "email": "sebastian@phpunit.de",
9593 "description": "Collection of value objects that represent the PHP code units",
9594 "homepage": "https://github.com/sebastianbergmann/code-unit",
9596 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
9597 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
9601 "url": "https://github.com/sebastianbergmann",
9605 "time": "2020-10-26T13:08:54+00:00"
9608 "name": "sebastian/code-unit-reverse-lookup",
9612 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
9613 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
9617 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9618 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
9625 "phpunit/phpunit": "^9.3"
9630 "dev-master": "2.0-dev"
9638 "notification-url": "https://packagist.org/downloads/",
9644 "name": "Sebastian Bergmann",
9645 "email": "sebastian@phpunit.de"
9648 "description": "Looks up which function or method a line of code belongs to",
9649 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
9651 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
9652 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
9656 "url": "https://github.com/sebastianbergmann",
9660 "time": "2020-09-28T05:30:19+00:00"
9663 "name": "sebastian/comparator",
9667 "url": "https://github.com/sebastianbergmann/comparator.git",
9668 "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
9672 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
9673 "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
9678 "sebastian/diff": "^4.0",
9679 "sebastian/exporter": "^4.0"
9682 "phpunit/phpunit": "^9.3"
9687 "dev-master": "4.0-dev"
9695 "notification-url": "https://packagist.org/downloads/",
9701 "name": "Sebastian Bergmann",
9702 "email": "sebastian@phpunit.de"
9705 "name": "Jeff Welch",
9706 "email": "whatthejeff@gmail.com"
9709 "name": "Volker Dusch",
9710 "email": "github@wallbash.com"
9713 "name": "Bernhard Schussek",
9714 "email": "bschussek@2bepublished.at"
9717 "description": "Provides the functionality to compare PHP values for equality",
9718 "homepage": "https://github.com/sebastianbergmann/comparator",
9725 "issues": "https://github.com/sebastianbergmann/comparator/issues",
9726 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
9730 "url": "https://github.com/sebastianbergmann",
9734 "time": "2020-10-26T15:49:45+00:00"
9737 "name": "sebastian/complexity",
9741 "url": "https://github.com/sebastianbergmann/complexity.git",
9742 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
9746 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
9747 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
9751 "nikic/php-parser": "^4.7",
9755 "phpunit/phpunit": "^9.3"
9760 "dev-master": "2.0-dev"
9768 "notification-url": "https://packagist.org/downloads/",
9774 "name": "Sebastian Bergmann",
9775 "email": "sebastian@phpunit.de",
9779 "description": "Library for calculating the complexity of PHP code units",
9780 "homepage": "https://github.com/sebastianbergmann/complexity",
9782 "issues": "https://github.com/sebastianbergmann/complexity/issues",
9783 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
9787 "url": "https://github.com/sebastianbergmann",
9791 "time": "2020-10-26T15:52:27+00:00"
9794 "name": "sebastian/diff",
9798 "url": "https://github.com/sebastianbergmann/diff.git",
9799 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
9803 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
9804 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
9811 "phpunit/phpunit": "^9.3",
9812 "symfony/process": "^4.2 || ^5"
9817 "dev-master": "4.0-dev"
9825 "notification-url": "https://packagist.org/downloads/",
9831 "name": "Sebastian Bergmann",
9832 "email": "sebastian@phpunit.de"
9835 "name": "Kore Nordmann",
9836 "email": "mail@kore-nordmann.de"
9839 "description": "Diff implementation",
9840 "homepage": "https://github.com/sebastianbergmann/diff",
9848 "issues": "https://github.com/sebastianbergmann/diff/issues",
9849 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
9853 "url": "https://github.com/sebastianbergmann",
9857 "time": "2020-10-26T13:10:38+00:00"
9860 "name": "sebastian/environment",
9864 "url": "https://github.com/sebastianbergmann/environment.git",
9865 "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
9869 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
9870 "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
9877 "phpunit/phpunit": "^9.3"
9885 "dev-master": "5.1-dev"
9893 "notification-url": "https://packagist.org/downloads/",
9899 "name": "Sebastian Bergmann",
9900 "email": "sebastian@phpunit.de"
9903 "description": "Provides functionality to handle HHVM/PHP environments",
9904 "homepage": "http://www.github.com/sebastianbergmann/environment",
9911 "issues": "https://github.com/sebastianbergmann/environment/issues",
9912 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
9916 "url": "https://github.com/sebastianbergmann",
9920 "time": "2020-09-28T05:52:38+00:00"
9923 "name": "sebastian/exporter",
9927 "url": "https://github.com/sebastianbergmann/exporter.git",
9928 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
9932 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
9933 "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
9938 "sebastian/recursion-context": "^4.0"
9941 "ext-mbstring": "*",
9942 "phpunit/phpunit": "^9.3"
9947 "dev-master": "4.0-dev"
9955 "notification-url": "https://packagist.org/downloads/",
9961 "name": "Sebastian Bergmann",
9962 "email": "sebastian@phpunit.de"
9965 "name": "Jeff Welch",
9966 "email": "whatthejeff@gmail.com"
9969 "name": "Volker Dusch",
9970 "email": "github@wallbash.com"
9973 "name": "Adam Harvey",
9974 "email": "aharvey@php.net"
9977 "name": "Bernhard Schussek",
9978 "email": "bschussek@gmail.com"
9981 "description": "Provides the functionality to export PHP variables for visualization",
9982 "homepage": "https://www.github.com/sebastianbergmann/exporter",
9988 "issues": "https://github.com/sebastianbergmann/exporter/issues",
9989 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
9993 "url": "https://github.com/sebastianbergmann",
9997 "time": "2021-11-11T14:18:36+00:00"
10000 "name": "sebastian/global-state",
10001 "version": "5.0.3",
10004 "url": "https://github.com/sebastianbergmann/global-state.git",
10005 "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49"
10009 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23bd5951f7ff26f12d4e3242864df3e08dec4e49",
10010 "reference": "23bd5951f7ff26f12d4e3242864df3e08dec4e49",
10015 "sebastian/object-reflector": "^2.0",
10016 "sebastian/recursion-context": "^4.0"
10020 "phpunit/phpunit": "^9.3"
10028 "dev-master": "5.0-dev"
10036 "notification-url": "https://packagist.org/downloads/",
10042 "name": "Sebastian Bergmann",
10043 "email": "sebastian@phpunit.de"
10046 "description": "Snapshotting of global state",
10047 "homepage": "http://www.github.com/sebastianbergmann/global-state",
10052 "issues": "https://github.com/sebastianbergmann/global-state/issues",
10053 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.3"
10057 "url": "https://github.com/sebastianbergmann",
10061 "time": "2021-06-11T13:31:12+00:00"
10064 "name": "sebastian/lines-of-code",
10065 "version": "1.0.3",
10068 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
10069 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
10073 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10074 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
10078 "nikic/php-parser": "^4.6",
10082 "phpunit/phpunit": "^9.3"
10087 "dev-master": "1.0-dev"
10095 "notification-url": "https://packagist.org/downloads/",
10101 "name": "Sebastian Bergmann",
10102 "email": "sebastian@phpunit.de",
10106 "description": "Library for counting the lines of code in PHP source code",
10107 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
10109 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
10110 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
10114 "url": "https://github.com/sebastianbergmann",
10118 "time": "2020-11-28T06:42:11+00:00"
10121 "name": "sebastian/object-enumerator",
10122 "version": "4.0.4",
10125 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
10126 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
10130 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
10131 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
10136 "sebastian/object-reflector": "^2.0",
10137 "sebastian/recursion-context": "^4.0"
10140 "phpunit/phpunit": "^9.3"
10145 "dev-master": "4.0-dev"
10153 "notification-url": "https://packagist.org/downloads/",
10159 "name": "Sebastian Bergmann",
10160 "email": "sebastian@phpunit.de"
10163 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
10164 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
10166 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
10167 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
10171 "url": "https://github.com/sebastianbergmann",
10175 "time": "2020-10-26T13:12:34+00:00"
10178 "name": "sebastian/object-reflector",
10179 "version": "2.0.4",
10182 "url": "https://github.com/sebastianbergmann/object-reflector.git",
10183 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
10187 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10188 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
10195 "phpunit/phpunit": "^9.3"
10200 "dev-master": "2.0-dev"
10208 "notification-url": "https://packagist.org/downloads/",
10214 "name": "Sebastian Bergmann",
10215 "email": "sebastian@phpunit.de"
10218 "description": "Allows reflection of object attributes, including inherited and non-public ones",
10219 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
10221 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
10222 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
10226 "url": "https://github.com/sebastianbergmann",
10230 "time": "2020-10-26T13:14:26+00:00"
10233 "name": "sebastian/recursion-context",
10234 "version": "4.0.4",
10237 "url": "https://github.com/sebastianbergmann/recursion-context.git",
10238 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
10242 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
10243 "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
10250 "phpunit/phpunit": "^9.3"
10255 "dev-master": "4.0-dev"
10263 "notification-url": "https://packagist.org/downloads/",
10269 "name": "Sebastian Bergmann",
10270 "email": "sebastian@phpunit.de"
10273 "name": "Jeff Welch",
10274 "email": "whatthejeff@gmail.com"
10277 "name": "Adam Harvey",
10278 "email": "aharvey@php.net"
10281 "description": "Provides functionality to recursively process PHP variables",
10282 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
10284 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
10285 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
10289 "url": "https://github.com/sebastianbergmann",
10293 "time": "2020-10-26T13:17:30+00:00"
10296 "name": "sebastian/resource-operations",
10297 "version": "3.0.3",
10300 "url": "https://github.com/sebastianbergmann/resource-operations.git",
10301 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
10305 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10306 "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
10313 "phpunit/phpunit": "^9.0"
10318 "dev-master": "3.0-dev"
10326 "notification-url": "https://packagist.org/downloads/",
10332 "name": "Sebastian Bergmann",
10333 "email": "sebastian@phpunit.de"
10336 "description": "Provides a list of PHP built-in functions that operate on resources",
10337 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
10339 "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
10340 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
10344 "url": "https://github.com/sebastianbergmann",
10348 "time": "2020-09-28T06:45:17+00:00"
10351 "name": "sebastian/type",
10352 "version": "2.3.4",
10355 "url": "https://github.com/sebastianbergmann/type.git",
10356 "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914"
10360 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b8cd8a1c753c90bc1a0f5372170e3e489136f914",
10361 "reference": "b8cd8a1c753c90bc1a0f5372170e3e489136f914",
10368 "phpunit/phpunit": "^9.3"
10373 "dev-master": "2.3-dev"
10381 "notification-url": "https://packagist.org/downloads/",
10387 "name": "Sebastian Bergmann",
10388 "email": "sebastian@phpunit.de",
10392 "description": "Collection of value objects that represent the types of the PHP type system",
10393 "homepage": "https://github.com/sebastianbergmann/type",
10395 "issues": "https://github.com/sebastianbergmann/type/issues",
10396 "source": "https://github.com/sebastianbergmann/type/tree/2.3.4"
10400 "url": "https://github.com/sebastianbergmann",
10404 "time": "2021-06-15T12:49:02+00:00"
10407 "name": "sebastian/version",
10408 "version": "3.0.2",
10411 "url": "https://github.com/sebastianbergmann/version.git",
10412 "reference": "c6c1022351a901512170118436c764e473f6de8c"
10416 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
10417 "reference": "c6c1022351a901512170118436c764e473f6de8c",
10426 "dev-master": "3.0-dev"
10434 "notification-url": "https://packagist.org/downloads/",
10440 "name": "Sebastian Bergmann",
10441 "email": "sebastian@phpunit.de",
10445 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
10446 "homepage": "https://github.com/sebastianbergmann/version",
10448 "issues": "https://github.com/sebastianbergmann/version/issues",
10449 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
10453 "url": "https://github.com/sebastianbergmann",
10457 "time": "2020-09-28T06:39:44+00:00"
10460 "name": "seld/jsonlint",
10461 "version": "1.8.3",
10464 "url": "https://github.com/Seldaek/jsonlint.git",
10465 "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
10469 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
10470 "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
10474 "php": "^5.3 || ^7.0 || ^8.0"
10477 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
10485 "Seld\\JsonLint\\": "src/Seld/JsonLint/"
10488 "notification-url": "https://packagist.org/downloads/",
10494 "name": "Jordi Boggiano",
10495 "email": "j.boggiano@seld.be",
10496 "homepage": "http://seld.be"
10499 "description": "JSON Linter",
10507 "issues": "https://github.com/Seldaek/jsonlint/issues",
10508 "source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
10512 "url": "https://github.com/Seldaek",
10516 "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
10520 "time": "2020-11-11T09:19:24+00:00"
10523 "name": "seld/phar-utils",
10524 "version": "1.2.0",
10527 "url": "https://github.com/Seldaek/phar-utils.git",
10528 "reference": "9f3452c93ff423469c0d56450431562ca423dcee"
10532 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee",
10533 "reference": "9f3452c93ff423469c0d56450431562ca423dcee",
10542 "dev-master": "1.x-dev"
10547 "Seld\\PharUtils\\": "src/"
10550 "notification-url": "https://packagist.org/downloads/",
10556 "name": "Jordi Boggiano",
10557 "email": "j.boggiano@seld.be"
10560 "description": "PHAR file format utilities, for when PHP phars you up",
10565 "issues": "https://github.com/Seldaek/phar-utils/issues",
10566 "source": "https://github.com/Seldaek/phar-utils/tree/1.2.0"
10568 "time": "2021-12-10T11:20:11+00:00"
10571 "name": "symfony/dom-crawler",
10572 "version": "v5.4.3",
10575 "url": "https://github.com/symfony/dom-crawler.git",
10576 "reference": "2634381fdf27a2a0a8ac8eb404025eb656c65d0c"
10580 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2634381fdf27a2a0a8ac8eb404025eb656c65d0c",
10581 "reference": "2634381fdf27a2a0a8ac8eb404025eb656c65d0c",
10586 "symfony/deprecation-contracts": "^2.1|^3",
10587 "symfony/polyfill-ctype": "~1.8",
10588 "symfony/polyfill-mbstring": "~1.0",
10589 "symfony/polyfill-php80": "^1.16"
10592 "masterminds/html5": "<2.6"
10595 "masterminds/html5": "^2.6",
10596 "symfony/css-selector": "^4.4|^5.0|^6.0"
10599 "symfony/css-selector": ""
10604 "Symfony\\Component\\DomCrawler\\": ""
10606 "exclude-from-classmap": [
10610 "notification-url": "https://packagist.org/downloads/",
10616 "name": "Fabien Potencier",
10617 "email": "fabien@symfony.com"
10620 "name": "Symfony Community",
10621 "homepage": "https://symfony.com/contributors"
10624 "description": "Eases DOM navigation for HTML and XML documents",
10625 "homepage": "https://symfony.com",
10627 "source": "https://github.com/symfony/dom-crawler/tree/v5.4.3"
10631 "url": "https://symfony.com/sponsor",
10635 "url": "https://github.com/fabpot",
10639 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10643 "time": "2022-01-02T09:53:40+00:00"
10646 "name": "symfony/filesystem",
10647 "version": "v5.4.3",
10650 "url": "https://github.com/symfony/filesystem.git",
10651 "reference": "0f0c4bf1840420f4aef3f32044a9dbb24682731b"
10655 "url": "https://api.github.com/repos/symfony/filesystem/zipball/0f0c4bf1840420f4aef3f32044a9dbb24682731b",
10656 "reference": "0f0c4bf1840420f4aef3f32044a9dbb24682731b",
10661 "symfony/polyfill-ctype": "~1.8",
10662 "symfony/polyfill-mbstring": "~1.8",
10663 "symfony/polyfill-php80": "^1.16"
10668 "Symfony\\Component\\Filesystem\\": ""
10670 "exclude-from-classmap": [
10674 "notification-url": "https://packagist.org/downloads/",
10680 "name": "Fabien Potencier",
10681 "email": "fabien@symfony.com"
10684 "name": "Symfony Community",
10685 "homepage": "https://symfony.com/contributors"
10688 "description": "Provides basic utilities for the filesystem",
10689 "homepage": "https://symfony.com",
10691 "source": "https://github.com/symfony/filesystem/tree/v5.4.3"
10695 "url": "https://symfony.com/sponsor",
10699 "url": "https://github.com/fabpot",
10703 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
10707 "time": "2022-01-02T09:53:40+00:00"
10710 "name": "theseer/tokenizer",
10711 "version": "1.2.1",
10714 "url": "https://github.com/theseer/tokenizer.git",
10715 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
10719 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
10720 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
10725 "ext-tokenizer": "*",
10726 "ext-xmlwriter": "*",
10727 "php": "^7.2 || ^8.0"
10735 "notification-url": "https://packagist.org/downloads/",
10741 "name": "Arne Blankerts",
10742 "email": "arne@blankerts.de",
10743 "role": "Developer"
10746 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
10748 "issues": "https://github.com/theseer/tokenizer/issues",
10749 "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
10753 "url": "https://github.com/theseer",
10757 "time": "2021-07-28T10:34:58+00:00"
10761 "minimum-stability": "dev",
10762 "stability-flags": [],
10763 "prefer-stable": true,
10764 "prefer-lowest": false,
10766 "php": "^7.4|^8.0",
10769 "ext-fileinfo": "*",
10772 "ext-mbstring": "*",
10775 "platform-dev": [],
10776 "platform-overrides": {
10779 "plugin-api-version": "2.2.0"