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": "b0e5980655d43ee970597c9b9eabd42f",
11 "name": "behat/behat",
15 "url": "https://github.com/Behat/Behat.git",
16 "reference": "9bfe195b4745c32e068af03fa4df9558b4916d30"
20 "url": "https://api.github.com/repos/Behat/Behat/zipball/9bfe195b4745c32e068af03fa4df9558b4916d30",
21 "reference": "9bfe195b4745c32e068af03fa4df9558b4916d30",
25 "behat/gherkin": "^4.6.0",
26 "behat/transliterator": "^1.2",
27 "container-interop/container-interop": "^1.2",
30 "psr/container": "^1.0",
31 "symfony/config": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
32 "symfony/console": "^2.7.51 || ^2.8.33 || ^3.3.15 || ^3.4.3 || ^4.0.3 || ^5.0",
33 "symfony/dependency-injection": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
34 "symfony/event-dispatcher": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
35 "symfony/translation": "^2.7.51 || ^3.0 || ^4.0 || ^5.0",
36 "symfony/yaml": "^2.7.51 || ^3.0 || ^4.0 || ^5.0"
39 "herrera-io/box": "~1.6.1",
40 "phpunit/phpunit": "^4.8.36 || ^6.3",
41 "symfony/process": "~2.5 || ^3.0 || ^4.0 || ^5.0"
44 "ext-dom": "Needed to output test results in JUnit format."
52 "dev-master": "3.6.x-dev"
57 "Behat\\Behat\\": "src/Behat/Behat/",
58 "Behat\\Testwork\\": "src/Behat/Testwork/"
61 "notification-url": "https://packagist.org/downloads/",
67 "name": "Konstantin Kudryashov",
68 "email": "ever.zet@gmail.com",
69 "homepage": "http://everzet.com"
72 "description": "Scenario-oriented BDD framework for PHP 5.3",
73 "homepage": "http://behat.org/",
88 "time": "2020-02-06T09:54:48+00:00"
91 "name": "behat/gherkin",
95 "url": "https://github.com/Behat/Gherkin.git",
96 "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31"
100 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31",
101 "reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31",
108 "phpunit/phpunit": "~4.5|~5",
109 "symfony/phpunit-bridge": "~2.7|~3|~4",
110 "symfony/yaml": "~2.3|~3|~4"
113 "symfony/yaml": "If you want to parse features, represented in YAML files"
118 "dev-master": "4.4-dev"
123 "Behat\\Gherkin": "src/"
126 "notification-url": "https://packagist.org/downloads/",
132 "name": "Konstantin Kudryashov",
133 "email": "ever.zet@gmail.com",
134 "homepage": "http://everzet.com"
137 "description": "Gherkin DSL parser for PHP 5.3",
138 "homepage": "http://behat.org/",
147 "time": "2020-03-17T14:03:26+00:00"
150 "name": "behat/mink",
154 "url": "https://github.com/minkphp/Mink.git",
155 "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887"
159 "url": "https://api.github.com/repos/minkphp/Mink/zipball/07c6a9fe3fa98c2de074b25d9ed26c22904e3887",
160 "reference": "07c6a9fe3fa98c2de074b25d9ed26c22904e3887",
165 "symfony/css-selector": "^2.7|^3.0|^4.0|^5.0"
168 "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20",
169 "symfony/debug": "^2.7|^3.0|^4.0",
170 "symfony/phpunit-bridge": "^3.4.38 || ^5.0.5"
173 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
174 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
175 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
176 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
177 "dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
182 "dev-master": "1.8.x-dev"
187 "Behat\\Mink\\": "src/"
190 "notification-url": "https://packagist.org/downloads/",
196 "name": "Konstantin Kudryashov",
197 "email": "ever.zet@gmail.com",
198 "homepage": "http://everzet.com"
201 "description": "Browser controller/emulator abstraction for PHP",
202 "homepage": "http://mink.behat.org/",
208 "time": "2020-03-11T15:45:53+00:00"
211 "name": "behat/mink-browserkit-driver",
215 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
216 "reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee"
220 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/e3b90840022ebcd544c7b394a3c9597ae242cbee",
221 "reference": "e3b90840022ebcd544c7b394a3c9597ae242cbee",
225 "behat/mink": "^1.7.1@dev",
227 "symfony/browser-kit": "~2.3|~3.0|~4.0",
228 "symfony/dom-crawler": "~2.3|~3.0|~4.0"
231 "mink/driver-testsuite": "dev-master",
232 "symfony/debug": "^2.7|^3.0|^4.0",
233 "symfony/http-kernel": "~2.3|~3.0|~4.0"
235 "type": "mink-driver",
238 "dev-master": "1.3.x-dev"
243 "Behat\\Mink\\Driver\\": "src/"
246 "notification-url": "https://packagist.org/downloads/",
252 "name": "Konstantin Kudryashov",
253 "email": "ever.zet@gmail.com",
254 "homepage": "http://everzet.com"
257 "description": "Symfony2 BrowserKit driver for Mink framework",
258 "homepage": "http://mink.behat.org/",
265 "time": "2020-03-11T09:49:45+00:00"
268 "name": "behat/mink-extension",
272 "url": "https://github.com/Behat/MinkExtension.git",
273 "reference": "80f7849ba53867181b7e412df9210e12fba50177"
277 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177",
278 "reference": "80f7849ba53867181b7e412df9210e12fba50177",
282 "behat/behat": "^3.0.5",
283 "behat/mink": "^1.5",
285 "symfony/config": "^2.7|^3.0|^4.0"
288 "behat/mink-goutte-driver": "^1.1",
289 "phpspec/phpspec": "^2.0"
291 "type": "behat-extension",
294 "dev-master": "2.1.x-dev"
299 "Behat\\MinkExtension": "src/"
302 "notification-url": "https://packagist.org/downloads/",
308 "name": "Christophe Coevoet",
309 "email": "stof@notk.org"
312 "name": "Konstantin Kudryashov",
313 "email": "ever.zet@gmail.com"
316 "description": "Mink extension for Behat",
317 "homepage": "http://extensions.behat.org/mink",
324 "time": "2018-02-06T15:36:30+00:00"
327 "name": "behat/mink-goutte-driver",
331 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
332 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
336 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
337 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
341 "behat/mink": "~1.6@dev",
342 "behat/mink-browserkit-driver": "~1.2@dev",
343 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
347 "symfony/phpunit-bridge": "~2.7|~3.0"
349 "type": "mink-driver",
352 "dev-master": "1.2.x-dev"
357 "Behat\\Mink\\Driver\\": "src/"
360 "notification-url": "https://packagist.org/downloads/",
366 "name": "Konstantin Kudryashov",
367 "email": "ever.zet@gmail.com",
368 "homepage": "http://everzet.com"
371 "description": "Goutte driver for Mink framework",
372 "homepage": "http://mink.behat.org/",
379 "time": "2016-03-05T09:04:22+00:00"
382 "name": "behat/mink-selenium2-driver",
386 "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
387 "reference": "312a967dd527f28980cce40850339cd5316da092"
391 "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/312a967dd527f28980cce40850339cd5316da092",
392 "reference": "312a967dd527f28980cce40850339cd5316da092",
396 "behat/mink": "~1.7@dev",
397 "instaclick/php-webdriver": "~1.1",
401 "mink/driver-testsuite": "dev-master"
403 "type": "mink-driver",
406 "dev-master": "1.4.x-dev"
411 "Behat\\Mink\\Driver\\": "src/"
414 "notification-url": "https://packagist.org/downloads/",
420 "name": "Pete Otaqui",
421 "email": "pete@otaqui.com",
422 "homepage": "https://github.com/pete-otaqui"
425 "name": "Konstantin Kudryashov",
426 "email": "ever.zet@gmail.com",
427 "homepage": "http://everzet.com"
430 "description": "Selenium2 (WebDriver) driver for Mink framework",
431 "homepage": "http://mink.behat.org/",
440 "time": "2020-03-11T14:43:21+00:00"
443 "name": "behat/transliterator",
447 "url": "https://github.com/Behat/Transliterator.git",
448 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
452 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
453 "reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
460 "chuyskywalker/rolling-curl": "^3.1",
461 "php-yaoi/php-yaoi": "^1.0",
462 "phpunit/phpunit": "^4.8.36|^6.3"
467 "dev-master": "1.2-dev"
472 "Behat\\Transliterator\\": "src/Behat/Transliterator"
475 "notification-url": "https://packagist.org/downloads/",
479 "description": "String transliterator",
485 "time": "2020-01-14T16:39:13+00:00"
488 "name": "container-interop/container-interop",
492 "url": "https://github.com/container-interop/container-interop.git",
493 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
497 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
498 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
502 "psr/container": "^1.0"
507 "Interop\\Container\\": "src/Interop/Container/"
510 "notification-url": "https://packagist.org/downloads/",
514 "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
515 "homepage": "https://github.com/container-interop/container-interop",
516 "abandoned": "psr/container",
517 "time": "2017-02-14T19:40:03+00:00"
520 "name": "doctrine/instantiator",
524 "url": "https://github.com/doctrine/instantiator.git",
525 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
529 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
530 "reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
537 "doctrine/coding-standard": "^6.0",
540 "phpbench/phpbench": "^0.13",
541 "phpstan/phpstan-phpunit": "^0.11",
542 "phpstan/phpstan-shim": "^0.11",
543 "phpunit/phpunit": "^7.0"
548 "dev-master": "1.2.x-dev"
553 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
556 "notification-url": "https://packagist.org/downloads/",
562 "name": "Marco Pivetta",
563 "email": "ocramius@gmail.com",
564 "homepage": "http://ocramius.github.com/"
567 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
568 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
573 "time": "2019-10-21T16:45:58+00:00"
576 "name": "fabpot/goutte",
580 "url": "https://github.com/FriendsOfPHP/Goutte.git",
581 "reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae"
585 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae",
586 "reference": "4ab5199e3ec0ffde0ee0b5ecf568a4fb8398dbae",
590 "guzzlehttp/guzzle": "^6.0",
592 "symfony/browser-kit": "^4.4|^5.0",
593 "symfony/css-selector": "^4.4|^5.0",
594 "symfony/dom-crawler": "^4.4|^5.0"
597 "symfony/phpunit-bridge": "^5.0"
599 "type": "application",
602 "dev-master": "3.3-dev"
609 "exclude-from-classmap": [
613 "notification-url": "https://packagist.org/downloads/",
619 "name": "Fabien Potencier",
620 "email": "fabien@symfony.com"
623 "description": "A simple PHP Web Scraper",
624 "homepage": "https://github.com/FriendsOfPHP/Goutte",
628 "time": "2019-12-06T13:11:18+00:00"
631 "name": "guzzlehttp/guzzle",
635 "url": "https://github.com/guzzle/guzzle.git",
636 "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e"
640 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/aab4ebd862aa7d04f01a4b51849d657db56d882e",
641 "reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e",
646 "guzzlehttp/promises": "^1.0",
647 "guzzlehttp/psr7": "^1.6.1",
649 "symfony/polyfill-intl-idn": "^1.11"
653 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
657 "psr/log": "Required for using the Log middleware"
662 "dev-master": "6.5-dev"
667 "GuzzleHttp\\": "src/"
670 "src/functions_include.php"
673 "notification-url": "https://packagist.org/downloads/",
679 "name": "Michael Dowling",
680 "email": "mtdowling@gmail.com",
681 "homepage": "https://github.com/mtdowling"
684 "description": "Guzzle is a PHP HTTP client library",
685 "homepage": "http://guzzlephp.org/",
695 "time": "2020-04-18T10:38:46+00:00"
698 "name": "guzzlehttp/promises",
702 "url": "https://github.com/guzzle/promises.git",
703 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
707 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
708 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
715 "phpunit/phpunit": "^4.0"
720 "dev-master": "1.4-dev"
725 "GuzzleHttp\\Promise\\": "src/"
728 "src/functions_include.php"
731 "notification-url": "https://packagist.org/downloads/",
737 "name": "Michael Dowling",
738 "email": "mtdowling@gmail.com",
739 "homepage": "https://github.com/mtdowling"
742 "description": "Guzzle promises library",
746 "time": "2016-12-20T10:07:11+00:00"
749 "name": "guzzlehttp/psr7",
753 "url": "https://github.com/guzzle/psr7.git",
754 "reference": "239400de7a173fe9901b9ac7c06497751f00727a"
758 "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
759 "reference": "239400de7a173fe9901b9ac7c06497751f00727a",
764 "psr/http-message": "~1.0",
765 "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
768 "psr/http-message-implementation": "1.0"
772 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
775 "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
780 "dev-master": "1.6-dev"
785 "GuzzleHttp\\Psr7\\": "src/"
788 "src/functions_include.php"
791 "notification-url": "https://packagist.org/downloads/",
797 "name": "Michael Dowling",
798 "email": "mtdowling@gmail.com",
799 "homepage": "https://github.com/mtdowling"
802 "name": "Tobias Schultze",
803 "homepage": "https://github.com/Tobion"
806 "description": "PSR-7 message implementation that also provides common utility methods",
817 "time": "2019-07-01T23:21:34+00:00"
820 "name": "instaclick/php-webdriver",
821 "version": "dev-local",
824 "url": "https://github.com/moodlehq/php-webdriver.git",
825 "reference": "3df827208ec104a9716aa8c30741e330da620c1e"
829 "url": "https://api.github.com/repos/moodlehq/php-webdriver/zipball/3df827208ec104a9716aa8c30741e330da620c1e",
830 "reference": "3df827208ec104a9716aa8c30741e330da620c1e",
838 "phpunit/phpunit": "^4.8",
839 "satooshi/php-coveralls": "^1.0||^2.0"
844 "dev-master": "1.4.x-dev"
857 "name": "Justin Bishop",
858 "email": "jubishop@gmail.com",
862 "name": "Anthon Pang",
863 "email": "apang@softwaredevelopment.ca",
864 "role": "Fork Maintainer"
867 "description": "PHP WebDriver for Selenium 2",
868 "homepage": "http://instaclick.com/",
876 "source": "https://github.com/moodlehq/php-webdriver/tree/local"
878 "time": "2019-08-14T02:10:24+00:00"
881 "name": "mikey179/vfsstream",
885 "url": "https://github.com/bovigo/vfsStream.git",
886 "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe"
890 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/231c73783ebb7dd9ec77916c10037eff5a2b6efe",
891 "reference": "231c73783ebb7dd9ec77916c10037eff5a2b6efe",
898 "phpunit/phpunit": "^4.5|^5.0"
903 "dev-master": "1.6.x-dev"
908 "org\\bovigo\\vfs\\": "src/main/php"
911 "notification-url": "https://packagist.org/downloads/",
917 "name": "Frank Kleine",
918 "homepage": "http://frankkleine.de/",
922 "description": "Virtual file system to mock the real file system in unit tests.",
923 "homepage": "http://vfs.bovigo.org/",
924 "time": "2019-10-30T15:31:00+00:00"
927 "name": "moodlehq/behat-extension",
928 "version": "v3.38.5",
931 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
932 "reference": "8178076d38351f22fc9e89783b93a7618a6bbef0"
936 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/8178076d38351f22fc9e89783b93a7618a6bbef0",
937 "reference": "8178076d38351f22fc9e89783b93a7618a6bbef0",
941 "behat/behat": "3.6.*",
942 "behat/mink": "~1.8",
943 "behat/mink-extension": "~2.3",
944 "behat/mink-goutte-driver": "~1.2",
945 "behat/mink-selenium2-driver": "~1.4",
947 "symfony/process": "^4.0 || ^5.0"
952 "Moodle\\BehatExtension": "src/"
955 "notification-url": "https://packagist.org/downloads/",
961 "name": "David Monllaó",
962 "email": "david.monllao@gmail.com",
963 "homepage": "http://moodle.com",
967 "description": "Moodle behat extension",
973 "time": "2020-04-20T09:32:31+00:00"
976 "name": "myclabs/deep-copy",
980 "url": "https://github.com/myclabs/DeepCopy.git",
981 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
985 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
986 "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
993 "myclabs/deep-copy": "self.version"
996 "doctrine/collections": "^1.0",
997 "doctrine/common": "^2.6",
998 "phpunit/phpunit": "^7.1"
1003 "DeepCopy\\": "src/DeepCopy/"
1006 "src/DeepCopy/deep_copy.php"
1009 "notification-url": "https://packagist.org/downloads/",
1013 "description": "Create deep copies (clones) of your objects",
1021 "time": "2020-01-17T21:11:47+00:00"
1024 "name": "phar-io/manifest",
1028 "url": "https://github.com/phar-io/manifest.git",
1029 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
1033 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
1034 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
1040 "phar-io/version": "^2.0",
1041 "php": "^5.6 || ^7.0"
1046 "dev-master": "1.0.x-dev"
1054 "notification-url": "https://packagist.org/downloads/",
1060 "name": "Arne Blankerts",
1061 "email": "arne@blankerts.de",
1065 "name": "Sebastian Heuer",
1066 "email": "sebastian@phpeople.de",
1070 "name": "Sebastian Bergmann",
1071 "email": "sebastian@phpunit.de",
1075 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1076 "time": "2018-07-08T19:23:20+00:00"
1079 "name": "phar-io/version",
1083 "url": "https://github.com/phar-io/version.git",
1084 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
1088 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
1089 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
1093 "php": "^5.6 || ^7.0"
1101 "notification-url": "https://packagist.org/downloads/",
1107 "name": "Arne Blankerts",
1108 "email": "arne@blankerts.de",
1112 "name": "Sebastian Heuer",
1113 "email": "sebastian@phpeople.de",
1117 "name": "Sebastian Bergmann",
1118 "email": "sebastian@phpunit.de",
1122 "description": "Library for handling version information and constraints",
1123 "time": "2018-07-08T19:19:57+00:00"
1126 "name": "phpdocumentor/reflection-common",
1130 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1131 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
1135 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
1136 "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
1143 "phpunit/phpunit": "~6"
1148 "dev-master": "2.x-dev"
1153 "phpDocumentor\\Reflection\\": "src/"
1156 "notification-url": "https://packagist.org/downloads/",
1162 "name": "Jaap van Otterdijk",
1163 "email": "opensource@ijaap.nl"
1166 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1167 "homepage": "http://www.phpdoc.org",
1175 "time": "2018-08-07T13:53:10+00:00"
1178 "name": "phpdocumentor/reflection-docblock",
1182 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1183 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
1187 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
1188 "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
1193 "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
1194 "phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
1195 "webmozart/assert": "^1.0"
1198 "doctrine/instantiator": "^1.0.5",
1199 "mockery/mockery": "^1.0",
1200 "phpdocumentor/type-resolver": "0.4.*",
1201 "phpunit/phpunit": "^6.4"
1206 "dev-master": "4.x-dev"
1211 "phpDocumentor\\Reflection\\": [
1216 "notification-url": "https://packagist.org/downloads/",
1222 "name": "Mike van Riel",
1223 "email": "me@mikevanriel.com"
1226 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1227 "time": "2019-12-28T18:55:12+00:00"
1230 "name": "phpdocumentor/type-resolver",
1234 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1235 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
1239 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
1240 "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
1245 "phpdocumentor/reflection-common": "^2.0"
1248 "ext-tokenizer": "^7.1",
1249 "mockery/mockery": "~1",
1250 "phpunit/phpunit": "^7.0"
1255 "dev-master": "1.x-dev"
1260 "phpDocumentor\\Reflection\\": "src"
1263 "notification-url": "https://packagist.org/downloads/",
1269 "name": "Mike van Riel",
1270 "email": "me@mikevanriel.com"
1273 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
1274 "time": "2019-08-22T18:11:29+00:00"
1277 "name": "phpspec/prophecy",
1278 "version": "v1.10.3",
1281 "url": "https://github.com/phpspec/prophecy.git",
1282 "reference": "451c3cd1418cf640de218914901e51b064abb093"
1286 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
1287 "reference": "451c3cd1418cf640de218914901e51b064abb093",
1291 "doctrine/instantiator": "^1.0.2",
1293 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
1294 "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
1295 "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
1298 "phpspec/phpspec": "^2.5 || ^3.2",
1299 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
1304 "dev-master": "1.10.x-dev"
1309 "Prophecy\\": "src/Prophecy"
1312 "notification-url": "https://packagist.org/downloads/",
1318 "name": "Konstantin Kudryashov",
1319 "email": "ever.zet@gmail.com",
1320 "homepage": "http://everzet.com"
1323 "name": "Marcello Duarte",
1324 "email": "marcello.duarte@gmail.com"
1327 "description": "Highly opinionated mocking framework for PHP 5.3+",
1328 "homepage": "https://github.com/phpspec/prophecy",
1337 "time": "2020-03-05T15:02:03+00:00"
1340 "name": "phpunit/dbunit",
1344 "url": "https://github.com/sebastianbergmann/dbunit.git",
1345 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615"
1349 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/e77b469c3962b5a563f09a2a989f1c9bd38b8615",
1350 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615",
1355 "ext-simplexml": "*",
1357 "phpunit/phpunit": "^7.0",
1358 "symfony/yaml": "^3.0 || ^4.0"
1363 "dev-master": "4.0-dev"
1371 "notification-url": "https://packagist.org/downloads/",
1377 "name": "Sebastian Bergmann",
1378 "email": "sebastian@phpunit.de",
1382 "description": "PHPUnit extension for database interaction testing",
1383 "homepage": "https://github.com/sebastianbergmann/dbunit/",
1390 "time": "2018-02-07T06:47:59+00:00"
1393 "name": "phpunit/php-code-coverage",
1397 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1398 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
1402 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1403 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1408 "ext-xmlwriter": "*",
1410 "phpunit/php-file-iterator": "^2.0",
1411 "phpunit/php-text-template": "^1.2.1",
1412 "phpunit/php-token-stream": "^3.0",
1413 "sebastian/code-unit-reverse-lookup": "^1.0.1",
1414 "sebastian/environment": "^3.1 || ^4.0",
1415 "sebastian/version": "^2.0.1",
1416 "theseer/tokenizer": "^1.1"
1419 "phpunit/phpunit": "^7.0"
1422 "ext-xdebug": "^2.6.0"
1427 "dev-master": "6.1-dev"
1435 "notification-url": "https://packagist.org/downloads/",
1441 "name": "Sebastian Bergmann",
1442 "email": "sebastian@phpunit.de",
1446 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1447 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1453 "time": "2018-10-31T16:06:48+00:00"
1456 "name": "phpunit/php-file-iterator",
1460 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1461 "reference": "050bedf145a257b1ff02746c31894800e5122946"
1465 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
1466 "reference": "050bedf145a257b1ff02746c31894800e5122946",
1473 "phpunit/phpunit": "^7.1"
1478 "dev-master": "2.0.x-dev"
1486 "notification-url": "https://packagist.org/downloads/",
1492 "name": "Sebastian Bergmann",
1493 "email": "sebastian@phpunit.de",
1497 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1498 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1503 "time": "2018-09-13T20:33:42+00:00"
1506 "name": "phpunit/php-text-template",
1510 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1511 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1515 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1516 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1528 "notification-url": "https://packagist.org/downloads/",
1534 "name": "Sebastian Bergmann",
1535 "email": "sebastian@phpunit.de",
1539 "description": "Simple template engine.",
1540 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1544 "time": "2015-06-21T13:50:34+00:00"
1547 "name": "phpunit/php-timer",
1551 "url": "https://github.com/sebastianbergmann/php-timer.git",
1552 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
1556 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
1557 "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
1564 "phpunit/phpunit": "^7.0"
1569 "dev-master": "2.1-dev"
1577 "notification-url": "https://packagist.org/downloads/",
1583 "name": "Sebastian Bergmann",
1584 "email": "sebastian@phpunit.de",
1588 "description": "Utility class for timing",
1589 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1593 "time": "2019-06-07T04:22:29+00:00"
1596 "name": "phpunit/php-token-stream",
1600 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1601 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
1605 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
1606 "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
1610 "ext-tokenizer": "*",
1614 "phpunit/phpunit": "^7.0"
1619 "dev-master": "3.1-dev"
1627 "notification-url": "https://packagist.org/downloads/",
1633 "name": "Sebastian Bergmann",
1634 "email": "sebastian@phpunit.de"
1637 "description": "Wrapper around PHP's tokenizer extension.",
1638 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1642 "time": "2019-09-17T06:23:10+00:00"
1645 "name": "phpunit/phpunit",
1646 "version": "7.5.20",
1649 "url": "https://github.com/sebastianbergmann/phpunit.git",
1650 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
1654 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
1655 "reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
1659 "doctrine/instantiator": "^1.1",
1663 "ext-mbstring": "*",
1665 "myclabs/deep-copy": "^1.7",
1666 "phar-io/manifest": "^1.0.2",
1667 "phar-io/version": "^2.0",
1669 "phpspec/prophecy": "^1.7",
1670 "phpunit/php-code-coverage": "^6.0.7",
1671 "phpunit/php-file-iterator": "^2.0.1",
1672 "phpunit/php-text-template": "^1.2.1",
1673 "phpunit/php-timer": "^2.1",
1674 "sebastian/comparator": "^3.0",
1675 "sebastian/diff": "^3.0",
1676 "sebastian/environment": "^4.0",
1677 "sebastian/exporter": "^3.1",
1678 "sebastian/global-state": "^2.0",
1679 "sebastian/object-enumerator": "^3.0.3",
1680 "sebastian/resource-operations": "^2.0",
1681 "sebastian/version": "^2.0.1"
1684 "phpunit/phpunit-mock-objects": "*"
1692 "phpunit/php-invoker": "^2.0"
1700 "dev-master": "7.5-dev"
1708 "notification-url": "https://packagist.org/downloads/",
1714 "name": "Sebastian Bergmann",
1715 "email": "sebastian@phpunit.de",
1719 "description": "The PHP Unit Testing framework.",
1720 "homepage": "https://phpunit.de/",
1726 "time": "2020-01-08T08:45:45+00:00"
1729 "name": "psr/container",
1733 "url": "https://github.com/php-fig/container.git",
1734 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1738 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1739 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1748 "dev-master": "1.0.x-dev"
1753 "Psr\\Container\\": "src/"
1756 "notification-url": "https://packagist.org/downloads/",
1763 "homepage": "http://www.php-fig.org/"
1766 "description": "Common Container Interface (PHP FIG PSR-11)",
1767 "homepage": "https://github.com/php-fig/container",
1771 "container-interface",
1772 "container-interop",
1775 "time": "2017-02-14T16:28:37+00:00"
1778 "name": "psr/http-message",
1782 "url": "https://github.com/php-fig/http-message.git",
1783 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1787 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1788 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1797 "dev-master": "1.0.x-dev"
1802 "Psr\\Http\\Message\\": "src/"
1805 "notification-url": "https://packagist.org/downloads/",
1812 "homepage": "http://www.php-fig.org/"
1815 "description": "Common interface for HTTP messages",
1816 "homepage": "https://github.com/php-fig/http-message",
1825 "time": "2016-08-06T14:39:51+00:00"
1828 "name": "ralouphie/getallheaders",
1832 "url": "https://github.com/ralouphie/getallheaders.git",
1833 "reference": "120b605dfeb996808c31b6477290a714d356e822"
1837 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
1838 "reference": "120b605dfeb996808c31b6477290a714d356e822",
1845 "php-coveralls/php-coveralls": "^2.1",
1846 "phpunit/phpunit": "^5 || ^6.5"
1851 "src/getallheaders.php"
1854 "notification-url": "https://packagist.org/downloads/",
1860 "name": "Ralph Khattar",
1861 "email": "ralph.khattar@gmail.com"
1864 "description": "A polyfill for getallheaders.",
1865 "time": "2019-03-08T08:55:37+00:00"
1868 "name": "sebastian/code-unit-reverse-lookup",
1872 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1873 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1877 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1878 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1882 "php": "^5.6 || ^7.0"
1885 "phpunit/phpunit": "^5.7 || ^6.0"
1890 "dev-master": "1.0.x-dev"
1898 "notification-url": "https://packagist.org/downloads/",
1904 "name": "Sebastian Bergmann",
1905 "email": "sebastian@phpunit.de"
1908 "description": "Looks up which function or method a line of code belongs to",
1909 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1910 "time": "2017-03-04T06:30:41+00:00"
1913 "name": "sebastian/comparator",
1917 "url": "https://github.com/sebastianbergmann/comparator.git",
1918 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
1922 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1923 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1928 "sebastian/diff": "^3.0",
1929 "sebastian/exporter": "^3.1"
1932 "phpunit/phpunit": "^7.1"
1937 "dev-master": "3.0-dev"
1945 "notification-url": "https://packagist.org/downloads/",
1951 "name": "Jeff Welch",
1952 "email": "whatthejeff@gmail.com"
1955 "name": "Volker Dusch",
1956 "email": "github@wallbash.com"
1959 "name": "Bernhard Schussek",
1960 "email": "bschussek@2bepublished.at"
1963 "name": "Sebastian Bergmann",
1964 "email": "sebastian@phpunit.de"
1967 "description": "Provides the functionality to compare PHP values for equality",
1968 "homepage": "https://github.com/sebastianbergmann/comparator",
1974 "time": "2018-07-12T15:12:46+00:00"
1977 "name": "sebastian/diff",
1981 "url": "https://github.com/sebastianbergmann/diff.git",
1982 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
1986 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
1987 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
1994 "phpunit/phpunit": "^7.5 || ^8.0",
1995 "symfony/process": "^2 || ^3.3 || ^4"
2000 "dev-master": "3.0-dev"
2008 "notification-url": "https://packagist.org/downloads/",
2014 "name": "Kore Nordmann",
2015 "email": "mail@kore-nordmann.de"
2018 "name": "Sebastian Bergmann",
2019 "email": "sebastian@phpunit.de"
2022 "description": "Diff implementation",
2023 "homepage": "https://github.com/sebastianbergmann/diff",
2030 "time": "2019-02-04T06:01:07+00:00"
2033 "name": "sebastian/environment",
2037 "url": "https://github.com/sebastianbergmann/environment.git",
2038 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2042 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2043 "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2050 "phpunit/phpunit": "^7.5"
2058 "dev-master": "4.2-dev"
2066 "notification-url": "https://packagist.org/downloads/",
2072 "name": "Sebastian Bergmann",
2073 "email": "sebastian@phpunit.de"
2076 "description": "Provides functionality to handle HHVM/PHP environments",
2077 "homepage": "http://www.github.com/sebastianbergmann/environment",
2083 "time": "2019-11-20T08:46:58+00:00"
2086 "name": "sebastian/exporter",
2090 "url": "https://github.com/sebastianbergmann/exporter.git",
2091 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2095 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
2096 "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2101 "sebastian/recursion-context": "^3.0"
2104 "ext-mbstring": "*",
2105 "phpunit/phpunit": "^6.0"
2110 "dev-master": "3.1.x-dev"
2118 "notification-url": "https://packagist.org/downloads/",
2124 "name": "Sebastian Bergmann",
2125 "email": "sebastian@phpunit.de"
2128 "name": "Jeff Welch",
2129 "email": "whatthejeff@gmail.com"
2132 "name": "Volker Dusch",
2133 "email": "github@wallbash.com"
2136 "name": "Adam Harvey",
2137 "email": "aharvey@php.net"
2140 "name": "Bernhard Schussek",
2141 "email": "bschussek@gmail.com"
2144 "description": "Provides the functionality to export PHP variables for visualization",
2145 "homepage": "http://www.github.com/sebastianbergmann/exporter",
2150 "time": "2019-09-14T09:02:43+00:00"
2153 "name": "sebastian/global-state",
2157 "url": "https://github.com/sebastianbergmann/global-state.git",
2158 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2162 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2163 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2170 "phpunit/phpunit": "^6.0"
2178 "dev-master": "2.0-dev"
2186 "notification-url": "https://packagist.org/downloads/",
2192 "name": "Sebastian Bergmann",
2193 "email": "sebastian@phpunit.de"
2196 "description": "Snapshotting of global state",
2197 "homepage": "http://www.github.com/sebastianbergmann/global-state",
2201 "time": "2017-04-27T15:39:26+00:00"
2204 "name": "sebastian/object-enumerator",
2208 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2209 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2213 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2214 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2219 "sebastian/object-reflector": "^1.1.1",
2220 "sebastian/recursion-context": "^3.0"
2223 "phpunit/phpunit": "^6.0"
2228 "dev-master": "3.0.x-dev"
2236 "notification-url": "https://packagist.org/downloads/",
2242 "name": "Sebastian Bergmann",
2243 "email": "sebastian@phpunit.de"
2246 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2247 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2248 "time": "2017-08-03T12:35:26+00:00"
2251 "name": "sebastian/object-reflector",
2255 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2256 "reference": "773f97c67f28de00d397be301821b06708fca0be"
2260 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2261 "reference": "773f97c67f28de00d397be301821b06708fca0be",
2268 "phpunit/phpunit": "^6.0"
2273 "dev-master": "1.1-dev"
2281 "notification-url": "https://packagist.org/downloads/",
2287 "name": "Sebastian Bergmann",
2288 "email": "sebastian@phpunit.de"
2291 "description": "Allows reflection of object attributes, including inherited and non-public ones",
2292 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2293 "time": "2017-03-29T09:07:27+00:00"
2296 "name": "sebastian/recursion-context",
2300 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2301 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2305 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2306 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2313 "phpunit/phpunit": "^6.0"
2318 "dev-master": "3.0.x-dev"
2326 "notification-url": "https://packagist.org/downloads/",
2332 "name": "Jeff Welch",
2333 "email": "whatthejeff@gmail.com"
2336 "name": "Sebastian Bergmann",
2337 "email": "sebastian@phpunit.de"
2340 "name": "Adam Harvey",
2341 "email": "aharvey@php.net"
2344 "description": "Provides functionality to recursively process PHP variables",
2345 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2346 "time": "2017-03-03T06:23:57+00:00"
2349 "name": "sebastian/resource-operations",
2353 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2354 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2358 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2359 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2368 "dev-master": "2.0-dev"
2376 "notification-url": "https://packagist.org/downloads/",
2382 "name": "Sebastian Bergmann",
2383 "email": "sebastian@phpunit.de"
2386 "description": "Provides a list of PHP built-in functions that operate on resources",
2387 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2388 "time": "2018-10-04T04:07:39+00:00"
2391 "name": "sebastian/version",
2395 "url": "https://github.com/sebastianbergmann/version.git",
2396 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2400 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2401 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2410 "dev-master": "2.0.x-dev"
2418 "notification-url": "https://packagist.org/downloads/",
2424 "name": "Sebastian Bergmann",
2425 "email": "sebastian@phpunit.de",
2429 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2430 "homepage": "https://github.com/sebastianbergmann/version",
2431 "time": "2016-10-03T07:35:21+00:00"
2434 "name": "symfony/browser-kit",
2435 "version": "v4.4.7",
2438 "url": "https://github.com/symfony/browser-kit.git",
2439 "reference": "e4b0dc1b100bf75b5717c5b451397f230a618a42"
2443 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e4b0dc1b100bf75b5717c5b451397f230a618a42",
2444 "reference": "e4b0dc1b100bf75b5717c5b451397f230a618a42",
2449 "symfony/dom-crawler": "^3.4|^4.0|^5.0"
2452 "symfony/css-selector": "^3.4|^4.0|^5.0",
2453 "symfony/http-client": "^4.3|^5.0",
2454 "symfony/mime": "^4.3|^5.0",
2455 "symfony/process": "^3.4|^4.0|^5.0"
2458 "symfony/process": ""
2463 "dev-master": "4.4-dev"
2468 "Symfony\\Component\\BrowserKit\\": ""
2470 "exclude-from-classmap": [
2474 "notification-url": "https://packagist.org/downloads/",
2480 "name": "Fabien Potencier",
2481 "email": "fabien@symfony.com"
2484 "name": "Symfony Community",
2485 "homepage": "https://symfony.com/contributors"
2488 "description": "Symfony BrowserKit Component",
2489 "homepage": "https://symfony.com",
2492 "url": "https://symfony.com/sponsor",
2496 "url": "https://github.com/fabpot",
2500 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2504 "time": "2020-03-28T10:15:50+00:00"
2507 "name": "symfony/config",
2508 "version": "v4.4.7",
2511 "url": "https://github.com/symfony/config.git",
2512 "reference": "3f4a3de1af498ed0ea653d4dc2317794144e6ca4"
2516 "url": "https://api.github.com/repos/symfony/config/zipball/3f4a3de1af498ed0ea653d4dc2317794144e6ca4",
2517 "reference": "3f4a3de1af498ed0ea653d4dc2317794144e6ca4",
2522 "symfony/filesystem": "^3.4|^4.0|^5.0",
2523 "symfony/polyfill-ctype": "~1.8"
2526 "symfony/finder": "<3.4"
2529 "symfony/event-dispatcher": "^3.4|^4.0|^5.0",
2530 "symfony/finder": "^3.4|^4.0|^5.0",
2531 "symfony/messenger": "^4.1|^5.0",
2532 "symfony/service-contracts": "^1.1|^2",
2533 "symfony/yaml": "^3.4|^4.0|^5.0"
2536 "symfony/yaml": "To use the yaml reference dumper"
2541 "dev-master": "4.4-dev"
2546 "Symfony\\Component\\Config\\": ""
2548 "exclude-from-classmap": [
2552 "notification-url": "https://packagist.org/downloads/",
2558 "name": "Fabien Potencier",
2559 "email": "fabien@symfony.com"
2562 "name": "Symfony Community",
2563 "homepage": "https://symfony.com/contributors"
2566 "description": "Symfony Config Component",
2567 "homepage": "https://symfony.com",
2568 "time": "2020-03-27T16:54:36+00:00"
2571 "name": "symfony/console",
2572 "version": "v4.4.7",
2575 "url": "https://github.com/symfony/console.git",
2576 "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7"
2580 "url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
2581 "reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
2586 "symfony/polyfill-mbstring": "~1.0",
2587 "symfony/polyfill-php73": "^1.8",
2588 "symfony/service-contracts": "^1.1|^2"
2591 "symfony/dependency-injection": "<3.4",
2592 "symfony/event-dispatcher": "<4.3|>=5",
2593 "symfony/lock": "<4.4",
2594 "symfony/process": "<3.3"
2597 "psr/log-implementation": "1.0"
2601 "symfony/config": "^3.4|^4.0|^5.0",
2602 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2603 "symfony/event-dispatcher": "^4.3",
2604 "symfony/lock": "^4.4|^5.0",
2605 "symfony/process": "^3.4|^4.0|^5.0",
2606 "symfony/var-dumper": "^4.3|^5.0"
2609 "psr/log": "For using the console logger",
2610 "symfony/event-dispatcher": "",
2612 "symfony/process": ""
2617 "dev-master": "4.4-dev"
2622 "Symfony\\Component\\Console\\": ""
2624 "exclude-from-classmap": [
2628 "notification-url": "https://packagist.org/downloads/",
2634 "name": "Fabien Potencier",
2635 "email": "fabien@symfony.com"
2638 "name": "Symfony Community",
2639 "homepage": "https://symfony.com/contributors"
2642 "description": "Symfony Console Component",
2643 "homepage": "https://symfony.com",
2644 "time": "2020-03-30T11:41:10+00:00"
2647 "name": "symfony/css-selector",
2648 "version": "v4.4.7",
2651 "url": "https://github.com/symfony/css-selector.git",
2652 "reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b"
2656 "url": "https://api.github.com/repos/symfony/css-selector/zipball/afc26133a6fbdd4f8842e38893e0ee4685c7c94b",
2657 "reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b",
2666 "dev-master": "4.4-dev"
2671 "Symfony\\Component\\CssSelector\\": ""
2673 "exclude-from-classmap": [
2677 "notification-url": "https://packagist.org/downloads/",
2683 "name": "Fabien Potencier",
2684 "email": "fabien@symfony.com"
2687 "name": "Jean-François Simon",
2688 "email": "jeanfrancois.simon@sensiolabs.com"
2691 "name": "Symfony Community",
2692 "homepage": "https://symfony.com/contributors"
2695 "description": "Symfony CssSelector Component",
2696 "homepage": "https://symfony.com",
2699 "url": "https://symfony.com/sponsor",
2703 "url": "https://github.com/fabpot",
2707 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2711 "time": "2020-03-27T16:54:36+00:00"
2714 "name": "symfony/dependency-injection",
2715 "version": "v4.4.7",
2718 "url": "https://github.com/symfony/dependency-injection.git",
2719 "reference": "755b18859be26b90f4bf63753432d3387458bf31"
2723 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/755b18859be26b90f4bf63753432d3387458bf31",
2724 "reference": "755b18859be26b90f4bf63753432d3387458bf31",
2729 "psr/container": "^1.0",
2730 "symfony/service-contracts": "^1.1.6|^2"
2733 "symfony/config": "<4.3|>=5.0",
2734 "symfony/finder": "<3.4",
2735 "symfony/proxy-manager-bridge": "<3.4",
2736 "symfony/yaml": "<3.4"
2739 "psr/container-implementation": "1.0",
2740 "symfony/service-implementation": "1.0"
2743 "symfony/config": "^4.3",
2744 "symfony/expression-language": "^3.4|^4.0|^5.0",
2745 "symfony/yaml": "^3.4|^4.0|^5.0"
2748 "symfony/config": "",
2749 "symfony/expression-language": "For using expressions in service container configuration",
2750 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2751 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2757 "dev-master": "4.4-dev"
2762 "Symfony\\Component\\DependencyInjection\\": ""
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": "Symfony DependencyInjection Component",
2783 "homepage": "https://symfony.com",
2784 "time": "2020-03-30T10:09:30+00:00"
2787 "name": "symfony/dom-crawler",
2788 "version": "v4.4.7",
2791 "url": "https://github.com/symfony/dom-crawler.git",
2792 "reference": "4d0fb3374324071ecdd94898367a3fa4b5563162"
2796 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4d0fb3374324071ecdd94898367a3fa4b5563162",
2797 "reference": "4d0fb3374324071ecdd94898367a3fa4b5563162",
2802 "symfony/polyfill-ctype": "~1.8",
2803 "symfony/polyfill-mbstring": "~1.0"
2806 "masterminds/html5": "<2.6"
2809 "masterminds/html5": "^2.6",
2810 "symfony/css-selector": "^3.4|^4.0|^5.0"
2813 "symfony/css-selector": ""
2818 "dev-master": "4.4-dev"
2823 "Symfony\\Component\\DomCrawler\\": ""
2825 "exclude-from-classmap": [
2829 "notification-url": "https://packagist.org/downloads/",
2835 "name": "Fabien Potencier",
2836 "email": "fabien@symfony.com"
2839 "name": "Symfony Community",
2840 "homepage": "https://symfony.com/contributors"
2843 "description": "Symfony DomCrawler Component",
2844 "homepage": "https://symfony.com",
2847 "url": "https://symfony.com/sponsor",
2851 "url": "https://github.com/fabpot",
2855 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2859 "time": "2020-03-29T19:12:22+00:00"
2862 "name": "symfony/event-dispatcher",
2863 "version": "v4.4.7",
2866 "url": "https://github.com/symfony/event-dispatcher.git",
2867 "reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed"
2871 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abc8e3618bfdb55e44c8c6a00abd333f831bbfed",
2872 "reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed",
2877 "symfony/event-dispatcher-contracts": "^1.1"
2880 "symfony/dependency-injection": "<3.4"
2883 "psr/event-dispatcher-implementation": "1.0",
2884 "symfony/event-dispatcher-implementation": "1.1"
2888 "symfony/config": "^3.4|^4.0|^5.0",
2889 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
2890 "symfony/expression-language": "^3.4|^4.0|^5.0",
2891 "symfony/http-foundation": "^3.4|^4.0|^5.0",
2892 "symfony/service-contracts": "^1.1|^2",
2893 "symfony/stopwatch": "^3.4|^4.0|^5.0"
2896 "symfony/dependency-injection": "",
2897 "symfony/http-kernel": ""
2902 "dev-master": "4.4-dev"
2907 "Symfony\\Component\\EventDispatcher\\": ""
2909 "exclude-from-classmap": [
2913 "notification-url": "https://packagist.org/downloads/",
2919 "name": "Fabien Potencier",
2920 "email": "fabien@symfony.com"
2923 "name": "Symfony Community",
2924 "homepage": "https://symfony.com/contributors"
2927 "description": "Symfony EventDispatcher Component",
2928 "homepage": "https://symfony.com",
2931 "url": "https://symfony.com/sponsor",
2935 "url": "https://github.com/fabpot",
2939 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2943 "time": "2020-03-27T16:54:36+00:00"
2946 "name": "symfony/event-dispatcher-contracts",
2947 "version": "v1.1.7",
2950 "url": "https://github.com/symfony/event-dispatcher-contracts.git",
2951 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
2955 "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
2956 "reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
2963 "psr/event-dispatcher": "",
2964 "symfony/event-dispatcher-implementation": ""
2969 "dev-master": "1.1-dev"
2974 "Symfony\\Contracts\\EventDispatcher\\": ""
2977 "notification-url": "https://packagist.org/downloads/",
2983 "name": "Nicolas Grekas",
2984 "email": "p@tchwork.com"
2987 "name": "Symfony Community",
2988 "homepage": "https://symfony.com/contributors"
2991 "description": "Generic abstractions related to dispatching event",
2992 "homepage": "https://symfony.com",
3001 "time": "2019-09-17T09:54:03+00:00"
3004 "name": "symfony/filesystem",
3005 "version": "v4.4.7",
3008 "url": "https://github.com/symfony/filesystem.git",
3009 "reference": "fe297193bf2e6866ed900ed2d5869362768df6a7"
3013 "url": "https://api.github.com/repos/symfony/filesystem/zipball/fe297193bf2e6866ed900ed2d5869362768df6a7",
3014 "reference": "fe297193bf2e6866ed900ed2d5869362768df6a7",
3019 "symfony/polyfill-ctype": "~1.8"
3024 "dev-master": "4.4-dev"
3029 "Symfony\\Component\\Filesystem\\": ""
3031 "exclude-from-classmap": [
3035 "notification-url": "https://packagist.org/downloads/",
3041 "name": "Fabien Potencier",
3042 "email": "fabien@symfony.com"
3045 "name": "Symfony Community",
3046 "homepage": "https://symfony.com/contributors"
3049 "description": "Symfony Filesystem Component",
3050 "homepage": "https://symfony.com",
3051 "time": "2020-03-27T16:54:36+00:00"
3054 "name": "symfony/polyfill-ctype",
3055 "version": "v1.15.0",
3058 "url": "https://github.com/symfony/polyfill-ctype.git",
3059 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
3063 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
3064 "reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
3071 "ext-ctype": "For best performance"
3076 "dev-master": "1.15-dev"
3081 "Symfony\\Polyfill\\Ctype\\": ""
3087 "notification-url": "https://packagist.org/downloads/",
3093 "name": "Gert de Pagter",
3094 "email": "BackEndTea@gmail.com"
3097 "name": "Symfony Community",
3098 "homepage": "https://symfony.com/contributors"
3101 "description": "Symfony polyfill for ctype functions",
3102 "homepage": "https://symfony.com",
3111 "url": "https://symfony.com/sponsor",
3115 "url": "https://github.com/fabpot",
3119 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3123 "time": "2020-02-27T09:26:54+00:00"
3126 "name": "symfony/polyfill-intl-idn",
3127 "version": "v1.15.0",
3130 "url": "https://github.com/symfony/polyfill-intl-idn.git",
3131 "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
3135 "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
3136 "reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
3141 "symfony/polyfill-mbstring": "^1.3",
3142 "symfony/polyfill-php72": "^1.10"
3145 "ext-intl": "For best performance"
3150 "dev-master": "1.15-dev"
3155 "Symfony\\Polyfill\\Intl\\Idn\\": ""
3161 "notification-url": "https://packagist.org/downloads/",
3167 "name": "Laurent Bassin",
3168 "email": "laurent@bassin.info"
3171 "name": "Symfony Community",
3172 "homepage": "https://symfony.com/contributors"
3175 "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
3176 "homepage": "https://symfony.com",
3187 "url": "https://symfony.com/sponsor",
3191 "url": "https://github.com/fabpot",
3195 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3199 "time": "2020-03-09T19:04:49+00:00"
3202 "name": "symfony/polyfill-mbstring",
3203 "version": "v1.15.0",
3206 "url": "https://github.com/symfony/polyfill-mbstring.git",
3207 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
3211 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
3212 "reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
3219 "ext-mbstring": "For best performance"
3224 "dev-master": "1.15-dev"
3229 "Symfony\\Polyfill\\Mbstring\\": ""
3235 "notification-url": "https://packagist.org/downloads/",
3241 "name": "Nicolas Grekas",
3242 "email": "p@tchwork.com"
3245 "name": "Symfony Community",
3246 "homepage": "https://symfony.com/contributors"
3249 "description": "Symfony polyfill for the Mbstring extension",
3250 "homepage": "https://symfony.com",
3260 "url": "https://symfony.com/sponsor",
3264 "url": "https://github.com/fabpot",
3268 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3272 "time": "2020-03-09T19:04:49+00:00"
3275 "name": "symfony/polyfill-php72",
3276 "version": "v1.15.0",
3279 "url": "https://github.com/symfony/polyfill-php72.git",
3280 "reference": "37b0976c78b94856543260ce09b460a7bc852747"
3284 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
3285 "reference": "37b0976c78b94856543260ce09b460a7bc852747",
3294 "dev-master": "1.15-dev"
3299 "Symfony\\Polyfill\\Php72\\": ""
3305 "notification-url": "https://packagist.org/downloads/",
3311 "name": "Nicolas Grekas",
3312 "email": "p@tchwork.com"
3315 "name": "Symfony Community",
3316 "homepage": "https://symfony.com/contributors"
3319 "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
3320 "homepage": "https://symfony.com",
3329 "url": "https://symfony.com/sponsor",
3333 "url": "https://github.com/fabpot",
3337 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3341 "time": "2020-02-27T09:26:54+00:00"
3344 "name": "symfony/polyfill-php73",
3345 "version": "v1.15.0",
3348 "url": "https://github.com/symfony/polyfill-php73.git",
3349 "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
3353 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
3354 "reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
3363 "dev-master": "1.15-dev"
3368 "Symfony\\Polyfill\\Php73\\": ""
3377 "notification-url": "https://packagist.org/downloads/",
3383 "name": "Nicolas Grekas",
3384 "email": "p@tchwork.com"
3387 "name": "Symfony Community",
3388 "homepage": "https://symfony.com/contributors"
3391 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
3392 "homepage": "https://symfony.com",
3401 "url": "https://symfony.com/sponsor",
3405 "url": "https://github.com/fabpot",
3409 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3413 "time": "2020-02-27T09:26:54+00:00"
3416 "name": "symfony/process",
3417 "version": "v4.4.7",
3420 "url": "https://github.com/symfony/process.git",
3421 "reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3"
3425 "url": "https://api.github.com/repos/symfony/process/zipball/3e40e87a20eaf83a1db825e1fa5097ae89042db3",
3426 "reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3",
3435 "dev-master": "4.4-dev"
3440 "Symfony\\Component\\Process\\": ""
3442 "exclude-from-classmap": [
3446 "notification-url": "https://packagist.org/downloads/",
3452 "name": "Fabien Potencier",
3453 "email": "fabien@symfony.com"
3456 "name": "Symfony Community",
3457 "homepage": "https://symfony.com/contributors"
3460 "description": "Symfony Process Component",
3461 "homepage": "https://symfony.com",
3462 "time": "2020-03-27T16:54:36+00:00"
3465 "name": "symfony/service-contracts",
3466 "version": "v1.1.8",
3469 "url": "https://github.com/symfony/service-contracts.git",
3470 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
3474 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
3475 "reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
3480 "psr/container": "^1.0"
3483 "symfony/service-implementation": ""
3488 "dev-master": "1.1-dev"
3493 "Symfony\\Contracts\\Service\\": ""
3496 "notification-url": "https://packagist.org/downloads/",
3502 "name": "Nicolas Grekas",
3503 "email": "p@tchwork.com"
3506 "name": "Symfony Community",
3507 "homepage": "https://symfony.com/contributors"
3510 "description": "Generic abstractions related to writing services",
3511 "homepage": "https://symfony.com",
3520 "time": "2019-10-14T12:27:06+00:00"
3523 "name": "symfony/translation",
3524 "version": "v4.4.7",
3527 "url": "https://github.com/symfony/translation.git",
3528 "reference": "4e54d336f2eca5facad449d0b0118bb449375b76"
3532 "url": "https://api.github.com/repos/symfony/translation/zipball/4e54d336f2eca5facad449d0b0118bb449375b76",
3533 "reference": "4e54d336f2eca5facad449d0b0118bb449375b76",
3538 "symfony/polyfill-mbstring": "~1.0",
3539 "symfony/translation-contracts": "^1.1.6|^2"
3542 "symfony/config": "<3.4",
3543 "symfony/dependency-injection": "<3.4",
3544 "symfony/http-kernel": "<4.4",
3545 "symfony/yaml": "<3.4"
3548 "symfony/translation-implementation": "1.0"
3552 "symfony/config": "^3.4|^4.0|^5.0",
3553 "symfony/console": "^3.4|^4.0|^5.0",
3554 "symfony/dependency-injection": "^3.4|^4.0|^5.0",
3555 "symfony/finder": "~2.8|~3.0|~4.0|^5.0",
3556 "symfony/http-kernel": "^4.4",
3557 "symfony/intl": "^3.4|^4.0|^5.0",
3558 "symfony/service-contracts": "^1.1.2|^2",
3559 "symfony/yaml": "^3.4|^4.0|^5.0"
3562 "psr/log-implementation": "To use logging capability in translator",
3563 "symfony/config": "",
3569 "dev-master": "4.4-dev"
3574 "Symfony\\Component\\Translation\\": ""
3576 "exclude-from-classmap": [
3580 "notification-url": "https://packagist.org/downloads/",
3586 "name": "Fabien Potencier",
3587 "email": "fabien@symfony.com"
3590 "name": "Symfony Community",
3591 "homepage": "https://symfony.com/contributors"
3594 "description": "Symfony Translation Component",
3595 "homepage": "https://symfony.com",
3596 "time": "2020-03-27T16:54:36+00:00"
3599 "name": "symfony/translation-contracts",
3600 "version": "v1.1.7",
3603 "url": "https://github.com/symfony/translation-contracts.git",
3604 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6"
3608 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/364518c132c95642e530d9b2d217acbc2ccac3e6",
3609 "reference": "364518c132c95642e530d9b2d217acbc2ccac3e6",
3616 "symfony/translation-implementation": ""
3621 "dev-master": "1.1-dev"
3626 "Symfony\\Contracts\\Translation\\": ""
3629 "notification-url": "https://packagist.org/downloads/",
3635 "name": "Nicolas Grekas",
3636 "email": "p@tchwork.com"
3639 "name": "Symfony Community",
3640 "homepage": "https://symfony.com/contributors"
3643 "description": "Generic abstractions related to translation",
3644 "homepage": "https://symfony.com",
3653 "time": "2019-09-17T11:12:18+00:00"
3656 "name": "symfony/yaml",
3657 "version": "v4.4.7",
3660 "url": "https://github.com/symfony/yaml.git",
3661 "reference": "ef166890d821518106da3560086bfcbeb4fadfec"
3665 "url": "https://api.github.com/repos/symfony/yaml/zipball/ef166890d821518106da3560086bfcbeb4fadfec",
3666 "reference": "ef166890d821518106da3560086bfcbeb4fadfec",
3671 "symfony/polyfill-ctype": "~1.8"
3674 "symfony/console": "<3.4"
3677 "symfony/console": "^3.4|^4.0|^5.0"
3680 "symfony/console": "For validating YAML files using the lint command"
3685 "dev-master": "4.4-dev"
3690 "Symfony\\Component\\Yaml\\": ""
3692 "exclude-from-classmap": [
3696 "notification-url": "https://packagist.org/downloads/",
3702 "name": "Fabien Potencier",
3703 "email": "fabien@symfony.com"
3706 "name": "Symfony Community",
3707 "homepage": "https://symfony.com/contributors"
3710 "description": "Symfony Yaml Component",
3711 "homepage": "https://symfony.com",
3712 "time": "2020-03-30T11:41:10+00:00"
3715 "name": "theseer/tokenizer",
3719 "url": "https://github.com/theseer/tokenizer.git",
3720 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
3724 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
3725 "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
3730 "ext-tokenizer": "*",
3731 "ext-xmlwriter": "*",
3740 "notification-url": "https://packagist.org/downloads/",
3746 "name": "Arne Blankerts",
3747 "email": "arne@blankerts.de",
3751 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3752 "time": "2019-06-13T22:48:21+00:00"
3755 "name": "webmozart/assert",
3759 "url": "https://github.com/webmozart/assert.git",
3760 "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
3764 "url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
3765 "reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
3769 "php": "^5.3.3 || ^7.0",
3770 "symfony/polyfill-ctype": "^1.8"
3773 "vimeo/psalm": "<3.9.1"
3776 "phpunit/phpunit": "^4.8.36 || ^7.5.13"
3781 "Webmozart\\Assert\\": "src/"
3784 "notification-url": "https://packagist.org/downloads/",
3790 "name": "Bernhard Schussek",
3791 "email": "bschussek@gmail.com"
3794 "description": "Assertions to validate method input/output with nice error messages.",
3800 "time": "2020-04-18T12:12:48+00:00"
3806 "alias_normalized": "1.9999999.9999999.9999999-dev",
3807 "version": "dev-local",
3808 "package": "instaclick/php-webdriver"
3811 "minimum-stability": "stable",
3812 "stability-flags": {
3813 "instaclick/php-webdriver": 20
3815 "prefer-stable": false,
3816 "prefer-lowest": false,
3819 "plugin-api-version": "1.1.0"