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": "71d16f2c8a871e214637c592b9510ab5",
11 "name": "behat/behat",
15 "url": "https://github.com/Behat/Behat.git",
16 "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340"
20 "url": "https://api.github.com/repos/Behat/Behat/zipball/2a3832d9cb853a794af3a576f9e524ae460f3340",
21 "reference": "2a3832d9cb853a794af3a576f9e524ae460f3340",
25 "behat/gherkin": "^4.9.0",
26 "behat/transliterator": "^1.2",
28 "php": "^7.2 || ^8.0",
29 "psr/container": "^1.0 || ^2.0",
30 "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0",
31 "symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0",
32 "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0",
33 "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0 || ^7.0",
34 "symfony/translation": "^4.4 || ^5.0 || ^6.0 || ^7.0",
35 "symfony/yaml": "^4.4 || ^5.0 || ^6.0 || ^7.0"
38 "herrera-io/box": "~1.6.1",
39 "phpspec/prophecy": "^1.15",
40 "phpunit/phpunit": "^8.5 || ^9.0",
41 "symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0",
45 "ext-dom": "Needed to output test results in JUnit format."
53 "dev-master": "3.x-dev"
58 "Behat\\Hook\\": "src/Behat/Hook/",
59 "Behat\\Step\\": "src/Behat/Step/",
60 "Behat\\Behat\\": "src/Behat/Behat/",
61 "Behat\\Testwork\\": "src/Behat/Testwork/"
64 "notification-url": "https://packagist.org/downloads/",
70 "name": "Konstantin Kudryashov",
71 "email": "ever.zet@gmail.com",
72 "homepage": "http://everzet.com"
75 "description": "Scenario-oriented BDD framework for PHP",
76 "homepage": "http://behat.org/",
92 "issues": "https://github.com/Behat/Behat/issues",
93 "source": "https://github.com/Behat/Behat/tree/v3.14.0"
95 "time": "2023-12-09T13:55:02+00:00"
98 "name": "behat/gherkin",
102 "url": "https://github.com/Behat/Gherkin.git",
103 "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
107 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
108 "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
115 "cucumber/cucumber": "dev-gherkin-22.0.0",
116 "phpunit/phpunit": "~8|~9",
117 "symfony/yaml": "~3|~4|~5"
120 "symfony/yaml": "If you want to parse features, represented in YAML files"
125 "dev-master": "4.x-dev"
130 "Behat\\Gherkin": "src/"
133 "notification-url": "https://packagist.org/downloads/",
139 "name": "Konstantin Kudryashov",
140 "email": "ever.zet@gmail.com",
141 "homepage": "http://everzet.com"
144 "description": "Gherkin DSL parser for PHP",
145 "homepage": "http://behat.org/",
155 "issues": "https://github.com/Behat/Gherkin/issues",
156 "source": "https://github.com/Behat/Gherkin/tree/v4.9.0"
158 "time": "2021-10-12T13:05:09+00:00"
161 "name": "behat/mink",
162 "version": "v1.11.0",
165 "url": "https://github.com/minkphp/Mink.git",
166 "reference": "d8527fdf8785aad38455fb426af457ab9937aece"
170 "url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece",
171 "reference": "d8527fdf8785aad38455fb426af457ab9937aece",
176 "symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0"
179 "phpstan/phpstan": "^1.10",
180 "phpstan/phpstan-phpunit": "^1.3",
181 "phpunit/phpunit": "^8.5.22 || ^9.5.11",
182 "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
183 "symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
186 "behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation",
187 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
188 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
189 "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
194 "dev-master": "1.x-dev"
199 "Behat\\Mink\\": "src/"
202 "notification-url": "https://packagist.org/downloads/",
208 "name": "Konstantin Kudryashov",
209 "email": "ever.zet@gmail.com",
210 "homepage": "http://everzet.com"
213 "description": "Browser controller/emulator abstraction for PHP",
214 "homepage": "https://mink.behat.org/",
221 "issues": "https://github.com/minkphp/Mink/issues",
222 "source": "https://github.com/minkphp/Mink/tree/v1.11.0"
224 "time": "2023-12-09T11:23:23+00:00"
227 "name": "behat/mink-browserkit-driver",
231 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
232 "reference": "16d53476e42827ed3aafbfa4fde17a1743eafd50"
236 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/16d53476e42827ed3aafbfa4fde17a1743eafd50",
237 "reference": "16d53476e42827ed3aafbfa4fde17a1743eafd50",
241 "behat/mink": "^1.11.0@dev",
244 "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0",
245 "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0"
248 "mink/driver-testsuite": "dev-master",
249 "phpstan/phpstan": "^1.10",
250 "phpstan/phpstan-phpunit": "^1.3",
251 "phpunit/phpunit": "^8.5 || ^9.5",
252 "symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
253 "symfony/http-client": "^4.4 || ^5.0 || ^6.0 || ^7.0",
254 "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0 || ^7.0",
255 "symfony/mime": "^4.4 || ^5.0 || ^6.0 || ^7.0",
256 "yoast/phpunit-polyfills": "^1.0"
258 "type": "mink-driver",
261 "dev-master": "2.x-dev"
266 "Behat\\Mink\\Driver\\": "src/"
269 "notification-url": "https://packagist.org/downloads/",
275 "name": "Konstantin Kudryashov",
276 "email": "ever.zet@gmail.com",
277 "homepage": "http://everzet.com"
280 "description": "Symfony2 BrowserKit driver for Mink framework",
281 "homepage": "https://mink.behat.org/",
289 "issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues",
290 "source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v2.2.0"
292 "time": "2023-12-09T11:30:50+00:00"
295 "name": "behat/transliterator",
299 "url": "https://github.com/Behat/Transliterator.git",
300 "reference": "baac5873bac3749887d28ab68e2f74db3a4408af"
304 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/baac5873bac3749887d28ab68e2f74db3a4408af",
305 "reference": "baac5873bac3749887d28ab68e2f74db3a4408af",
312 "chuyskywalker/rolling-curl": "^3.1",
313 "php-yaoi/php-yaoi": "^1.0",
314 "phpunit/phpunit": "^8.5.25 || ^9.5.19"
319 "dev-master": "1.x-dev"
324 "Behat\\Transliterator\\": "src/Behat/Transliterator"
327 "notification-url": "https://packagist.org/downloads/",
331 "description": "String transliterator",
338 "issues": "https://github.com/Behat/Transliterator/issues",
339 "source": "https://github.com/Behat/Transliterator/tree/v1.5.0"
341 "time": "2022-03-30T09:27:43+00:00"
344 "name": "doctrine/instantiator",
348 "url": "https://github.com/doctrine/instantiator.git",
349 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
353 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
354 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
361 "doctrine/coding-standard": "^11",
364 "phpbench/phpbench": "^1.2",
365 "phpstan/phpstan": "^1.9.4",
366 "phpstan/phpstan-phpunit": "^1.3",
367 "phpunit/phpunit": "^9.5.27",
368 "vimeo/psalm": "^5.4"
373 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
376 "notification-url": "https://packagist.org/downloads/",
382 "name": "Marco Pivetta",
383 "email": "ocramius@gmail.com",
384 "homepage": "https://ocramius.github.io/"
387 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
388 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
394 "issues": "https://github.com/doctrine/instantiator/issues",
395 "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
399 "url": "https://www.doctrine-project.org/sponsorship.html",
403 "url": "https://www.patreon.com/phpdoctrine",
407 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
411 "time": "2022-12-30T00:23:10+00:00"
414 "name": "filp/whoops",
418 "url": "https://github.com/filp/whoops.git",
419 "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546"
423 "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546",
424 "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546",
428 "php": "^5.5.9 || ^7.0 || ^8.0",
429 "psr/log": "^1.0.1 || ^2.0 || ^3.0"
432 "mockery/mockery": "^0.9 || ^1.0",
433 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
434 "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
437 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
438 "whoops/soap": "Formats errors as SOAP responses"
443 "dev-master": "2.7-dev"
448 "Whoops\\": "src/Whoops/"
451 "notification-url": "https://packagist.org/downloads/",
457 "name": "Filipe Dobreira",
458 "homepage": "https://github.com/filp",
462 "description": "php error handling for cool kids",
463 "homepage": "https://filp.github.io/whoops/",
473 "issues": "https://github.com/filp/whoops/issues",
474 "source": "https://github.com/filp/whoops/tree/2.15.4"
478 "url": "https://github.com/denis-sokolov",
482 "time": "2023-11-03T12:00:00+00:00"
485 "name": "friends-of-behat/mink-extension",
489 "url": "https://github.com/FriendsOfBehat/MinkExtension.git",
490 "reference": "854336030e11983f580f49faad1b49a1238f9846"
494 "url": "https://api.github.com/repos/FriendsOfBehat/MinkExtension/zipball/854336030e11983f580f49faad1b49a1238f9846",
495 "reference": "854336030e11983f580f49faad1b49a1238f9846",
499 "behat/behat": "^3.0.5",
500 "behat/mink": "^1.5",
502 "symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0"
505 "behat/mink-extension": "self.version"
508 "behat/mink-goutte-driver": "^1.1 || ^2.0",
509 "phpspec/phpspec": "^6.0 || ^7.0 || 7.1.x-dev"
511 "type": "behat-extension",
514 "dev-master": "2.1.x-dev"
519 "Behat\\MinkExtension": "src/"
522 "notification-url": "https://packagist.org/downloads/",
528 "name": "Konstantin Kudryashov",
529 "email": "ever.zet@gmail.com"
532 "name": "Christophe Coevoet",
533 "email": "stof@notk.org"
536 "description": "Mink extension for Behat",
537 "homepage": "http://extensions.behat.org/mink",
545 "issues": "https://github.com/FriendsOfBehat/MinkExtension/issues",
546 "source": "https://github.com/FriendsOfBehat/MinkExtension/tree/v2.7.5"
548 "time": "2024-01-11T09:12:02+00:00"
551 "name": "masterminds/html5",
555 "url": "https://github.com/Masterminds/html5-php.git",
556 "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf"
560 "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f47dcf3c70c584de14f21143c55d9939631bc6cf",
561 "reference": "f47dcf3c70c584de14f21143c55d9939631bc6cf",
569 "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8"
574 "dev-master": "2.7-dev"
579 "Masterminds\\": "src"
582 "notification-url": "https://packagist.org/downloads/",
588 "name": "Matt Butcher",
589 "email": "technosophos@gmail.com"
592 "name": "Matt Farina",
593 "email": "matt@mattfarina.com"
596 "name": "Asmir Mustafic",
597 "email": "goetas@gmail.com"
600 "description": "An HTML5 parser and serializer.",
601 "homepage": "http://masterminds.github.io/html5-php",
612 "issues": "https://github.com/Masterminds/html5-php/issues",
613 "source": "https://github.com/Masterminds/html5-php/tree/2.8.1"
615 "time": "2023-05-10T11:58:31+00:00"
618 "name": "mikey179/vfsstream",
619 "version": "v1.6.11",
622 "url": "https://github.com/bovigo/vfsStream.git",
623 "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f"
627 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
628 "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f",
635 "phpunit/phpunit": "^4.5|^5.0"
640 "dev-master": "1.6.x-dev"
645 "org\\bovigo\\vfs\\": "src/main/php"
648 "notification-url": "https://packagist.org/downloads/",
654 "name": "Frank Kleine",
655 "homepage": "http://frankkleine.de/",
659 "description": "Virtual file system to mock the real file system in unit tests.",
660 "homepage": "http://vfs.bovigo.org/",
662 "issues": "https://github.com/bovigo/vfsStream/issues",
663 "source": "https://github.com/bovigo/vfsStream/tree/master",
664 "wiki": "https://github.com/bovigo/vfsStream/wiki"
666 "time": "2022-02-23T02:02:42+00:00"
669 "name": "myclabs/deep-copy",
673 "url": "https://github.com/myclabs/DeepCopy.git",
674 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
678 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
679 "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
683 "php": "^7.1 || ^8.0"
686 "doctrine/collections": "<1.6.8",
687 "doctrine/common": "<2.13.3 || >=3,<3.2.2"
690 "doctrine/collections": "^1.6.8",
691 "doctrine/common": "^2.13.3 || ^3.2.2",
692 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
697 "src/DeepCopy/deep_copy.php"
700 "DeepCopy\\": "src/DeepCopy/"
703 "notification-url": "https://packagist.org/downloads/",
707 "description": "Create deep copies (clones) of your objects",
716 "issues": "https://github.com/myclabs/DeepCopy/issues",
717 "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
721 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
725 "time": "2023-03-08T13:26:56+00:00"
728 "name": "nikic/php-parser",
732 "url": "https://github.com/nikic/PHP-Parser.git",
733 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
737 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
738 "reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
744 "ext-tokenizer": "*",
748 "ircmaxell/php-yacc": "^0.0.7",
749 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
757 "dev-master": "5.0-dev"
762 "PhpParser\\": "lib/PhpParser"
765 "notification-url": "https://packagist.org/downloads/",
771 "name": "Nikita Popov"
774 "description": "A PHP parser written in PHP",
780 "issues": "https://github.com/nikic/PHP-Parser/issues",
781 "source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
783 "time": "2024-03-05T20:51:40+00:00"
786 "name": "oleg-andreyev/mink-phpwebdriver",
790 "url": "https://github.com/oleg-andreyev/MinkPhpWebDriver.git",
791 "reference": "c5c2e3177515018b1f209d6b0aff1fc73d324155"
795 "url": "https://api.github.com/repos/oleg-andreyev/MinkPhpWebDriver/zipball/c5c2e3177515018b1f209d6b0aff1fc73d324155",
796 "reference": "c5c2e3177515018b1f209d6b0aff1fc73d324155",
800 "behat/mink": "^1.10",
802 "php-webdriver/webdriver": "^1.14"
805 "bamarni/composer-bin-plugin": "^1.8",
806 "behat/mink-extension": "^2.3",
808 "jetbrains/phpstorm-attributes": "^1.0",
809 "mink/driver-testsuite": "dev-integration-branch",
810 "roave/security-advisories": "dev-master"
812 "type": "mink-driver",
815 "dev-master": "1.3.x-dev"
820 "OAndreyev\\Mink\\Driver\\": "src/"
823 "notification-url": "https://packagist.org/downloads/",
829 "name": "Oleg Andreyev",
830 "email": "oleg@andreyev.lv",
831 "role": "Main Developer"
834 "description": "MinkPhpWebDriver driver for Mink framework",
845 "issues": "https://github.com/oleg-andreyev/MinkPhpWebDriver/issues",
846 "source": "https://github.com/oleg-andreyev/MinkPhpWebDriver/tree/v1.3.1"
848 "time": "2024-01-23T18:51:27+00:00"
851 "name": "phar-io/manifest",
855 "url": "https://github.com/phar-io/manifest.git",
856 "reference": "54750ef60c58e43759730615a392c31c80e23176"
860 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
861 "reference": "54750ef60c58e43759730615a392c31c80e23176",
868 "ext-xmlwriter": "*",
869 "phar-io/version": "^3.0.1",
870 "php": "^7.2 || ^8.0"
875 "dev-master": "2.0.x-dev"
883 "notification-url": "https://packagist.org/downloads/",
889 "name": "Arne Blankerts",
890 "email": "arne@blankerts.de",
894 "name": "Sebastian Heuer",
895 "email": "sebastian@phpeople.de",
899 "name": "Sebastian Bergmann",
900 "email": "sebastian@phpunit.de",
904 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
906 "issues": "https://github.com/phar-io/manifest/issues",
907 "source": "https://github.com/phar-io/manifest/tree/2.0.4"
911 "url": "https://github.com/theseer",
915 "time": "2024-03-03T12:33:53+00:00"
918 "name": "phar-io/version",
922 "url": "https://github.com/phar-io/version.git",
923 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
927 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
928 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
932 "php": "^7.2 || ^8.0"
940 "notification-url": "https://packagist.org/downloads/",
946 "name": "Arne Blankerts",
947 "email": "arne@blankerts.de",
951 "name": "Sebastian Heuer",
952 "email": "sebastian@phpeople.de",
956 "name": "Sebastian Bergmann",
957 "email": "sebastian@phpunit.de",
961 "description": "Library for handling version information and constraints",
963 "issues": "https://github.com/phar-io/version/issues",
964 "source": "https://github.com/phar-io/version/tree/3.2.1"
966 "time": "2022-02-21T01:04:05+00:00"
969 "name": "php-webdriver/webdriver",
973 "url": "https://github.com/php-webdriver/php-webdriver.git",
974 "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8"
978 "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/cd52d9342c5aa738c2e75a67e47a1b6df97154e8",
979 "reference": "cd52d9342c5aa738c2e75a67e47a1b6df97154e8",
986 "php": "^7.3 || ^8.0",
987 "symfony/polyfill-mbstring": "^1.12",
988 "symfony/process": "^5.0 || ^6.0 || ^7.0"
991 "facebook/webdriver": "*"
994 "ergebnis/composer-normalize": "^2.20.0",
995 "ondram/ci-detector": "^4.0",
996 "php-coveralls/php-coveralls": "^2.4",
997 "php-mock/php-mock-phpunit": "^2.0",
998 "php-parallel-lint/php-parallel-lint": "^1.2",
999 "phpunit/phpunit": "^9.3",
1000 "squizlabs/php_codesniffer": "^3.5",
1001 "symfony/var-dumper": "^5.0 || ^6.0"
1004 "ext-SimpleXML": "For Firefox profile creation"
1009 "lib/Exception/TimeoutException.php"
1012 "Facebook\\WebDriver\\": "lib/"
1015 "notification-url": "https://packagist.org/downloads/",
1019 "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
1020 "homepage": "https://github.com/php-webdriver/php-webdriver",
1029 "issues": "https://github.com/php-webdriver/php-webdriver/issues",
1030 "source": "https://github.com/php-webdriver/php-webdriver/tree/1.15.1"
1032 "time": "2023-10-20T12:21:20+00:00"
1035 "name": "phpunit/php-code-coverage",
1036 "version": "9.2.31",
1039 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1040 "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
1044 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
1045 "reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
1051 "ext-xmlwriter": "*",
1052 "nikic/php-parser": "^4.18 || ^5.0",
1054 "phpunit/php-file-iterator": "^3.0.3",
1055 "phpunit/php-text-template": "^2.0.2",
1056 "sebastian/code-unit-reverse-lookup": "^2.0.2",
1057 "sebastian/complexity": "^2.0",
1058 "sebastian/environment": "^5.1.2",
1059 "sebastian/lines-of-code": "^1.0.3",
1060 "sebastian/version": "^3.0.1",
1061 "theseer/tokenizer": "^1.2.0"
1064 "phpunit/phpunit": "^9.3"
1067 "ext-pcov": "PHP extension that provides line coverage",
1068 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
1073 "dev-master": "9.2-dev"
1081 "notification-url": "https://packagist.org/downloads/",
1087 "name": "Sebastian Bergmann",
1088 "email": "sebastian@phpunit.de",
1092 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1093 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1100 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
1101 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
1102 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
1106 "url": "https://github.com/sebastianbergmann",
1110 "time": "2024-03-02T06:37:42+00:00"
1113 "name": "phpunit/php-file-iterator",
1117 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1118 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
1122 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
1123 "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
1130 "phpunit/phpunit": "^9.3"
1135 "dev-master": "3.0-dev"
1143 "notification-url": "https://packagist.org/downloads/",
1149 "name": "Sebastian Bergmann",
1150 "email": "sebastian@phpunit.de",
1154 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1155 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1161 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
1162 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
1166 "url": "https://github.com/sebastianbergmann",
1170 "time": "2021-12-02T12:48:52+00:00"
1173 "name": "phpunit/php-invoker",
1177 "url": "https://github.com/sebastianbergmann/php-invoker.git",
1178 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
1182 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
1183 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
1191 "phpunit/phpunit": "^9.3"
1199 "dev-master": "3.1-dev"
1207 "notification-url": "https://packagist.org/downloads/",
1213 "name": "Sebastian Bergmann",
1214 "email": "sebastian@phpunit.de",
1218 "description": "Invoke callables with a timeout",
1219 "homepage": "https://github.com/sebastianbergmann/php-invoker/",
1224 "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
1225 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
1229 "url": "https://github.com/sebastianbergmann",
1233 "time": "2020-09-28T05:58:55+00:00"
1236 "name": "phpunit/php-text-template",
1240 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1241 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
1245 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
1246 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
1253 "phpunit/phpunit": "^9.3"
1258 "dev-master": "2.0-dev"
1266 "notification-url": "https://packagist.org/downloads/",
1272 "name": "Sebastian Bergmann",
1273 "email": "sebastian@phpunit.de",
1277 "description": "Simple template engine.",
1278 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1283 "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
1284 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
1288 "url": "https://github.com/sebastianbergmann",
1292 "time": "2020-10-26T05:33:50+00:00"
1295 "name": "phpunit/php-timer",
1299 "url": "https://github.com/sebastianbergmann/php-timer.git",
1300 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
1304 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
1305 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
1312 "phpunit/phpunit": "^9.3"
1317 "dev-master": "5.0-dev"
1325 "notification-url": "https://packagist.org/downloads/",
1331 "name": "Sebastian Bergmann",
1332 "email": "sebastian@phpunit.de",
1336 "description": "Utility class for timing",
1337 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1342 "issues": "https://github.com/sebastianbergmann/php-timer/issues",
1343 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
1347 "url": "https://github.com/sebastianbergmann",
1351 "time": "2020-10-26T13:16:10+00:00"
1354 "name": "phpunit/phpunit",
1355 "version": "9.6.18",
1358 "url": "https://github.com/sebastianbergmann/phpunit.git",
1359 "reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04"
1363 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
1364 "reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
1368 "doctrine/instantiator": "^1.3.1 || ^2",
1372 "ext-mbstring": "*",
1374 "ext-xmlwriter": "*",
1375 "myclabs/deep-copy": "^1.10.1",
1376 "phar-io/manifest": "^2.0.3",
1377 "phar-io/version": "^3.0.2",
1379 "phpunit/php-code-coverage": "^9.2.28",
1380 "phpunit/php-file-iterator": "^3.0.5",
1381 "phpunit/php-invoker": "^3.1.1",
1382 "phpunit/php-text-template": "^2.0.3",
1383 "phpunit/php-timer": "^5.0.2",
1384 "sebastian/cli-parser": "^1.0.1",
1385 "sebastian/code-unit": "^1.0.6",
1386 "sebastian/comparator": "^4.0.8",
1387 "sebastian/diff": "^4.0.3",
1388 "sebastian/environment": "^5.1.3",
1389 "sebastian/exporter": "^4.0.5",
1390 "sebastian/global-state": "^5.0.1",
1391 "sebastian/object-enumerator": "^4.0.3",
1392 "sebastian/resource-operations": "^3.0.3",
1393 "sebastian/type": "^3.2",
1394 "sebastian/version": "^3.0.2"
1397 "ext-soap": "To be able to generate mocks based on WSDL files",
1398 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
1406 "dev-master": "9.6-dev"
1411 "src/Framework/Assert/Functions.php"
1417 "notification-url": "https://packagist.org/downloads/",
1423 "name": "Sebastian Bergmann",
1424 "email": "sebastian@phpunit.de",
1428 "description": "The PHP Unit Testing framework.",
1429 "homepage": "https://phpunit.de/",
1436 "issues": "https://github.com/sebastianbergmann/phpunit/issues",
1437 "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
1438 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.18"
1442 "url": "https://phpunit.de/sponsors.html",
1446 "url": "https://github.com/sebastianbergmann",
1450 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
1454 "time": "2024-03-21T12:07:32+00:00"
1457 "name": "psr/container",
1461 "url": "https://github.com/php-fig/container.git",
1462 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
1466 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
1467 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
1476 "dev-master": "2.0.x-dev"
1481 "Psr\\Container\\": "src/"
1484 "notification-url": "https://packagist.org/downloads/",
1491 "homepage": "https://www.php-fig.org/"
1494 "description": "Common Container Interface (PHP FIG PSR-11)",
1495 "homepage": "https://github.com/php-fig/container",
1499 "container-interface",
1500 "container-interop",
1504 "issues": "https://github.com/php-fig/container/issues",
1505 "source": "https://github.com/php-fig/container/tree/2.0.2"
1507 "time": "2021-11-05T16:47:00+00:00"
1510 "name": "psr/event-dispatcher",
1514 "url": "https://github.com/php-fig/event-dispatcher.git",
1515 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
1519 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
1520 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
1529 "dev-master": "1.0.x-dev"
1534 "Psr\\EventDispatcher\\": "src/"
1537 "notification-url": "https://packagist.org/downloads/",
1544 "homepage": "http://www.php-fig.org/"
1547 "description": "Standard interfaces for event handling.",
1554 "issues": "https://github.com/php-fig/event-dispatcher/issues",
1555 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
1557 "time": "2019-01-08T18:20:26+00:00"
1564 "url": "https://github.com/php-fig/log.git",
1565 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
1569 "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
1570 "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
1579 "dev-master": "3.x-dev"
1587 "notification-url": "https://packagist.org/downloads/",
1594 "homepage": "https://www.php-fig.org/"
1597 "description": "Common interface for logging libraries",
1598 "homepage": "https://github.com/php-fig/log",
1605 "source": "https://github.com/php-fig/log/tree/3.0.0"
1607 "time": "2021-07-14T16:46:02+00:00"
1610 "name": "sebastian/cli-parser",
1614 "url": "https://github.com/sebastianbergmann/cli-parser.git",
1615 "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
1619 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
1620 "reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
1627 "phpunit/phpunit": "^9.3"
1632 "dev-master": "1.0-dev"
1640 "notification-url": "https://packagist.org/downloads/",
1646 "name": "Sebastian Bergmann",
1647 "email": "sebastian@phpunit.de",
1651 "description": "Library for parsing CLI options",
1652 "homepage": "https://github.com/sebastianbergmann/cli-parser",
1654 "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
1655 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
1659 "url": "https://github.com/sebastianbergmann",
1663 "time": "2024-03-02T06:27:43+00:00"
1666 "name": "sebastian/code-unit",
1670 "url": "https://github.com/sebastianbergmann/code-unit.git",
1671 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
1675 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
1676 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
1683 "phpunit/phpunit": "^9.3"
1688 "dev-master": "1.0-dev"
1696 "notification-url": "https://packagist.org/downloads/",
1702 "name": "Sebastian Bergmann",
1703 "email": "sebastian@phpunit.de",
1707 "description": "Collection of value objects that represent the PHP code units",
1708 "homepage": "https://github.com/sebastianbergmann/code-unit",
1710 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
1711 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
1715 "url": "https://github.com/sebastianbergmann",
1719 "time": "2020-10-26T13:08:54+00:00"
1722 "name": "sebastian/code-unit-reverse-lookup",
1726 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1727 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
1731 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1732 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
1739 "phpunit/phpunit": "^9.3"
1744 "dev-master": "2.0-dev"
1752 "notification-url": "https://packagist.org/downloads/",
1758 "name": "Sebastian Bergmann",
1759 "email": "sebastian@phpunit.de"
1762 "description": "Looks up which function or method a line of code belongs to",
1763 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1765 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
1766 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
1770 "url": "https://github.com/sebastianbergmann",
1774 "time": "2020-09-28T05:30:19+00:00"
1777 "name": "sebastian/comparator",
1781 "url": "https://github.com/sebastianbergmann/comparator.git",
1782 "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
1786 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
1787 "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
1792 "sebastian/diff": "^4.0",
1793 "sebastian/exporter": "^4.0"
1796 "phpunit/phpunit": "^9.3"
1801 "dev-master": "4.0-dev"
1809 "notification-url": "https://packagist.org/downloads/",
1815 "name": "Sebastian Bergmann",
1816 "email": "sebastian@phpunit.de"
1819 "name": "Jeff Welch",
1820 "email": "whatthejeff@gmail.com"
1823 "name": "Volker Dusch",
1824 "email": "github@wallbash.com"
1827 "name": "Bernhard Schussek",
1828 "email": "bschussek@2bepublished.at"
1831 "description": "Provides the functionality to compare PHP values for equality",
1832 "homepage": "https://github.com/sebastianbergmann/comparator",
1839 "issues": "https://github.com/sebastianbergmann/comparator/issues",
1840 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
1844 "url": "https://github.com/sebastianbergmann",
1848 "time": "2022-09-14T12:41:17+00:00"
1851 "name": "sebastian/complexity",
1855 "url": "https://github.com/sebastianbergmann/complexity.git",
1856 "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
1860 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
1861 "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
1865 "nikic/php-parser": "^4.18 || ^5.0",
1869 "phpunit/phpunit": "^9.3"
1874 "dev-master": "2.0-dev"
1882 "notification-url": "https://packagist.org/downloads/",
1888 "name": "Sebastian Bergmann",
1889 "email": "sebastian@phpunit.de",
1893 "description": "Library for calculating the complexity of PHP code units",
1894 "homepage": "https://github.com/sebastianbergmann/complexity",
1896 "issues": "https://github.com/sebastianbergmann/complexity/issues",
1897 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
1901 "url": "https://github.com/sebastianbergmann",
1905 "time": "2023-12-22T06:19:30+00:00"
1908 "name": "sebastian/diff",
1912 "url": "https://github.com/sebastianbergmann/diff.git",
1913 "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
1917 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
1918 "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
1925 "phpunit/phpunit": "^9.3",
1926 "symfony/process": "^4.2 || ^5"
1931 "dev-master": "4.0-dev"
1939 "notification-url": "https://packagist.org/downloads/",
1945 "name": "Sebastian Bergmann",
1946 "email": "sebastian@phpunit.de"
1949 "name": "Kore Nordmann",
1950 "email": "mail@kore-nordmann.de"
1953 "description": "Diff implementation",
1954 "homepage": "https://github.com/sebastianbergmann/diff",
1962 "issues": "https://github.com/sebastianbergmann/diff/issues",
1963 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
1967 "url": "https://github.com/sebastianbergmann",
1971 "time": "2024-03-02T06:30:58+00:00"
1974 "name": "sebastian/environment",
1978 "url": "https://github.com/sebastianbergmann/environment.git",
1979 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
1983 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
1984 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
1991 "phpunit/phpunit": "^9.3"
1999 "dev-master": "5.1-dev"
2007 "notification-url": "https://packagist.org/downloads/",
2013 "name": "Sebastian Bergmann",
2014 "email": "sebastian@phpunit.de"
2017 "description": "Provides functionality to handle HHVM/PHP environments",
2018 "homepage": "http://www.github.com/sebastianbergmann/environment",
2025 "issues": "https://github.com/sebastianbergmann/environment/issues",
2026 "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
2030 "url": "https://github.com/sebastianbergmann",
2034 "time": "2023-02-03T06:03:51+00:00"
2037 "name": "sebastian/exporter",
2041 "url": "https://github.com/sebastianbergmann/exporter.git",
2042 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
2046 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
2047 "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
2052 "sebastian/recursion-context": "^4.0"
2055 "ext-mbstring": "*",
2056 "phpunit/phpunit": "^9.3"
2061 "dev-master": "4.0-dev"
2069 "notification-url": "https://packagist.org/downloads/",
2075 "name": "Sebastian Bergmann",
2076 "email": "sebastian@phpunit.de"
2079 "name": "Jeff Welch",
2080 "email": "whatthejeff@gmail.com"
2083 "name": "Volker Dusch",
2084 "email": "github@wallbash.com"
2087 "name": "Adam Harvey",
2088 "email": "aharvey@php.net"
2091 "name": "Bernhard Schussek",
2092 "email": "bschussek@gmail.com"
2095 "description": "Provides the functionality to export PHP variables for visualization",
2096 "homepage": "https://www.github.com/sebastianbergmann/exporter",
2102 "issues": "https://github.com/sebastianbergmann/exporter/issues",
2103 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
2107 "url": "https://github.com/sebastianbergmann",
2111 "time": "2024-03-02T06:33:00+00:00"
2114 "name": "sebastian/global-state",
2118 "url": "https://github.com/sebastianbergmann/global-state.git",
2119 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
2123 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
2124 "reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
2129 "sebastian/object-reflector": "^2.0",
2130 "sebastian/recursion-context": "^4.0"
2134 "phpunit/phpunit": "^9.3"
2142 "dev-master": "5.0-dev"
2150 "notification-url": "https://packagist.org/downloads/",
2156 "name": "Sebastian Bergmann",
2157 "email": "sebastian@phpunit.de"
2160 "description": "Snapshotting of global state",
2161 "homepage": "http://www.github.com/sebastianbergmann/global-state",
2166 "issues": "https://github.com/sebastianbergmann/global-state/issues",
2167 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
2171 "url": "https://github.com/sebastianbergmann",
2175 "time": "2024-03-02T06:35:11+00:00"
2178 "name": "sebastian/lines-of-code",
2182 "url": "https://github.com/sebastianbergmann/lines-of-code.git",
2183 "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
2187 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
2188 "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
2192 "nikic/php-parser": "^4.18 || ^5.0",
2196 "phpunit/phpunit": "^9.3"
2201 "dev-master": "1.0-dev"
2209 "notification-url": "https://packagist.org/downloads/",
2215 "name": "Sebastian Bergmann",
2216 "email": "sebastian@phpunit.de",
2220 "description": "Library for counting the lines of code in PHP source code",
2221 "homepage": "https://github.com/sebastianbergmann/lines-of-code",
2223 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
2224 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
2228 "url": "https://github.com/sebastianbergmann",
2232 "time": "2023-12-22T06:20:34+00:00"
2235 "name": "sebastian/object-enumerator",
2239 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2240 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
2244 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
2245 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
2250 "sebastian/object-reflector": "^2.0",
2251 "sebastian/recursion-context": "^4.0"
2254 "phpunit/phpunit": "^9.3"
2259 "dev-master": "4.0-dev"
2267 "notification-url": "https://packagist.org/downloads/",
2273 "name": "Sebastian Bergmann",
2274 "email": "sebastian@phpunit.de"
2277 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2278 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2280 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
2281 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
2285 "url": "https://github.com/sebastianbergmann",
2289 "time": "2020-10-26T13:12:34+00:00"
2292 "name": "sebastian/object-reflector",
2296 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2297 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
2301 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2302 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2309 "phpunit/phpunit": "^9.3"
2314 "dev-master": "2.0-dev"
2322 "notification-url": "https://packagist.org/downloads/",
2328 "name": "Sebastian Bergmann",
2329 "email": "sebastian@phpunit.de"
2332 "description": "Allows reflection of object attributes, including inherited and non-public ones",
2333 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2335 "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
2336 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
2340 "url": "https://github.com/sebastianbergmann",
2344 "time": "2020-10-26T13:14:26+00:00"
2347 "name": "sebastian/recursion-context",
2351 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2352 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
2356 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
2357 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
2364 "phpunit/phpunit": "^9.3"
2369 "dev-master": "4.0-dev"
2377 "notification-url": "https://packagist.org/downloads/",
2383 "name": "Sebastian Bergmann",
2384 "email": "sebastian@phpunit.de"
2387 "name": "Jeff Welch",
2388 "email": "whatthejeff@gmail.com"
2391 "name": "Adam Harvey",
2392 "email": "aharvey@php.net"
2395 "description": "Provides functionality to recursively process PHP variables",
2396 "homepage": "https://github.com/sebastianbergmann/recursion-context",
2398 "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
2399 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
2403 "url": "https://github.com/sebastianbergmann",
2407 "time": "2023-02-03T06:07:39+00:00"
2410 "name": "sebastian/resource-operations",
2414 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2415 "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
2419 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
2420 "reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
2427 "phpunit/phpunit": "^9.0"
2432 "dev-main": "3.0-dev"
2440 "notification-url": "https://packagist.org/downloads/",
2446 "name": "Sebastian Bergmann",
2447 "email": "sebastian@phpunit.de"
2450 "description": "Provides a list of PHP built-in functions that operate on resources",
2451 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2453 "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
2457 "url": "https://github.com/sebastianbergmann",
2461 "time": "2024-03-14T16:00:52+00:00"
2464 "name": "sebastian/type",
2468 "url": "https://github.com/sebastianbergmann/type.git",
2469 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
2473 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
2474 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
2481 "phpunit/phpunit": "^9.5"
2486 "dev-master": "3.2-dev"
2494 "notification-url": "https://packagist.org/downloads/",
2500 "name": "Sebastian Bergmann",
2501 "email": "sebastian@phpunit.de",
2505 "description": "Collection of value objects that represent the types of the PHP type system",
2506 "homepage": "https://github.com/sebastianbergmann/type",
2508 "issues": "https://github.com/sebastianbergmann/type/issues",
2509 "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
2513 "url": "https://github.com/sebastianbergmann",
2517 "time": "2023-02-03T06:13:03+00:00"
2520 "name": "sebastian/version",
2524 "url": "https://github.com/sebastianbergmann/version.git",
2525 "reference": "c6c1022351a901512170118436c764e473f6de8c"
2529 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
2530 "reference": "c6c1022351a901512170118436c764e473f6de8c",
2539 "dev-master": "3.0-dev"
2547 "notification-url": "https://packagist.org/downloads/",
2553 "name": "Sebastian Bergmann",
2554 "email": "sebastian@phpunit.de",
2558 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2559 "homepage": "https://github.com/sebastianbergmann/version",
2561 "issues": "https://github.com/sebastianbergmann/version/issues",
2562 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
2566 "url": "https://github.com/sebastianbergmann",
2570 "time": "2020-09-28T06:39:44+00:00"
2573 "name": "symfony/browser-kit",
2574 "version": "v6.4.3",
2577 "url": "https://github.com/symfony/browser-kit.git",
2578 "reference": "495ffa2e6d17e199213f93768efa01af32bbf70e"
2582 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/495ffa2e6d17e199213f93768efa01af32bbf70e",
2583 "reference": "495ffa2e6d17e199213f93768efa01af32bbf70e",
2588 "symfony/dom-crawler": "^5.4|^6.0|^7.0"
2591 "symfony/css-selector": "^5.4|^6.0|^7.0",
2592 "symfony/http-client": "^5.4|^6.0|^7.0",
2593 "symfony/mime": "^5.4|^6.0|^7.0",
2594 "symfony/process": "^5.4|^6.0|^7.0"
2599 "Symfony\\Component\\BrowserKit\\": ""
2601 "exclude-from-classmap": [
2605 "notification-url": "https://packagist.org/downloads/",
2611 "name": "Fabien Potencier",
2612 "email": "fabien@symfony.com"
2615 "name": "Symfony Community",
2616 "homepage": "https://symfony.com/contributors"
2619 "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
2620 "homepage": "https://symfony.com",
2622 "source": "https://github.com/symfony/browser-kit/tree/v6.4.3"
2626 "url": "https://symfony.com/sponsor",
2630 "url": "https://github.com/fabpot",
2634 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2638 "time": "2024-01-23T14:51:35+00:00"
2641 "name": "symfony/config",
2642 "version": "v6.4.4",
2645 "url": "https://github.com/symfony/config.git",
2646 "reference": "6ea4affc27f2086c9d16b92ab5429ce1e3c38047"
2650 "url": "https://api.github.com/repos/symfony/config/zipball/6ea4affc27f2086c9d16b92ab5429ce1e3c38047",
2651 "reference": "6ea4affc27f2086c9d16b92ab5429ce1e3c38047",
2656 "symfony/deprecation-contracts": "^2.5|^3",
2657 "symfony/filesystem": "^5.4|^6.0|^7.0",
2658 "symfony/polyfill-ctype": "~1.8"
2661 "symfony/finder": "<5.4",
2662 "symfony/service-contracts": "<2.5"
2665 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
2666 "symfony/finder": "^5.4|^6.0|^7.0",
2667 "symfony/messenger": "^5.4|^6.0|^7.0",
2668 "symfony/service-contracts": "^2.5|^3",
2669 "symfony/yaml": "^5.4|^6.0|^7.0"
2674 "Symfony\\Component\\Config\\": ""
2676 "exclude-from-classmap": [
2680 "notification-url": "https://packagist.org/downloads/",
2686 "name": "Fabien Potencier",
2687 "email": "fabien@symfony.com"
2690 "name": "Symfony Community",
2691 "homepage": "https://symfony.com/contributors"
2694 "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
2695 "homepage": "https://symfony.com",
2697 "source": "https://github.com/symfony/config/tree/v6.4.4"
2701 "url": "https://symfony.com/sponsor",
2705 "url": "https://github.com/fabpot",
2709 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2713 "time": "2024-02-26T07:52:26+00:00"
2716 "name": "symfony/console",
2717 "version": "v6.4.4",
2720 "url": "https://github.com/symfony/console.git",
2721 "reference": "0d9e4eb5ad413075624378f474c4167ea202de78"
2725 "url": "https://api.github.com/repos/symfony/console/zipball/0d9e4eb5ad413075624378f474c4167ea202de78",
2726 "reference": "0d9e4eb5ad413075624378f474c4167ea202de78",
2731 "symfony/deprecation-contracts": "^2.5|^3",
2732 "symfony/polyfill-mbstring": "~1.0",
2733 "symfony/service-contracts": "^2.5|^3",
2734 "symfony/string": "^5.4|^6.0|^7.0"
2737 "symfony/dependency-injection": "<5.4",
2738 "symfony/dotenv": "<5.4",
2739 "symfony/event-dispatcher": "<5.4",
2740 "symfony/lock": "<5.4",
2741 "symfony/process": "<5.4"
2744 "psr/log-implementation": "1.0|2.0|3.0"
2747 "psr/log": "^1|^2|^3",
2748 "symfony/config": "^5.4|^6.0|^7.0",
2749 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
2750 "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
2751 "symfony/http-foundation": "^6.4|^7.0",
2752 "symfony/http-kernel": "^6.4|^7.0",
2753 "symfony/lock": "^5.4|^6.0|^7.0",
2754 "symfony/messenger": "^5.4|^6.0|^7.0",
2755 "symfony/process": "^5.4|^6.0|^7.0",
2756 "symfony/stopwatch": "^5.4|^6.0|^7.0",
2757 "symfony/var-dumper": "^5.4|^6.0|^7.0"
2762 "Symfony\\Component\\Console\\": ""
2764 "exclude-from-classmap": [
2768 "notification-url": "https://packagist.org/downloads/",
2774 "name": "Fabien Potencier",
2775 "email": "fabien@symfony.com"
2778 "name": "Symfony Community",
2779 "homepage": "https://symfony.com/contributors"
2782 "description": "Eases the creation of beautiful and testable command line interfaces",
2783 "homepage": "https://symfony.com",
2791 "source": "https://github.com/symfony/console/tree/v6.4.4"
2795 "url": "https://symfony.com/sponsor",
2799 "url": "https://github.com/fabpot",
2803 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2807 "time": "2024-02-22T20:27:10+00:00"
2810 "name": "symfony/css-selector",
2811 "version": "v6.4.3",
2814 "url": "https://github.com/symfony/css-selector.git",
2815 "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229"
2819 "url": "https://api.github.com/repos/symfony/css-selector/zipball/ee0f7ed5cf298cc019431bb3b3977ebc52b86229",
2820 "reference": "ee0f7ed5cf298cc019431bb3b3977ebc52b86229",
2829 "Symfony\\Component\\CssSelector\\": ""
2831 "exclude-from-classmap": [
2835 "notification-url": "https://packagist.org/downloads/",
2841 "name": "Fabien Potencier",
2842 "email": "fabien@symfony.com"
2845 "name": "Jean-François Simon",
2846 "email": "jeanfrancois.simon@sensiolabs.com"
2849 "name": "Symfony Community",
2850 "homepage": "https://symfony.com/contributors"
2853 "description": "Converts CSS selectors to XPath expressions",
2854 "homepage": "https://symfony.com",
2856 "source": "https://github.com/symfony/css-selector/tree/v6.4.3"
2860 "url": "https://symfony.com/sponsor",
2864 "url": "https://github.com/fabpot",
2868 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2872 "time": "2024-01-23T14:51:35+00:00"
2875 "name": "symfony/dependency-injection",
2876 "version": "v6.4.4",
2879 "url": "https://github.com/symfony/dependency-injection.git",
2880 "reference": "6236e5e843cb763e9d0f74245678b994afea5363"
2884 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6236e5e843cb763e9d0f74245678b994afea5363",
2885 "reference": "6236e5e843cb763e9d0f74245678b994afea5363",
2890 "psr/container": "^1.1|^2.0",
2891 "symfony/deprecation-contracts": "^2.5|^3",
2892 "symfony/service-contracts": "^2.5|^3.0",
2893 "symfony/var-exporter": "^6.2.10|^7.0"
2896 "ext-psr": "<1.1|>=2",
2897 "symfony/config": "<6.1",
2898 "symfony/finder": "<5.4",
2899 "symfony/proxy-manager-bridge": "<6.3",
2900 "symfony/yaml": "<5.4"
2903 "psr/container-implementation": "1.1|2.0",
2904 "symfony/service-implementation": "1.1|2.0|3.0"
2907 "symfony/config": "^6.1|^7.0",
2908 "symfony/expression-language": "^5.4|^6.0|^7.0",
2909 "symfony/yaml": "^5.4|^6.0|^7.0"
2914 "Symfony\\Component\\DependencyInjection\\": ""
2916 "exclude-from-classmap": [
2920 "notification-url": "https://packagist.org/downloads/",
2926 "name": "Fabien Potencier",
2927 "email": "fabien@symfony.com"
2930 "name": "Symfony Community",
2931 "homepage": "https://symfony.com/contributors"
2934 "description": "Allows you to standardize and centralize the way objects are constructed in your application",
2935 "homepage": "https://symfony.com",
2937 "source": "https://github.com/symfony/dependency-injection/tree/v6.4.4"
2941 "url": "https://symfony.com/sponsor",
2945 "url": "https://github.com/fabpot",
2949 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2953 "time": "2024-02-22T20:27:10+00:00"
2956 "name": "symfony/deprecation-contracts",
2957 "version": "v3.4.0",
2960 "url": "https://github.com/symfony/deprecation-contracts.git",
2961 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
2965 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
2966 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
2975 "dev-main": "3.4-dev"
2978 "name": "symfony/contracts",
2979 "url": "https://github.com/symfony/contracts"
2987 "notification-url": "https://packagist.org/downloads/",
2993 "name": "Nicolas Grekas",
2994 "email": "p@tchwork.com"
2997 "name": "Symfony Community",
2998 "homepage": "https://symfony.com/contributors"
3001 "description": "A generic function and convention to trigger deprecation notices",
3002 "homepage": "https://symfony.com",
3004 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
3008 "url": "https://symfony.com/sponsor",
3012 "url": "https://github.com/fabpot",
3016 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3020 "time": "2023-05-23T14:45:45+00:00"
3023 "name": "symfony/dom-crawler",
3024 "version": "v6.4.4",
3027 "url": "https://github.com/symfony/dom-crawler.git",
3028 "reference": "f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531"
3032 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531",
3033 "reference": "f0e7ec3fa17000e2d0cb4557b4b47c88a6a63531",
3037 "masterminds/html5": "^2.6",
3039 "symfony/polyfill-ctype": "~1.8",
3040 "symfony/polyfill-mbstring": "~1.0"
3043 "symfony/css-selector": "^5.4|^6.0|^7.0"
3048 "Symfony\\Component\\DomCrawler\\": ""
3050 "exclude-from-classmap": [
3054 "notification-url": "https://packagist.org/downloads/",
3060 "name": "Fabien Potencier",
3061 "email": "fabien@symfony.com"
3064 "name": "Symfony Community",
3065 "homepage": "https://symfony.com/contributors"
3068 "description": "Eases DOM navigation for HTML and XML documents",
3069 "homepage": "https://symfony.com",
3071 "source": "https://github.com/symfony/dom-crawler/tree/v6.4.4"
3075 "url": "https://symfony.com/sponsor",
3079 "url": "https://github.com/fabpot",
3083 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3087 "time": "2024-02-07T09:17:57+00:00"
3090 "name": "symfony/event-dispatcher",
3091 "version": "v6.4.3",
3094 "url": "https://github.com/symfony/event-dispatcher.git",
3095 "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef"
3099 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
3100 "reference": "ae9d3a6f3003a6caf56acd7466d8d52378d44fef",
3105 "symfony/event-dispatcher-contracts": "^2.5|^3"
3108 "symfony/dependency-injection": "<5.4",
3109 "symfony/service-contracts": "<2.5"
3112 "psr/event-dispatcher-implementation": "1.0",
3113 "symfony/event-dispatcher-implementation": "2.0|3.0"
3116 "psr/log": "^1|^2|^3",
3117 "symfony/config": "^5.4|^6.0|^7.0",
3118 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
3119 "symfony/error-handler": "^5.4|^6.0|^7.0",
3120 "symfony/expression-language": "^5.4|^6.0|^7.0",
3121 "symfony/http-foundation": "^5.4|^6.0|^7.0",
3122 "symfony/service-contracts": "^2.5|^3",
3123 "symfony/stopwatch": "^5.4|^6.0|^7.0"
3128 "Symfony\\Component\\EventDispatcher\\": ""
3130 "exclude-from-classmap": [
3134 "notification-url": "https://packagist.org/downloads/",
3140 "name": "Fabien Potencier",
3141 "email": "fabien@symfony.com"
3144 "name": "Symfony Community",
3145 "homepage": "https://symfony.com/contributors"
3148 "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
3149 "homepage": "https://symfony.com",
3151 "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.3"
3155 "url": "https://symfony.com/sponsor",
3159 "url": "https://github.com/fabpot",
3163 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3167 "time": "2024-01-23T14:51:35+00:00"
3170 "name": "symfony/event-dispatcher-contracts",
3171 "version": "v3.4.0",
3174 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
3175 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
3179 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
3180 "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
3185 "psr/event-dispatcher": "^1"
3190 "dev-main": "3.4-dev"
3193 "name": "symfony/contracts",
3194 "url": "https://github.com/symfony/contracts"
3199 "Symfony\\Contracts\\EventDispatcher\\": ""
3202 "notification-url": "https://packagist.org/downloads/",
3208 "name": "Nicolas Grekas",
3209 "email": "p@tchwork.com"
3212 "name": "Symfony Community",
3213 "homepage": "https://symfony.com/contributors"
3216 "description": "Generic abstractions related to dispatching event",
3217 "homepage": "https://symfony.com",
3227 "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
3231 "url": "https://symfony.com/sponsor",
3235 "url": "https://github.com/fabpot",
3239 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3243 "time": "2023-05-23T14:45:45+00:00"
3246 "name": "symfony/filesystem",
3247 "version": "v6.4.3",
3250 "url": "https://github.com/symfony/filesystem.git",
3251 "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb"
3255 "url": "https://api.github.com/repos/symfony/filesystem/zipball/7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
3256 "reference": "7f3b1755eb49297a0827a7575d5d2b2fd11cc9fb",
3261 "symfony/polyfill-ctype": "~1.8",
3262 "symfony/polyfill-mbstring": "~1.8"
3267 "Symfony\\Component\\Filesystem\\": ""
3269 "exclude-from-classmap": [
3273 "notification-url": "https://packagist.org/downloads/",
3279 "name": "Fabien Potencier",
3280 "email": "fabien@symfony.com"
3283 "name": "Symfony Community",
3284 "homepage": "https://symfony.com/contributors"
3287 "description": "Provides basic utilities for the filesystem",
3288 "homepage": "https://symfony.com",
3290 "source": "https://github.com/symfony/filesystem/tree/v6.4.3"
3294 "url": "https://symfony.com/sponsor",
3298 "url": "https://github.com/fabpot",
3302 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3306 "time": "2024-01-23T14:51:35+00:00"
3309 "name": "symfony/http-client",
3310 "version": "v6.4.5",
3313 "url": "https://github.com/symfony/http-client.git",
3314 "reference": "f3c86a60a3615f466333a11fd42010d4382a82c7"
3318 "url": "https://api.github.com/repos/symfony/http-client/zipball/f3c86a60a3615f466333a11fd42010d4382a82c7",
3319 "reference": "f3c86a60a3615f466333a11fd42010d4382a82c7",
3324 "psr/log": "^1|^2|^3",
3325 "symfony/deprecation-contracts": "^2.5|^3",
3326 "symfony/http-client-contracts": "^3",
3327 "symfony/service-contracts": "^2.5|^3"
3330 "php-http/discovery": "<1.15",
3331 "symfony/http-foundation": "<6.3"
3334 "php-http/async-client-implementation": "*",
3335 "php-http/client-implementation": "*",
3336 "psr/http-client-implementation": "1.0",
3337 "symfony/http-client-implementation": "3.0"
3340 "amphp/amp": "^2.5",
3341 "amphp/http-client": "^4.2.1",
3342 "amphp/http-tunnel": "^1.0",
3343 "amphp/socket": "^1.1",
3344 "guzzlehttp/promises": "^1.4",
3345 "nyholm/psr7": "^1.0",
3346 "php-http/httplug": "^1.0|^2.0",
3347 "psr/http-client": "^1.0",
3348 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
3349 "symfony/http-kernel": "^5.4|^6.0|^7.0",
3350 "symfony/messenger": "^5.4|^6.0|^7.0",
3351 "symfony/process": "^5.4|^6.0|^7.0",
3352 "symfony/stopwatch": "^5.4|^6.0|^7.0"
3357 "Symfony\\Component\\HttpClient\\": ""
3359 "exclude-from-classmap": [
3363 "notification-url": "https://packagist.org/downloads/",
3369 "name": "Nicolas Grekas",
3370 "email": "p@tchwork.com"
3373 "name": "Symfony Community",
3374 "homepage": "https://symfony.com/contributors"
3377 "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously",
3378 "homepage": "https://symfony.com",
3383 "source": "https://github.com/symfony/http-client/tree/v6.4.5"
3387 "url": "https://symfony.com/sponsor",
3391 "url": "https://github.com/fabpot",
3395 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3399 "time": "2024-03-02T12:45:30+00:00"
3402 "name": "symfony/http-client-contracts",
3403 "version": "v3.4.0",
3406 "url": "https://github.com/symfony/http-client-contracts.git",
3407 "reference": "1ee70e699b41909c209a0c930f11034b93578654"
3411 "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1ee70e699b41909c209a0c930f11034b93578654",
3412 "reference": "1ee70e699b41909c209a0c930f11034b93578654",
3421 "dev-main": "3.4-dev"
3424 "name": "symfony/contracts",
3425 "url": "https://github.com/symfony/contracts"
3430 "Symfony\\Contracts\\HttpClient\\": ""
3432 "exclude-from-classmap": [
3436 "notification-url": "https://packagist.org/downloads/",
3442 "name": "Nicolas Grekas",
3443 "email": "p@tchwork.com"
3446 "name": "Symfony Community",
3447 "homepage": "https://symfony.com/contributors"
3450 "description": "Generic abstractions related to HTTP clients",
3451 "homepage": "https://symfony.com",
3461 "source": "https://github.com/symfony/http-client-contracts/tree/v3.4.0"
3465 "url": "https://symfony.com/sponsor",
3469 "url": "https://github.com/fabpot",
3473 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3477 "time": "2023-07-30T20:28:31+00:00"
3480 "name": "symfony/mime",
3481 "version": "v6.4.3",
3484 "url": "https://github.com/symfony/mime.git",
3485 "reference": "5017e0a9398c77090b7694be46f20eb796262a34"
3489 "url": "https://api.github.com/repos/symfony/mime/zipball/5017e0a9398c77090b7694be46f20eb796262a34",
3490 "reference": "5017e0a9398c77090b7694be46f20eb796262a34",
3495 "symfony/deprecation-contracts": "^2.5|^3",
3496 "symfony/polyfill-intl-idn": "^1.10",
3497 "symfony/polyfill-mbstring": "^1.0"
3500 "egulias/email-validator": "~3.0.0",
3501 "phpdocumentor/reflection-docblock": "<3.2.2",
3502 "phpdocumentor/type-resolver": "<1.4.0",
3503 "symfony/mailer": "<5.4",
3504 "symfony/serializer": "<6.3.2"
3507 "egulias/email-validator": "^2.1.10|^3.1|^4",
3508 "league/html-to-markdown": "^5.0",
3509 "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
3510 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
3511 "symfony/property-access": "^5.4|^6.0|^7.0",
3512 "symfony/property-info": "^5.4|^6.0|^7.0",
3513 "symfony/serializer": "^6.3.2|^7.0"
3518 "Symfony\\Component\\Mime\\": ""
3520 "exclude-from-classmap": [
3524 "notification-url": "https://packagist.org/downloads/",
3530 "name": "Fabien Potencier",
3531 "email": "fabien@symfony.com"
3534 "name": "Symfony Community",
3535 "homepage": "https://symfony.com/contributors"
3538 "description": "Allows manipulating MIME messages",
3539 "homepage": "https://symfony.com",
3545 "source": "https://github.com/symfony/mime/tree/v6.4.3"
3549 "url": "https://symfony.com/sponsor",
3553 "url": "https://github.com/fabpot",
3557 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3561 "time": "2024-01-30T08:32:12+00:00"
3564 "name": "symfony/polyfill-ctype",
3565 "version": "v1.29.0",
3568 "url": "https://github.com/symfony/polyfill-ctype.git",
3569 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
3573 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
3574 "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
3584 "ext-ctype": "For best performance"
3589 "name": "symfony/polyfill",
3590 "url": "https://github.com/symfony/polyfill"
3598 "Symfony\\Polyfill\\Ctype\\": ""
3601 "notification-url": "https://packagist.org/downloads/",
3607 "name": "Gert de Pagter",
3608 "email": "BackEndTea@gmail.com"
3611 "name": "Symfony Community",
3612 "homepage": "https://symfony.com/contributors"
3615 "description": "Symfony polyfill for ctype functions",
3616 "homepage": "https://symfony.com",
3624 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
3628 "url": "https://symfony.com/sponsor",
3632 "url": "https://github.com/fabpot",
3636 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3640 "time": "2024-01-29T20:11:03+00:00"
3643 "name": "symfony/polyfill-intl-grapheme",
3644 "version": "v1.29.0",
3647 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
3648 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f"
3652 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f",
3653 "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f",
3660 "ext-intl": "For best performance"
3665 "name": "symfony/polyfill",
3666 "url": "https://github.com/symfony/polyfill"
3674 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
3677 "notification-url": "https://packagist.org/downloads/",
3683 "name": "Nicolas Grekas",
3684 "email": "p@tchwork.com"
3687 "name": "Symfony Community",
3688 "homepage": "https://symfony.com/contributors"
3691 "description": "Symfony polyfill for intl's grapheme_* functions",
3692 "homepage": "https://symfony.com",
3702 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0"
3706 "url": "https://symfony.com/sponsor",
3710 "url": "https://github.com/fabpot",
3714 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3718 "time": "2024-01-29T20:11:03+00:00"
3721 "name": "symfony/polyfill-intl-idn",
3722 "version": "v1.29.0",
3725 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3726 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919"
3730 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a287ed7475f85bf6f61890146edbc932c0fff919",
3731 "reference": "a287ed7475f85bf6f61890146edbc932c0fff919",
3736 "symfony/polyfill-intl-normalizer": "^1.10",
3737 "symfony/polyfill-php72": "^1.10"
3740 "ext-intl": "For best performance"
3745 "name": "symfony/polyfill",
3746 "url": "https://github.com/symfony/polyfill"
3754 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3757 "notification-url": "https://packagist.org/downloads/",
3763 "name": "Laurent Bassin",
3764 "email": "laurent@bassin.info"
3767 "name": "Trevor Rowbotham",
3768 "email": "trevor.rowbotham@pm.me"
3771 "name": "Symfony Community",
3772 "homepage": "https://symfony.com/contributors"
3775 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3776 "homepage": "https://symfony.com",
3786 "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.29.0"
3790 "url": "https://symfony.com/sponsor",
3794 "url": "https://github.com/fabpot",
3798 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3802 "time": "2024-01-29T20:11:03+00:00"
3805 "name": "symfony/polyfill-intl-normalizer",
3806 "version": "v1.29.0",
3809 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
3810 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d"
3814 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d",
3815 "reference": "bc45c394692b948b4d383a08d7753968bed9a83d",
3822 "ext-intl": "For best performance"
3827 "name": "symfony/polyfill",
3828 "url": "https://github.com/symfony/polyfill"
3836 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
3842 "notification-url": "https://packagist.org/downloads/",
3848 "name": "Nicolas Grekas",
3849 "email": "p@tchwork.com"
3852 "name": "Symfony Community",
3853 "homepage": "https://symfony.com/contributors"
3856 "description": "Symfony polyfill for intl's Normalizer class and related functions",
3857 "homepage": "https://symfony.com",
3867 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0"
3871 "url": "https://symfony.com/sponsor",
3875 "url": "https://github.com/fabpot",
3879 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3883 "time": "2024-01-29T20:11:03+00:00"
3886 "name": "symfony/polyfill-mbstring",
3887 "version": "v1.29.0",
3890 "url": "https://github.com/symfony/polyfill-mbstring.git",
3891 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec"
3895 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
3896 "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec",
3906 "ext-mbstring": "For best performance"
3911 "name": "symfony/polyfill",
3912 "url": "https://github.com/symfony/polyfill"
3920 "Symfony\\Polyfill\\Mbstring\\": ""
3923 "notification-url": "https://packagist.org/downloads/",
3929 "name": "Nicolas Grekas",
3930 "email": "p@tchwork.com"
3933 "name": "Symfony Community",
3934 "homepage": "https://symfony.com/contributors"
3937 "description": "Symfony polyfill for the Mbstring extension",
3938 "homepage": "https://symfony.com",
3947 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0"
3951 "url": "https://symfony.com/sponsor",
3955 "url": "https://github.com/fabpot",
3959 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3963 "time": "2024-01-29T20:11:03+00:00"
3966 "name": "symfony/polyfill-php72",
3967 "version": "v1.29.0",
3970 "url": "https://github.com/symfony/polyfill-php72.git",
3971 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
3975 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
3976 "reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
3985 "name": "symfony/polyfill",
3986 "url": "https://github.com/symfony/polyfill"
3994 "Symfony\\Polyfill\\Php72\\": ""
3997 "notification-url": "https://packagist.org/downloads/",
4003 "name": "Nicolas Grekas",
4004 "email": "p@tchwork.com"
4007 "name": "Symfony Community",
4008 "homepage": "https://symfony.com/contributors"
4011 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
4012 "homepage": "https://symfony.com",
4020 "source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
4024 "url": "https://symfony.com/sponsor",
4028 "url": "https://github.com/fabpot",
4032 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4036 "time": "2024-01-29T20:11:03+00:00"
4039 "name": "symfony/process",
4040 "version": "v6.4.4",
4043 "url": "https://github.com/symfony/process.git",
4044 "reference": "710e27879e9be3395de2b98da3f52a946039f297"
4048 "url": "https://api.github.com/repos/symfony/process/zipball/710e27879e9be3395de2b98da3f52a946039f297",
4049 "reference": "710e27879e9be3395de2b98da3f52a946039f297",
4058 "Symfony\\Component\\Process\\": ""
4060 "exclude-from-classmap": [
4064 "notification-url": "https://packagist.org/downloads/",
4070 "name": "Fabien Potencier",
4071 "email": "fabien@symfony.com"
4074 "name": "Symfony Community",
4075 "homepage": "https://symfony.com/contributors"
4078 "description": "Executes commands in sub-processes",
4079 "homepage": "https://symfony.com",
4081 "source": "https://github.com/symfony/process/tree/v6.4.4"
4085 "url": "https://symfony.com/sponsor",
4089 "url": "https://github.com/fabpot",
4093 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4097 "time": "2024-02-20T12:31:00+00:00"
4100 "name": "symfony/service-contracts",
4101 "version": "v3.4.1",
4104 "url": "https://github.com/symfony/service-contracts.git",
4105 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
4109 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
4110 "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
4115 "psr/container": "^1.1|^2.0"
4118 "ext-psr": "<1.1|>=2"
4123 "dev-main": "3.4-dev"
4126 "name": "symfony/contracts",
4127 "url": "https://github.com/symfony/contracts"
4132 "Symfony\\Contracts\\Service\\": ""
4134 "exclude-from-classmap": [
4138 "notification-url": "https://packagist.org/downloads/",
4144 "name": "Nicolas Grekas",
4145 "email": "p@tchwork.com"
4148 "name": "Symfony Community",
4149 "homepage": "https://symfony.com/contributors"
4152 "description": "Generic abstractions related to writing services",
4153 "homepage": "https://symfony.com",
4163 "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
4167 "url": "https://symfony.com/sponsor",
4171 "url": "https://github.com/fabpot",
4175 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4179 "time": "2023-12-26T14:02:43+00:00"
4182 "name": "symfony/string",
4183 "version": "v6.4.4",
4186 "url": "https://github.com/symfony/string.git",
4187 "reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9"
4191 "url": "https://api.github.com/repos/symfony/string/zipball/4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
4192 "reference": "4e465a95bdc32f49cf4c7f07f751b843bbd6dcd9",
4197 "symfony/polyfill-ctype": "~1.8",
4198 "symfony/polyfill-intl-grapheme": "~1.0",
4199 "symfony/polyfill-intl-normalizer": "~1.0",
4200 "symfony/polyfill-mbstring": "~1.0"
4203 "symfony/translation-contracts": "<2.5"
4206 "symfony/error-handler": "^5.4|^6.0|^7.0",
4207 "symfony/http-client": "^5.4|^6.0|^7.0",
4208 "symfony/intl": "^6.2|^7.0",
4209 "symfony/translation-contracts": "^2.5|^3.0",
4210 "symfony/var-exporter": "^5.4|^6.0|^7.0"
4215 "Resources/functions.php"
4218 "Symfony\\Component\\String\\": ""
4220 "exclude-from-classmap": [
4224 "notification-url": "https://packagist.org/downloads/",
4230 "name": "Nicolas Grekas",
4231 "email": "p@tchwork.com"
4234 "name": "Symfony Community",
4235 "homepage": "https://symfony.com/contributors"
4238 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
4239 "homepage": "https://symfony.com",
4249 "source": "https://github.com/symfony/string/tree/v6.4.4"
4253 "url": "https://symfony.com/sponsor",
4257 "url": "https://github.com/fabpot",
4261 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4265 "time": "2024-02-01T13:16:41+00:00"
4268 "name": "symfony/translation",
4269 "version": "v6.4.4",
4272 "url": "https://github.com/symfony/translation.git",
4273 "reference": "bce6a5a78e94566641b2594d17e48b0da3184a8e"
4277 "url": "https://api.github.com/repos/symfony/translation/zipball/bce6a5a78e94566641b2594d17e48b0da3184a8e",
4278 "reference": "bce6a5a78e94566641b2594d17e48b0da3184a8e",
4283 "symfony/deprecation-contracts": "^2.5|^3",
4284 "symfony/polyfill-mbstring": "~1.0",
4285 "symfony/translation-contracts": "^2.5|^3.0"
4288 "symfony/config": "<5.4",
4289 "symfony/console": "<5.4",
4290 "symfony/dependency-injection": "<5.4",
4291 "symfony/http-client-contracts": "<2.5",
4292 "symfony/http-kernel": "<5.4",
4293 "symfony/service-contracts": "<2.5",
4294 "symfony/twig-bundle": "<5.4",
4295 "symfony/yaml": "<5.4"
4298 "symfony/translation-implementation": "2.3|3.0"
4301 "nikic/php-parser": "^4.18|^5.0",
4302 "psr/log": "^1|^2|^3",
4303 "symfony/config": "^5.4|^6.0|^7.0",
4304 "symfony/console": "^5.4|^6.0|^7.0",
4305 "symfony/dependency-injection": "^5.4|^6.0|^7.0",
4306 "symfony/finder": "^5.4|^6.0|^7.0",
4307 "symfony/http-client-contracts": "^2.5|^3.0",
4308 "symfony/http-kernel": "^5.4|^6.0|^7.0",
4309 "symfony/intl": "^5.4|^6.0|^7.0",
4310 "symfony/polyfill-intl-icu": "^1.21",
4311 "symfony/routing": "^5.4|^6.0|^7.0",
4312 "symfony/service-contracts": "^2.5|^3",
4313 "symfony/yaml": "^5.4|^6.0|^7.0"
4318 "Resources/functions.php"
4321 "Symfony\\Component\\Translation\\": ""
4323 "exclude-from-classmap": [
4327 "notification-url": "https://packagist.org/downloads/",
4333 "name": "Fabien Potencier",
4334 "email": "fabien@symfony.com"
4337 "name": "Symfony Community",
4338 "homepage": "https://symfony.com/contributors"
4341 "description": "Provides tools to internationalize your application",
4342 "homepage": "https://symfony.com",
4344 "source": "https://github.com/symfony/translation/tree/v6.4.4"
4348 "url": "https://symfony.com/sponsor",
4352 "url": "https://github.com/fabpot",
4356 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4360 "time": "2024-02-20T13:16:58+00:00"
4363 "name": "symfony/translation-contracts",
4364 "version": "v3.4.1",
4367 "url": "https://github.com/symfony/translation-contracts.git",
4368 "reference": "06450585bf65e978026bda220cdebca3f867fde7"
4372 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
4373 "reference": "06450585bf65e978026bda220cdebca3f867fde7",
4382 "dev-main": "3.4-dev"
4385 "name": "symfony/contracts",
4386 "url": "https://github.com/symfony/contracts"
4391 "Symfony\\Contracts\\Translation\\": ""
4393 "exclude-from-classmap": [
4397 "notification-url": "https://packagist.org/downloads/",
4403 "name": "Nicolas Grekas",
4404 "email": "p@tchwork.com"
4407 "name": "Symfony Community",
4408 "homepage": "https://symfony.com/contributors"
4411 "description": "Generic abstractions related to translation",
4412 "homepage": "https://symfony.com",
4422 "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
4426 "url": "https://symfony.com/sponsor",
4430 "url": "https://github.com/fabpot",
4434 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4438 "time": "2023-12-26T14:02:43+00:00"
4441 "name": "symfony/var-exporter",
4442 "version": "v6.4.4",
4445 "url": "https://github.com/symfony/var-exporter.git",
4446 "reference": "0bd342e24aef49fc82a21bd4eedd3e665d177e5b"
4450 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/0bd342e24aef49fc82a21bd4eedd3e665d177e5b",
4451 "reference": "0bd342e24aef49fc82a21bd4eedd3e665d177e5b",
4456 "symfony/deprecation-contracts": "^2.5|^3"
4459 "symfony/var-dumper": "^5.4|^6.0|^7.0"
4464 "Symfony\\Component\\VarExporter\\": ""
4466 "exclude-from-classmap": [
4470 "notification-url": "https://packagist.org/downloads/",
4476 "name": "Nicolas Grekas",
4477 "email": "p@tchwork.com"
4480 "name": "Symfony Community",
4481 "homepage": "https://symfony.com/contributors"
4484 "description": "Allows exporting any serializable PHP data structure to plain PHP code",
4485 "homepage": "https://symfony.com",
4497 "source": "https://github.com/symfony/var-exporter/tree/v6.4.4"
4501 "url": "https://symfony.com/sponsor",
4505 "url": "https://github.com/fabpot",
4509 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4513 "time": "2024-02-26T08:37:45+00:00"
4516 "name": "symfony/yaml",
4517 "version": "v6.4.3",
4520 "url": "https://github.com/symfony/yaml.git",
4521 "reference": "d75715985f0f94f978e3a8fa42533e10db921b90"
4525 "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90",
4526 "reference": "d75715985f0f94f978e3a8fa42533e10db921b90",
4531 "symfony/deprecation-contracts": "^2.5|^3",
4532 "symfony/polyfill-ctype": "^1.8"
4535 "symfony/console": "<5.4"
4538 "symfony/console": "^5.4|^6.0|^7.0"
4541 "Resources/bin/yaml-lint"
4546 "Symfony\\Component\\Yaml\\": ""
4548 "exclude-from-classmap": [
4552 "notification-url": "https://packagist.org/downloads/",
4558 "name": "Fabien Potencier",
4559 "email": "fabien@symfony.com"
4562 "name": "Symfony Community",
4563 "homepage": "https://symfony.com/contributors"
4566 "description": "Loads and dumps YAML files",
4567 "homepage": "https://symfony.com",
4569 "source": "https://github.com/symfony/yaml/tree/v6.4.3"
4573 "url": "https://symfony.com/sponsor",
4577 "url": "https://github.com/fabpot",
4581 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
4585 "time": "2024-01-23T14:51:35+00:00"
4588 "name": "theseer/tokenizer",
4592 "url": "https://github.com/theseer/tokenizer.git",
4593 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
4597 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
4598 "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
4603 "ext-tokenizer": "*",
4604 "ext-xmlwriter": "*",
4605 "php": "^7.2 || ^8.0"
4613 "notification-url": "https://packagist.org/downloads/",
4619 "name": "Arne Blankerts",
4620 "email": "arne@blankerts.de",
4624 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
4626 "issues": "https://github.com/theseer/tokenizer/issues",
4627 "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
4631 "url": "https://github.com/theseer",
4635 "time": "2024-03-03T12:36:25+00:00"
4639 "minimum-stability": "dev",
4640 "stability-flags": [],
4641 "prefer-stable": true,
4642 "prefer-lowest": false,
4646 "ext-mbstring": "*",
4653 "ext-simplexml": "*",
4658 "ext-xmlreader": "*",
4662 "ext-fileinfo": "*",
4666 "plugin-api-version": "2.6.0"