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": "26075c0bf968fde4986dd492a3b8889f",
11 "name": "behat/behat",
15 "url": "https://github.com/Behat/Behat.git",
16 "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d"
20 "url": "https://api.github.com/repos/Behat/Behat/zipball/44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
21 "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
25 "behat/gherkin": "^4.4.4",
26 "behat/transliterator": "^1.2",
27 "container-interop/container-interop": "^1.1",
30 "symfony/class-loader": "~2.1||~3.0",
31 "symfony/config": "~2.3||~3.0",
32 "symfony/console": "~2.5||~3.0",
33 "symfony/dependency-injection": "~2.1||~3.0",
34 "symfony/event-dispatcher": "~2.1||~3.0",
35 "symfony/translation": "~2.3||~3.0",
36 "symfony/yaml": "~2.1||~3.0"
39 "herrera-io/box": "~1.6.1",
40 "phpunit/phpunit": "~4.5",
41 "symfony/process": "~2.5|~3.0"
44 "behat/mink-extension": "for integration with Mink testing framework",
45 "behat/symfony2-extension": "for integration with Symfony2 web framework",
46 "behat/yii-extension": "for integration with Yii web framework"
54 "dev-master": "3.2.x-dev"
59 "Behat\\Behat": "src/",
60 "Behat\\Testwork": "src/"
63 "notification-url": "https://packagist.org/downloads/",
69 "name": "Konstantin Kudryashov",
70 "email": "ever.zet@gmail.com",
71 "homepage": "http://everzet.com"
74 "description": "Scenario-oriented BDD framework for PHP 5.3",
75 "homepage": "http://behat.org/",
90 "time": "2017-05-15T16:49:16+00:00"
93 "name": "behat/gherkin",
97 "url": "https://github.com/Behat/Gherkin.git",
98 "reference": "ab0a02ea14893860bca00f225f5621d351a3ad07"
102 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/ab0a02ea14893860bca00f225f5621d351a3ad07",
103 "reference": "ab0a02ea14893860bca00f225f5621d351a3ad07",
110 "phpunit/phpunit": "~4.5|~5",
111 "symfony/phpunit-bridge": "~2.7|~3|~4",
112 "symfony/yaml": "~2.3|~3|~4"
115 "symfony/yaml": "If you want to parse features, represented in YAML files"
120 "dev-master": "4.4-dev"
125 "Behat\\Gherkin": "src/"
128 "notification-url": "https://packagist.org/downloads/",
134 "name": "Konstantin Kudryashov",
135 "email": "ever.zet@gmail.com",
136 "homepage": "http://everzet.com"
139 "description": "Gherkin DSL parser for PHP 5.3",
140 "homepage": "http://behat.org/",
149 "time": "2019-01-16T14:22:17+00:00"
152 "name": "behat/mink",
156 "url": "https://github.com/minkphp/Mink.git",
157 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
161 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
162 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
167 "symfony/css-selector": "~2.1|~3.0"
170 "symfony/phpunit-bridge": "~2.7|~3.0"
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)"
181 "dev-master": "1.7.x-dev"
186 "Behat\\Mink\\": "src/"
189 "notification-url": "https://packagist.org/downloads/",
195 "name": "Konstantin Kudryashov",
196 "email": "ever.zet@gmail.com",
197 "homepage": "http://everzet.com"
200 "description": "Browser controller/emulator abstraction for PHP",
201 "homepage": "http://mink.behat.org/",
207 "time": "2016-03-05T08:26:18+00:00"
210 "name": "behat/mink-browserkit-driver",
214 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
215 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
219 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
220 "reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
224 "behat/mink": "^1.7.1@dev",
226 "symfony/browser-kit": "~2.3|~3.0|~4.0",
227 "symfony/dom-crawler": "~2.3|~3.0|~4.0"
230 "mink/driver-testsuite": "dev-master",
231 "symfony/http-kernel": "~2.3|~3.0|~4.0"
233 "type": "mink-driver",
236 "dev-master": "1.3.x-dev"
241 "Behat\\Mink\\Driver\\": "src/"
244 "notification-url": "https://packagist.org/downloads/",
250 "name": "Konstantin Kudryashov",
251 "email": "ever.zet@gmail.com",
252 "homepage": "http://everzet.com"
255 "description": "Symfony2 BrowserKit driver for Mink framework",
256 "homepage": "http://mink.behat.org/",
263 "time": "2018-05-02T09:25:31+00:00"
266 "name": "behat/mink-extension",
270 "url": "https://github.com/Behat/MinkExtension.git",
271 "reference": "80f7849ba53867181b7e412df9210e12fba50177"
275 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177",
276 "reference": "80f7849ba53867181b7e412df9210e12fba50177",
280 "behat/behat": "^3.0.5",
281 "behat/mink": "^1.5",
283 "symfony/config": "^2.7|^3.0|^4.0"
286 "behat/mink-goutte-driver": "^1.1",
287 "phpspec/phpspec": "^2.0"
289 "type": "behat-extension",
292 "dev-master": "2.1.x-dev"
297 "Behat\\MinkExtension": "src/"
300 "notification-url": "https://packagist.org/downloads/",
306 "name": "Christophe Coevoet",
307 "email": "stof@notk.org"
310 "name": "Konstantin Kudryashov",
311 "email": "ever.zet@gmail.com"
314 "description": "Mink extension for Behat",
315 "homepage": "http://extensions.behat.org/mink",
322 "time": "2018-02-06T15:36:30+00:00"
325 "name": "behat/mink-goutte-driver",
329 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
330 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
334 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
335 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
339 "behat/mink": "~1.6@dev",
340 "behat/mink-browserkit-driver": "~1.2@dev",
341 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
345 "symfony/phpunit-bridge": "~2.7|~3.0"
347 "type": "mink-driver",
350 "dev-master": "1.2.x-dev"
355 "Behat\\Mink\\Driver\\": "src/"
358 "notification-url": "https://packagist.org/downloads/",
364 "name": "Konstantin Kudryashov",
365 "email": "ever.zet@gmail.com",
366 "homepage": "http://everzet.com"
369 "description": "Goutte driver for Mink framework",
370 "homepage": "http://mink.behat.org/",
377 "time": "2016-03-05T09:04:22+00:00"
380 "name": "behat/mink-selenium2-driver",
384 "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
385 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
389 "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
390 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
394 "behat/mink": "~1.7@dev",
395 "instaclick/php-webdriver": "~1.1",
399 "symfony/phpunit-bridge": "~2.7"
401 "type": "mink-driver",
404 "dev-master": "1.3.x-dev"
409 "Behat\\Mink\\Driver\\": "src/"
412 "notification-url": "https://packagist.org/downloads/",
418 "name": "Konstantin Kudryashov",
419 "email": "ever.zet@gmail.com",
420 "homepage": "http://everzet.com"
423 "name": "Pete Otaqui",
424 "email": "pete@otaqui.com",
425 "homepage": "https://github.com/pete-otaqui"
428 "description": "Selenium2 (WebDriver) driver for Mink framework",
429 "homepage": "http://mink.behat.org/",
438 "time": "2016-03-05T09:10:18+00:00"
441 "name": "behat/transliterator",
445 "url": "https://github.com/Behat/Transliterator.git",
446 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
450 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
451 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
458 "chuyskywalker/rolling-curl": "^3.1",
459 "php-yaoi/php-yaoi": "^1.0"
464 "dev-master": "1.2-dev"
469 "Behat\\Transliterator": "src/"
472 "notification-url": "https://packagist.org/downloads/",
476 "description": "String transliterator",
482 "time": "2017-04-04T11:38:05+00:00"
485 "name": "container-interop/container-interop",
489 "url": "https://github.com/container-interop/container-interop.git",
490 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
494 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
495 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
499 "psr/container": "^1.0"
504 "Interop\\Container\\": "src/Interop/Container/"
507 "notification-url": "https://packagist.org/downloads/",
511 "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
512 "homepage": "https://github.com/container-interop/container-interop",
513 "time": "2017-02-14T19:40:03+00:00"
516 "name": "doctrine/instantiator",
520 "url": "https://github.com/doctrine/instantiator.git",
521 "reference": "a2c590166b2133a4633738648b6b064edae0814a"
525 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
526 "reference": "a2c590166b2133a4633738648b6b064edae0814a",
533 "doctrine/coding-standard": "^6.0",
536 "phpbench/phpbench": "^0.13",
537 "phpstan/phpstan-phpunit": "^0.11",
538 "phpstan/phpstan-shim": "^0.11",
539 "phpunit/phpunit": "^7.0"
544 "dev-master": "1.2.x-dev"
549 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
552 "notification-url": "https://packagist.org/downloads/",
558 "name": "Marco Pivetta",
559 "email": "ocramius@gmail.com",
560 "homepage": "http://ocramius.github.com/"
563 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
564 "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
569 "time": "2019-03-17T17:37:11+00:00"
572 "name": "fabpot/goutte",
576 "url": "https://github.com/FriendsOfPHP/Goutte.git",
577 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
581 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
582 "reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
586 "guzzlehttp/guzzle": "^6.0",
588 "symfony/browser-kit": "~2.1|~3.0|~4.0",
589 "symfony/css-selector": "~2.1|~3.0|~4.0",
590 "symfony/dom-crawler": "~2.1|~3.0|~4.0"
593 "symfony/phpunit-bridge": "^3.3 || ^4"
595 "type": "application",
598 "dev-master": "3.2-dev"
605 "exclude-from-classmap": [
609 "notification-url": "https://packagist.org/downloads/",
615 "name": "Fabien Potencier",
616 "email": "fabien@symfony.com"
619 "description": "A simple PHP Web Scraper",
620 "homepage": "https://github.com/FriendsOfPHP/Goutte",
624 "time": "2018-06-29T15:13:57+00:00"
627 "name": "guzzlehttp/guzzle",
631 "url": "https://github.com/guzzle/guzzle.git",
632 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
636 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
637 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
641 "guzzlehttp/promises": "^1.0",
642 "guzzlehttp/psr7": "^1.4",
647 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
651 "psr/log": "Required for using the Log middleware"
656 "dev-master": "6.3-dev"
661 "src/functions_include.php"
664 "GuzzleHttp\\": "src/"
667 "notification-url": "https://packagist.org/downloads/",
673 "name": "Michael Dowling",
674 "email": "mtdowling@gmail.com",
675 "homepage": "https://github.com/mtdowling"
678 "description": "Guzzle is a PHP HTTP client library",
679 "homepage": "http://guzzlephp.org/",
689 "time": "2018-04-22T15:46:56+00:00"
692 "name": "guzzlehttp/promises",
696 "url": "https://github.com/guzzle/promises.git",
697 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
701 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
702 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
709 "phpunit/phpunit": "^4.0"
714 "dev-master": "1.4-dev"
719 "GuzzleHttp\\Promise\\": "src/"
722 "src/functions_include.php"
725 "notification-url": "https://packagist.org/downloads/",
731 "name": "Michael Dowling",
732 "email": "mtdowling@gmail.com",
733 "homepage": "https://github.com/mtdowling"
736 "description": "Guzzle promises library",
740 "time": "2016-12-20T10:07:11+00:00"
743 "name": "guzzlehttp/psr7",
747 "url": "https://github.com/guzzle/psr7.git",
748 "reference": "9f83dded91781a01c63574e387eaa769be769115"
752 "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
753 "reference": "9f83dded91781a01c63574e387eaa769be769115",
758 "psr/http-message": "~1.0",
759 "ralouphie/getallheaders": "^2.0.5"
762 "psr/http-message-implementation": "1.0"
765 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
770 "dev-master": "1.5-dev"
775 "GuzzleHttp\\Psr7\\": "src/"
778 "src/functions_include.php"
781 "notification-url": "https://packagist.org/downloads/",
787 "name": "Michael Dowling",
788 "email": "mtdowling@gmail.com",
789 "homepage": "https://github.com/mtdowling"
792 "name": "Tobias Schultze",
793 "homepage": "https://github.com/Tobion"
796 "description": "PSR-7 message implementation that also provides common utility methods",
807 "time": "2018-12-04T20:46:45+00:00"
810 "name": "instaclick/php-webdriver",
811 "version": "dev-local",
814 "url": "https://github.com/moodlehq/php-webdriver.git",
815 "reference": "e311e55bf2c4746db9df72707f3cf1a731ad98aa"
819 "url": "https://api.github.com/repos/moodlehq/php-webdriver/zipball/e311e55bf2c4746db9df72707f3cf1a731ad98aa",
820 "reference": "e311e55bf2c4746db9df72707f3cf1a731ad98aa",
828 "phpunit/phpunit": "^4.8",
829 "satooshi/php-coveralls": "^1.0||^2.0"
834 "dev-master": "1.4.x-dev"
847 "name": "Justin Bishop",
848 "email": "jubishop@gmail.com",
852 "name": "Anthon Pang",
853 "email": "apang@softwaredevelopment.ca",
854 "role": "Fork Maintainer"
857 "description": "PHP WebDriver for Selenium 2",
858 "homepage": "http://instaclick.com/",
866 "source": "https://github.com/moodlehq/php-webdriver/tree/local"
868 "time": "2019-06-03T22:55:37+00:00"
871 "name": "mikey179/vfsStream",
875 "url": "https://github.com/bovigo/vfsStream.git",
876 "reference": "095238a0711c974ae5b4ebf4c4534a23f3f6c99d"
880 "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/095238a0711c974ae5b4ebf4c4534a23f3f6c99d",
881 "reference": "095238a0711c974ae5b4ebf4c4534a23f3f6c99d",
888 "phpunit/phpunit": "~4.5"
893 "dev-master": "1.6.x-dev"
898 "org\\bovigo\\vfs\\": "src/main/php"
901 "notification-url": "https://packagist.org/downloads/",
907 "name": "Frank Kleine",
908 "homepage": "http://frankkleine.de/",
912 "description": "Virtual file system to mock the real file system in unit tests.",
913 "homepage": "http://vfs.bovigo.org/",
914 "time": "2019-04-08T13:54:32+00:00"
917 "name": "moodlehq/behat-extension",
918 "version": "v3.38.0",
921 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
922 "reference": "ba8c4b8b323e05f7af128604f3f3dc60c953135a"
926 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/ba8c4b8b323e05f7af128604f3f3dc60c953135a",
927 "reference": "ba8c4b8b323e05f7af128604f3f3dc60c953135a",
931 "behat/behat": "3.3.*",
932 "behat/mink": "~1.7",
933 "behat/mink-extension": "~2.2",
934 "behat/mink-goutte-driver": "~1.2",
935 "behat/mink-selenium2-driver": "~1.3",
936 "guzzlehttp/guzzle": "^6.3",
938 "symfony/process": "2.8.*"
943 "Moodle\\BehatExtension": "src/"
946 "notification-url": "https://packagist.org/downloads/",
952 "name": "David Monllaó",
953 "email": "david.monllao@gmail.com",
954 "homepage": "http://moodle.com",
958 "description": "Moodle behat extension",
964 "time": "2018-02-04T18:04:02+00:00"
967 "name": "myclabs/deep-copy",
971 "url": "https://github.com/myclabs/DeepCopy.git",
972 "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
976 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
977 "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
984 "myclabs/deep-copy": "self.version"
987 "doctrine/collections": "^1.0",
988 "doctrine/common": "^2.6",
989 "phpunit/phpunit": "^7.1"
994 "DeepCopy\\": "src/DeepCopy/"
997 "src/DeepCopy/deep_copy.php"
1000 "notification-url": "https://packagist.org/downloads/",
1004 "description": "Create deep copies (clones) of your objects",
1012 "time": "2019-04-07T13:18:21+00:00"
1015 "name": "phar-io/manifest",
1019 "url": "https://github.com/phar-io/manifest.git",
1020 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
1024 "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
1025 "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
1031 "phar-io/version": "^2.0",
1032 "php": "^5.6 || ^7.0"
1037 "dev-master": "1.0.x-dev"
1045 "notification-url": "https://packagist.org/downloads/",
1051 "name": "Arne Blankerts",
1052 "email": "arne@blankerts.de",
1056 "name": "Sebastian Heuer",
1057 "email": "sebastian@phpeople.de",
1061 "name": "Sebastian Bergmann",
1062 "email": "sebastian@phpunit.de",
1066 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
1067 "time": "2018-07-08T19:23:20+00:00"
1070 "name": "phar-io/version",
1074 "url": "https://github.com/phar-io/version.git",
1075 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
1079 "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
1080 "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
1084 "php": "^5.6 || ^7.0"
1092 "notification-url": "https://packagist.org/downloads/",
1098 "name": "Arne Blankerts",
1099 "email": "arne@blankerts.de",
1103 "name": "Sebastian Heuer",
1104 "email": "sebastian@phpeople.de",
1108 "name": "Sebastian Bergmann",
1109 "email": "sebastian@phpunit.de",
1113 "description": "Library for handling version information and constraints",
1114 "time": "2018-07-08T19:19:57+00:00"
1117 "name": "phpdocumentor/reflection-common",
1121 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
1122 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
1126 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1127 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
1134 "phpunit/phpunit": "^4.6"
1139 "dev-master": "1.0.x-dev"
1144 "phpDocumentor\\Reflection\\": [
1149 "notification-url": "https://packagist.org/downloads/",
1155 "name": "Jaap van Otterdijk",
1156 "email": "opensource@ijaap.nl"
1159 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1160 "homepage": "http://www.phpdoc.org",
1168 "time": "2017-09-11T18:02:19+00:00"
1171 "name": "phpdocumentor/reflection-docblock",
1175 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1176 "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
1180 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
1181 "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
1186 "phpdocumentor/reflection-common": "^1.0.0",
1187 "phpdocumentor/type-resolver": "^0.4.0",
1188 "webmozart/assert": "^1.0"
1191 "doctrine/instantiator": "~1.0.5",
1192 "mockery/mockery": "^1.0",
1193 "phpunit/phpunit": "^6.4"
1198 "dev-master": "4.x-dev"
1203 "phpDocumentor\\Reflection\\": [
1208 "notification-url": "https://packagist.org/downloads/",
1214 "name": "Mike van Riel",
1215 "email": "me@mikevanriel.com"
1218 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1219 "time": "2019-04-30T17:48:53+00:00"
1222 "name": "phpdocumentor/type-resolver",
1226 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1227 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
1231 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
1232 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
1236 "php": "^5.5 || ^7.0",
1237 "phpdocumentor/reflection-common": "^1.0"
1240 "mockery/mockery": "^0.9.4",
1241 "phpunit/phpunit": "^5.2||^4.8.24"
1246 "dev-master": "1.0.x-dev"
1251 "phpDocumentor\\Reflection\\": [
1256 "notification-url": "https://packagist.org/downloads/",
1262 "name": "Mike van Riel",
1263 "email": "me@mikevanriel.com"
1266 "time": "2017-07-14T14:27:02+00:00"
1269 "name": "phpspec/prophecy",
1273 "url": "https://github.com/phpspec/prophecy.git",
1274 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
1278 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1279 "reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
1283 "doctrine/instantiator": "^1.0.2",
1285 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
1286 "sebastian/comparator": "^1.1|^2.0|^3.0",
1287 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1290 "phpspec/phpspec": "^2.5|^3.2",
1291 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
1296 "dev-master": "1.8.x-dev"
1301 "Prophecy\\": "src/"
1304 "notification-url": "https://packagist.org/downloads/",
1310 "name": "Konstantin Kudryashov",
1311 "email": "ever.zet@gmail.com",
1312 "homepage": "http://everzet.com"
1315 "name": "Marcello Duarte",
1316 "email": "marcello.duarte@gmail.com"
1319 "description": "Highly opinionated mocking framework for PHP 5.3+",
1320 "homepage": "https://github.com/phpspec/prophecy",
1329 "time": "2018-08-05T17:53:17+00:00"
1332 "name": "phpunit/dbunit",
1336 "url": "https://github.com/sebastianbergmann/dbunit.git",
1337 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615"
1341 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/e77b469c3962b5a563f09a2a989f1c9bd38b8615",
1342 "reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615",
1347 "ext-simplexml": "*",
1349 "phpunit/phpunit": "^7.0",
1350 "symfony/yaml": "^3.0 || ^4.0"
1355 "dev-master": "4.0-dev"
1363 "notification-url": "https://packagist.org/downloads/",
1369 "name": "Sebastian Bergmann",
1370 "email": "sebastian@phpunit.de",
1374 "description": "PHPUnit extension for database interaction testing",
1375 "homepage": "https://github.com/sebastianbergmann/dbunit/",
1382 "time": "2018-02-07T06:47:59+00:00"
1385 "name": "phpunit/php-code-coverage",
1389 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1390 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
1394 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1395 "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
1400 "ext-xmlwriter": "*",
1402 "phpunit/php-file-iterator": "^2.0",
1403 "phpunit/php-text-template": "^1.2.1",
1404 "phpunit/php-token-stream": "^3.0",
1405 "sebastian/code-unit-reverse-lookup": "^1.0.1",
1406 "sebastian/environment": "^3.1 || ^4.0",
1407 "sebastian/version": "^2.0.1",
1408 "theseer/tokenizer": "^1.1"
1411 "phpunit/phpunit": "^7.0"
1414 "ext-xdebug": "^2.6.0"
1419 "dev-master": "6.1-dev"
1427 "notification-url": "https://packagist.org/downloads/",
1433 "name": "Sebastian Bergmann",
1434 "email": "sebastian@phpunit.de",
1438 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1439 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1445 "time": "2018-10-31T16:06:48+00:00"
1448 "name": "phpunit/php-file-iterator",
1452 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1453 "reference": "050bedf145a257b1ff02746c31894800e5122946"
1457 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
1458 "reference": "050bedf145a257b1ff02746c31894800e5122946",
1465 "phpunit/phpunit": "^7.1"
1470 "dev-master": "2.0.x-dev"
1478 "notification-url": "https://packagist.org/downloads/",
1484 "name": "Sebastian Bergmann",
1485 "email": "sebastian@phpunit.de",
1489 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1490 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1495 "time": "2018-09-13T20:33:42+00:00"
1498 "name": "phpunit/php-text-template",
1502 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1503 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1507 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1508 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1520 "notification-url": "https://packagist.org/downloads/",
1526 "name": "Sebastian Bergmann",
1527 "email": "sebastian@phpunit.de",
1531 "description": "Simple template engine.",
1532 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1536 "time": "2015-06-21T13:50:34+00:00"
1539 "name": "phpunit/php-timer",
1543 "url": "https://github.com/sebastianbergmann/php-timer.git",
1544 "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059"
1548 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b389aebe1b8b0578430bda0c7c95a829608e059",
1549 "reference": "8b389aebe1b8b0578430bda0c7c95a829608e059",
1556 "phpunit/phpunit": "^7.0"
1561 "dev-master": "2.1-dev"
1569 "notification-url": "https://packagist.org/downloads/",
1575 "name": "Sebastian Bergmann",
1576 "email": "sebastian@phpunit.de",
1580 "description": "Utility class for timing",
1581 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1585 "time": "2019-02-20T10:12:59+00:00"
1588 "name": "phpunit/php-token-stream",
1592 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1593 "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
1597 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
1598 "reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
1602 "ext-tokenizer": "*",
1606 "phpunit/phpunit": "^7.0"
1611 "dev-master": "3.0-dev"
1619 "notification-url": "https://packagist.org/downloads/",
1625 "name": "Sebastian Bergmann",
1626 "email": "sebastian@phpunit.de"
1629 "description": "Wrapper around PHP's tokenizer extension.",
1630 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1634 "time": "2018-10-30T05:52:18+00:00"
1637 "name": "phpunit/phpunit",
1638 "version": "7.5.12",
1641 "url": "https://github.com/sebastianbergmann/phpunit.git",
1642 "reference": "9ba59817745b0fe0c1a5a3032dfd4a6d2994ad1c"
1646 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9ba59817745b0fe0c1a5a3032dfd4a6d2994ad1c",
1647 "reference": "9ba59817745b0fe0c1a5a3032dfd4a6d2994ad1c",
1651 "doctrine/instantiator": "^1.1",
1655 "ext-mbstring": "*",
1657 "myclabs/deep-copy": "^1.7",
1658 "phar-io/manifest": "^1.0.2",
1659 "phar-io/version": "^2.0",
1661 "phpspec/prophecy": "^1.7",
1662 "phpunit/php-code-coverage": "^6.0.7",
1663 "phpunit/php-file-iterator": "^2.0.1",
1664 "phpunit/php-text-template": "^1.2.1",
1665 "phpunit/php-timer": "^2.1",
1666 "sebastian/comparator": "^3.0",
1667 "sebastian/diff": "^3.0",
1668 "sebastian/environment": "^4.0",
1669 "sebastian/exporter": "^3.1",
1670 "sebastian/global-state": "^2.0",
1671 "sebastian/object-enumerator": "^3.0.3",
1672 "sebastian/resource-operations": "^2.0",
1673 "sebastian/version": "^2.0.1"
1676 "phpunit/phpunit-mock-objects": "*"
1684 "phpunit/php-invoker": "^2.0"
1692 "dev-master": "7.5-dev"
1700 "notification-url": "https://packagist.org/downloads/",
1706 "name": "Sebastian Bergmann",
1707 "email": "sebastian@phpunit.de",
1711 "description": "The PHP Unit Testing framework.",
1712 "homepage": "https://phpunit.de/",
1718 "time": "2019-05-28T11:59:40+00:00"
1721 "name": "psr/container",
1725 "url": "https://github.com/php-fig/container.git",
1726 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1730 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1731 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1740 "dev-master": "1.0.x-dev"
1745 "Psr\\Container\\": "src/"
1748 "notification-url": "https://packagist.org/downloads/",
1755 "homepage": "http://www.php-fig.org/"
1758 "description": "Common Container Interface (PHP FIG PSR-11)",
1759 "homepage": "https://github.com/php-fig/container",
1763 "container-interface",
1764 "container-interop",
1767 "time": "2017-02-14T16:28:37+00:00"
1770 "name": "psr/http-message",
1774 "url": "https://github.com/php-fig/http-message.git",
1775 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1779 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1780 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1789 "dev-master": "1.0.x-dev"
1794 "Psr\\Http\\Message\\": "src/"
1797 "notification-url": "https://packagist.org/downloads/",
1804 "homepage": "http://www.php-fig.org/"
1807 "description": "Common interface for HTTP messages",
1808 "homepage": "https://github.com/php-fig/http-message",
1817 "time": "2016-08-06T14:39:51+00:00"
1824 "url": "https://github.com/php-fig/log.git",
1825 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
1829 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1830 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
1839 "dev-master": "1.0.x-dev"
1844 "Psr\\Log\\": "Psr/Log/"
1847 "notification-url": "https://packagist.org/downloads/",
1854 "homepage": "http://www.php-fig.org/"
1857 "description": "Common interface for logging libraries",
1858 "homepage": "https://github.com/php-fig/log",
1864 "time": "2018-11-20T15:27:04+00:00"
1867 "name": "ralouphie/getallheaders",
1871 "url": "https://github.com/ralouphie/getallheaders.git",
1872 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
1876 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
1877 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
1884 "phpunit/phpunit": "~3.7.0",
1885 "satooshi/php-coveralls": ">=1.0"
1890 "src/getallheaders.php"
1893 "notification-url": "https://packagist.org/downloads/",
1899 "name": "Ralph Khattar",
1900 "email": "ralph.khattar@gmail.com"
1903 "description": "A polyfill for getallheaders.",
1904 "time": "2016-02-11T07:05:27+00:00"
1907 "name": "sebastian/code-unit-reverse-lookup",
1911 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1912 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1916 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1917 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1921 "php": "^5.6 || ^7.0"
1924 "phpunit/phpunit": "^5.7 || ^6.0"
1929 "dev-master": "1.0.x-dev"
1937 "notification-url": "https://packagist.org/downloads/",
1943 "name": "Sebastian Bergmann",
1944 "email": "sebastian@phpunit.de"
1947 "description": "Looks up which function or method a line of code belongs to",
1948 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1949 "time": "2017-03-04T06:30:41+00:00"
1952 "name": "sebastian/comparator",
1956 "url": "https://github.com/sebastianbergmann/comparator.git",
1957 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
1961 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1962 "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
1967 "sebastian/diff": "^3.0",
1968 "sebastian/exporter": "^3.1"
1971 "phpunit/phpunit": "^7.1"
1976 "dev-master": "3.0-dev"
1984 "notification-url": "https://packagist.org/downloads/",
1990 "name": "Jeff Welch",
1991 "email": "whatthejeff@gmail.com"
1994 "name": "Volker Dusch",
1995 "email": "github@wallbash.com"
1998 "name": "Bernhard Schussek",
1999 "email": "bschussek@2bepublished.at"
2002 "name": "Sebastian Bergmann",
2003 "email": "sebastian@phpunit.de"
2006 "description": "Provides the functionality to compare PHP values for equality",
2007 "homepage": "https://github.com/sebastianbergmann/comparator",
2013 "time": "2018-07-12T15:12:46+00:00"
2016 "name": "sebastian/diff",
2020 "url": "https://github.com/sebastianbergmann/diff.git",
2021 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2025 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2026 "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2033 "phpunit/phpunit": "^7.5 || ^8.0",
2034 "symfony/process": "^2 || ^3.3 || ^4"
2039 "dev-master": "3.0-dev"
2047 "notification-url": "https://packagist.org/downloads/",
2053 "name": "Kore Nordmann",
2054 "email": "mail@kore-nordmann.de"
2057 "name": "Sebastian Bergmann",
2058 "email": "sebastian@phpunit.de"
2061 "description": "Diff implementation",
2062 "homepage": "https://github.com/sebastianbergmann/diff",
2069 "time": "2019-02-04T06:01:07+00:00"
2072 "name": "sebastian/environment",
2076 "url": "https://github.com/sebastianbergmann/environment.git",
2077 "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
2081 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
2082 "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
2089 "phpunit/phpunit": "^7.5"
2097 "dev-master": "4.2-dev"
2105 "notification-url": "https://packagist.org/downloads/",
2111 "name": "Sebastian Bergmann",
2112 "email": "sebastian@phpunit.de"
2115 "description": "Provides functionality to handle HHVM/PHP environments",
2116 "homepage": "http://www.github.com/sebastianbergmann/environment",
2122 "time": "2019-05-05T09:05:15+00:00"
2125 "name": "sebastian/exporter",
2129 "url": "https://github.com/sebastianbergmann/exporter.git",
2130 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2134 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
2135 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2140 "sebastian/recursion-context": "^3.0"
2143 "ext-mbstring": "*",
2144 "phpunit/phpunit": "^6.0"
2149 "dev-master": "3.1.x-dev"
2157 "notification-url": "https://packagist.org/downloads/",
2163 "name": "Jeff Welch",
2164 "email": "whatthejeff@gmail.com"
2167 "name": "Volker Dusch",
2168 "email": "github@wallbash.com"
2171 "name": "Bernhard Schussek",
2172 "email": "bschussek@2bepublished.at"
2175 "name": "Sebastian Bergmann",
2176 "email": "sebastian@phpunit.de"
2179 "name": "Adam Harvey",
2180 "email": "aharvey@php.net"
2183 "description": "Provides the functionality to export PHP variables for visualization",
2184 "homepage": "http://www.github.com/sebastianbergmann/exporter",
2189 "time": "2017-04-03T13:19:02+00:00"
2192 "name": "sebastian/global-state",
2196 "url": "https://github.com/sebastianbergmann/global-state.git",
2197 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2201 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2202 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2209 "phpunit/phpunit": "^6.0"
2217 "dev-master": "2.0-dev"
2225 "notification-url": "https://packagist.org/downloads/",
2231 "name": "Sebastian Bergmann",
2232 "email": "sebastian@phpunit.de"
2235 "description": "Snapshotting of global state",
2236 "homepage": "http://www.github.com/sebastianbergmann/global-state",
2240 "time": "2017-04-27T15:39:26+00:00"
2243 "name": "sebastian/object-enumerator",
2247 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2248 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2252 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2253 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2258 "sebastian/object-reflector": "^1.1.1",
2259 "sebastian/recursion-context": "^3.0"
2262 "phpunit/phpunit": "^6.0"
2267 "dev-master": "3.0.x-dev"
2275 "notification-url": "https://packagist.org/downloads/",
2281 "name": "Sebastian Bergmann",
2282 "email": "sebastian@phpunit.de"
2285 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2286 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2287 "time": "2017-08-03T12:35:26+00:00"
2290 "name": "sebastian/object-reflector",
2294 "url": "https://github.com/sebastianbergmann/object-reflector.git",
2295 "reference": "773f97c67f28de00d397be301821b06708fca0be"
2299 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
2300 "reference": "773f97c67f28de00d397be301821b06708fca0be",
2307 "phpunit/phpunit": "^6.0"
2312 "dev-master": "1.1-dev"
2320 "notification-url": "https://packagist.org/downloads/",
2326 "name": "Sebastian Bergmann",
2327 "email": "sebastian@phpunit.de"
2330 "description": "Allows reflection of object attributes, including inherited and non-public ones",
2331 "homepage": "https://github.com/sebastianbergmann/object-reflector/",
2332 "time": "2017-03-29T09:07:27+00:00"
2335 "name": "sebastian/recursion-context",
2339 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2340 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2344 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2345 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2352 "phpunit/phpunit": "^6.0"
2357 "dev-master": "3.0.x-dev"
2365 "notification-url": "https://packagist.org/downloads/",
2371 "name": "Jeff Welch",
2372 "email": "whatthejeff@gmail.com"
2375 "name": "Sebastian Bergmann",
2376 "email": "sebastian@phpunit.de"
2379 "name": "Adam Harvey",
2380 "email": "aharvey@php.net"
2383 "description": "Provides functionality to recursively process PHP variables",
2384 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2385 "time": "2017-03-03T06:23:57+00:00"
2388 "name": "sebastian/resource-operations",
2392 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2393 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2397 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2398 "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2407 "dev-master": "2.0-dev"
2415 "notification-url": "https://packagist.org/downloads/",
2421 "name": "Sebastian Bergmann",
2422 "email": "sebastian@phpunit.de"
2425 "description": "Provides a list of PHP built-in functions that operate on resources",
2426 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2427 "time": "2018-10-04T04:07:39+00:00"
2430 "name": "sebastian/version",
2434 "url": "https://github.com/sebastianbergmann/version.git",
2435 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2439 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2440 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2449 "dev-master": "2.0.x-dev"
2457 "notification-url": "https://packagist.org/downloads/",
2463 "name": "Sebastian Bergmann",
2464 "email": "sebastian@phpunit.de",
2468 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2469 "homepage": "https://github.com/sebastianbergmann/version",
2470 "time": "2016-10-03T07:35:21+00:00"
2473 "name": "symfony/browser-kit",
2474 "version": "v4.3.0",
2477 "url": "https://github.com/symfony/browser-kit.git",
2478 "reference": "3fa7d8cbd2e5006038a09b8ef93f3859a89b627e"
2482 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/3fa7d8cbd2e5006038a09b8ef93f3859a89b627e",
2483 "reference": "3fa7d8cbd2e5006038a09b8ef93f3859a89b627e",
2488 "symfony/dom-crawler": "~3.4|~4.0"
2491 "symfony/css-selector": "~3.4|~4.0",
2492 "symfony/http-client": "^4.3",
2493 "symfony/mime": "^4.3",
2494 "symfony/process": "~3.4|~4.0"
2497 "symfony/process": ""
2502 "dev-master": "4.3-dev"
2507 "Symfony\\Component\\BrowserKit\\": ""
2509 "exclude-from-classmap": [
2513 "notification-url": "https://packagist.org/downloads/",
2519 "name": "Fabien Potencier",
2520 "email": "fabien@symfony.com"
2523 "name": "Symfony Community",
2524 "homepage": "https://symfony.com/contributors"
2527 "description": "Symfony BrowserKit Component",
2528 "homepage": "https://symfony.com",
2529 "time": "2019-04-15T20:15:25+00:00"
2532 "name": "symfony/class-loader",
2533 "version": "v3.4.28",
2536 "url": "https://github.com/symfony/class-loader.git",
2537 "reference": "4459eef5298dedfb69f771186a580062b8516497"
2541 "url": "https://api.github.com/repos/symfony/class-loader/zipball/4459eef5298dedfb69f771186a580062b8516497",
2542 "reference": "4459eef5298dedfb69f771186a580062b8516497",
2546 "php": "^5.5.9|>=7.0.8"
2549 "symfony/finder": "~2.8|~3.0|~4.0",
2550 "symfony/polyfill-apcu": "~1.1"
2553 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
2558 "dev-master": "3.4-dev"
2563 "Symfony\\Component\\ClassLoader\\": ""
2565 "exclude-from-classmap": [
2569 "notification-url": "https://packagist.org/downloads/",
2575 "name": "Fabien Potencier",
2576 "email": "fabien@symfony.com"
2579 "name": "Symfony Community",
2580 "homepage": "https://symfony.com/contributors"
2583 "description": "Symfony ClassLoader Component",
2584 "homepage": "https://symfony.com",
2585 "time": "2019-01-16T09:39:14+00:00"
2588 "name": "symfony/config",
2589 "version": "v3.4.28",
2592 "url": "https://github.com/symfony/config.git",
2593 "reference": "177a276c01575253c95cefe0866e3d1b57637fe0"
2597 "url": "https://api.github.com/repos/symfony/config/zipball/177a276c01575253c95cefe0866e3d1b57637fe0",
2598 "reference": "177a276c01575253c95cefe0866e3d1b57637fe0",
2602 "php": "^5.5.9|>=7.0.8",
2603 "symfony/filesystem": "~2.8|~3.0|~4.0",
2604 "symfony/polyfill-ctype": "~1.8"
2607 "symfony/dependency-injection": "<3.3",
2608 "symfony/finder": "<3.3"
2611 "symfony/dependency-injection": "~3.3|~4.0",
2612 "symfony/event-dispatcher": "~3.3|~4.0",
2613 "symfony/finder": "~3.3|~4.0",
2614 "symfony/yaml": "~3.0|~4.0"
2617 "symfony/yaml": "To use the yaml reference dumper"
2622 "dev-master": "3.4-dev"
2627 "Symfony\\Component\\Config\\": ""
2629 "exclude-from-classmap": [
2633 "notification-url": "https://packagist.org/downloads/",
2639 "name": "Fabien Potencier",
2640 "email": "fabien@symfony.com"
2643 "name": "Symfony Community",
2644 "homepage": "https://symfony.com/contributors"
2647 "description": "Symfony Config Component",
2648 "homepage": "https://symfony.com",
2649 "time": "2019-02-23T15:06:07+00:00"
2652 "name": "symfony/console",
2653 "version": "v3.3.18",
2656 "url": "https://github.com/symfony/console.git",
2657 "reference": "af7ec995de93671c03cc1b4e3176c8588bc79dcc"
2661 "url": "https://api.github.com/repos/symfony/console/zipball/af7ec995de93671c03cc1b4e3176c8588bc79dcc",
2662 "reference": "af7ec995de93671c03cc1b4e3176c8588bc79dcc",
2666 "php": "^5.5.9|>=7.0.8",
2667 "symfony/debug": "~2.8|~3.0",
2668 "symfony/polyfill-mbstring": "~1.0"
2671 "symfony/dependency-injection": "<3.3"
2675 "symfony/config": "~3.3",
2676 "symfony/dependency-injection": "~3.3",
2677 "symfony/event-dispatcher": "~2.8|~3.0",
2678 "symfony/filesystem": "~2.8|~3.0",
2679 "symfony/process": "~2.8|~3.0"
2682 "psr/log": "For using the console logger",
2683 "symfony/event-dispatcher": "",
2684 "symfony/filesystem": "",
2685 "symfony/process": ""
2690 "dev-master": "3.3-dev"
2695 "Symfony\\Component\\Console\\": ""
2697 "exclude-from-classmap": [
2701 "notification-url": "https://packagist.org/downloads/",
2707 "name": "Fabien Potencier",
2708 "email": "fabien@symfony.com"
2711 "name": "Symfony Community",
2712 "homepage": "https://symfony.com/contributors"
2715 "description": "Symfony Console Component",
2716 "homepage": "https://symfony.com",
2717 "time": "2018-01-29T09:02:23+00:00"
2720 "name": "symfony/css-selector",
2721 "version": "v3.4.28",
2724 "url": "https://github.com/symfony/css-selector.git",
2725 "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf"
2729 "url": "https://api.github.com/repos/symfony/css-selector/zipball/8ca29297c29b64fb3a1a135e71cb25f67f9fdccf",
2730 "reference": "8ca29297c29b64fb3a1a135e71cb25f67f9fdccf",
2734 "php": "^5.5.9|>=7.0.8"
2739 "dev-master": "3.4-dev"
2744 "Symfony\\Component\\CssSelector\\": ""
2746 "exclude-from-classmap": [
2750 "notification-url": "https://packagist.org/downloads/",
2756 "name": "Jean-François Simon",
2757 "email": "jeanfrancois.simon@sensiolabs.com"
2760 "name": "Fabien Potencier",
2761 "email": "fabien@symfony.com"
2764 "name": "Symfony Community",
2765 "homepage": "https://symfony.com/contributors"
2768 "description": "Symfony CssSelector Component",
2769 "homepage": "https://symfony.com",
2770 "time": "2019-01-16T09:39:14+00:00"
2773 "name": "symfony/debug",
2774 "version": "v3.4.28",
2777 "url": "https://github.com/symfony/debug.git",
2778 "reference": "671fc55bd14800668b1d0a3708c3714940e30a8c"
2782 "url": "https://api.github.com/repos/symfony/debug/zipball/671fc55bd14800668b1d0a3708c3714940e30a8c",
2783 "reference": "671fc55bd14800668b1d0a3708c3714940e30a8c",
2787 "php": "^5.5.9|>=7.0.8",
2791 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2794 "symfony/http-kernel": "~2.8|~3.0|~4.0"
2799 "dev-master": "3.4-dev"
2804 "Symfony\\Component\\Debug\\": ""
2806 "exclude-from-classmap": [
2810 "notification-url": "https://packagist.org/downloads/",
2816 "name": "Fabien Potencier",
2817 "email": "fabien@symfony.com"
2820 "name": "Symfony Community",
2821 "homepage": "https://symfony.com/contributors"
2824 "description": "Symfony Debug Component",
2825 "homepage": "https://symfony.com",
2826 "time": "2019-05-18T13:32:47+00:00"
2829 "name": "symfony/dependency-injection",
2830 "version": "v3.3.18",
2833 "url": "https://github.com/symfony/dependency-injection.git",
2834 "reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1"
2838 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/54243abc4e1a1a15e274e391bd6f7090b44711f1",
2839 "reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1",
2843 "php": "^5.5.9|>=7.0.8",
2844 "psr/container": "^1.0"
2847 "symfony/config": "<3.3.7",
2848 "symfony/finder": "<3.3",
2849 "symfony/yaml": "<3.3"
2852 "psr/container-implementation": "1.0"
2855 "symfony/config": "~3.3",
2856 "symfony/expression-language": "~2.8|~3.0",
2857 "symfony/yaml": "~3.3"
2860 "symfony/config": "",
2861 "symfony/expression-language": "For using expressions in service container configuration",
2862 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2863 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2869 "dev-master": "3.3-dev"
2874 "Symfony\\Component\\DependencyInjection\\": ""
2876 "exclude-from-classmap": [
2880 "notification-url": "https://packagist.org/downloads/",
2886 "name": "Fabien Potencier",
2887 "email": "fabien@symfony.com"
2890 "name": "Symfony Community",
2891 "homepage": "https://symfony.com/contributors"
2894 "description": "Symfony DependencyInjection Component",
2895 "homepage": "https://symfony.com",
2896 "time": "2018-01-29T09:02:23+00:00"
2899 "name": "symfony/dom-crawler",
2900 "version": "v4.3.0",
2903 "url": "https://github.com/symfony/dom-crawler.git",
2904 "reference": "28edb1d371640654fbfb9df53d70fa03fdf69fb6"
2908 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/28edb1d371640654fbfb9df53d70fa03fdf69fb6",
2909 "reference": "28edb1d371640654fbfb9df53d70fa03fdf69fb6",
2914 "symfony/polyfill-ctype": "~1.8",
2915 "symfony/polyfill-mbstring": "~1.0"
2918 "masterminds/html5": "<2.6"
2921 "masterminds/html5": "^2.6",
2922 "symfony/css-selector": "~3.4|~4.0"
2925 "symfony/css-selector": ""
2930 "dev-master": "4.3-dev"
2935 "Symfony\\Component\\DomCrawler\\": ""
2937 "exclude-from-classmap": [
2941 "notification-url": "https://packagist.org/downloads/",
2947 "name": "Fabien Potencier",
2948 "email": "fabien@symfony.com"
2951 "name": "Symfony Community",
2952 "homepage": "https://symfony.com/contributors"
2955 "description": "Symfony DomCrawler Component",
2956 "homepage": "https://symfony.com",
2957 "time": "2019-04-26T05:53:56+00:00"
2960 "name": "symfony/event-dispatcher",
2961 "version": "v3.4.28",
2964 "url": "https://github.com/symfony/event-dispatcher.git",
2965 "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff"
2969 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a088aafcefb4eef2520a290ed82e4374092a6dff",
2970 "reference": "a088aafcefb4eef2520a290ed82e4374092a6dff",
2974 "php": "^5.5.9|>=7.0.8"
2977 "symfony/dependency-injection": "<3.3"
2981 "symfony/config": "~2.8|~3.0|~4.0",
2982 "symfony/dependency-injection": "~3.3|~4.0",
2983 "symfony/expression-language": "~2.8|~3.0|~4.0",
2984 "symfony/stopwatch": "~2.8|~3.0|~4.0"
2987 "symfony/dependency-injection": "",
2988 "symfony/http-kernel": ""
2993 "dev-master": "3.4-dev"
2998 "Symfony\\Component\\EventDispatcher\\": ""
3000 "exclude-from-classmap": [
3004 "notification-url": "https://packagist.org/downloads/",
3010 "name": "Fabien Potencier",
3011 "email": "fabien@symfony.com"
3014 "name": "Symfony Community",
3015 "homepage": "https://symfony.com/contributors"
3018 "description": "Symfony EventDispatcher Component",
3019 "homepage": "https://symfony.com",
3020 "time": "2019-04-02T08:51:52+00:00"
3023 "name": "symfony/filesystem",
3024 "version": "v4.3.0",
3027 "url": "https://github.com/symfony/filesystem.git",
3028 "reference": "988ab7d70c267c34efa85772ca20de3fad11c74b"
3032 "url": "https://api.github.com/repos/symfony/filesystem/zipball/988ab7d70c267c34efa85772ca20de3fad11c74b",
3033 "reference": "988ab7d70c267c34efa85772ca20de3fad11c74b",
3038 "symfony/polyfill-ctype": "~1.8"
3043 "dev-master": "4.3-dev"
3048 "Symfony\\Component\\Filesystem\\": ""
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": "Symfony Filesystem Component",
3069 "homepage": "https://symfony.com",
3070 "time": "2019-05-24T12:50:04+00:00"
3073 "name": "symfony/polyfill-ctype",
3074 "version": "v1.11.0",
3077 "url": "https://github.com/symfony/polyfill-ctype.git",
3078 "reference": "82ebae02209c21113908c229e9883c419720738a"
3082 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
3083 "reference": "82ebae02209c21113908c229e9883c419720738a",
3090 "ext-ctype": "For best performance"
3095 "dev-master": "1.11-dev"
3100 "Symfony\\Polyfill\\Ctype\\": ""
3106 "notification-url": "https://packagist.org/downloads/",
3112 "name": "Symfony Community",
3113 "homepage": "https://symfony.com/contributors"
3116 "name": "Gert de Pagter",
3117 "email": "BackEndTea@gmail.com"
3120 "description": "Symfony polyfill for ctype functions",
3121 "homepage": "https://symfony.com",
3128 "time": "2019-02-06T07:57:58+00:00"
3131 "name": "symfony/polyfill-mbstring",
3132 "version": "v1.11.0",
3135 "url": "https://github.com/symfony/polyfill-mbstring.git",
3136 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
3140 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
3141 "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
3148 "ext-mbstring": "For best performance"
3153 "dev-master": "1.11-dev"
3158 "Symfony\\Polyfill\\Mbstring\\": ""
3164 "notification-url": "https://packagist.org/downloads/",
3170 "name": "Nicolas Grekas",
3171 "email": "p@tchwork.com"
3174 "name": "Symfony Community",
3175 "homepage": "https://symfony.com/contributors"
3178 "description": "Symfony polyfill for the Mbstring extension",
3179 "homepage": "https://symfony.com",
3187 "time": "2019-02-06T07:57:58+00:00"
3190 "name": "symfony/process",
3191 "version": "v2.8.50",
3194 "url": "https://github.com/symfony/process.git",
3195 "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
3199 "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
3200 "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
3209 "dev-master": "2.8-dev"
3214 "Symfony\\Component\\Process\\": ""
3216 "exclude-from-classmap": [
3220 "notification-url": "https://packagist.org/downloads/",
3226 "name": "Fabien Potencier",
3227 "email": "fabien@symfony.com"
3230 "name": "Symfony Community",
3231 "homepage": "https://symfony.com/contributors"
3234 "description": "Symfony Process Component",
3235 "homepage": "https://symfony.com",
3236 "time": "2018-11-11T11:18:13+00:00"
3239 "name": "symfony/translation",
3240 "version": "v3.3.18",
3243 "url": "https://github.com/symfony/translation.git",
3244 "reference": "90cb5ca3eb84b3053fef876e11e405fd819487fc"
3248 "url": "https://api.github.com/repos/symfony/translation/zipball/90cb5ca3eb84b3053fef876e11e405fd819487fc",
3249 "reference": "90cb5ca3eb84b3053fef876e11e405fd819487fc",
3253 "php": "^5.5.9|>=7.0.8",
3254 "symfony/polyfill-mbstring": "~1.0"
3257 "symfony/config": "<2.8",
3258 "symfony/yaml": "<3.3"
3262 "symfony/config": "~2.8|~3.0",
3263 "symfony/intl": "^2.8.18|^3.2.5",
3264 "symfony/yaml": "~3.3"
3267 "psr/log": "To use logging capability in translator",
3268 "symfony/config": "",
3274 "dev-master": "3.3-dev"
3279 "Symfony\\Component\\Translation\\": ""
3281 "exclude-from-classmap": [
3285 "notification-url": "https://packagist.org/downloads/",
3291 "name": "Fabien Potencier",
3292 "email": "fabien@symfony.com"
3295 "name": "Symfony Community",
3296 "homepage": "https://symfony.com/contributors"
3299 "description": "Symfony Translation Component",
3300 "homepage": "https://symfony.com",
3301 "time": "2018-01-18T14:19:00+00:00"
3304 "name": "symfony/yaml",
3305 "version": "v3.3.18",
3308 "url": "https://github.com/symfony/yaml.git",
3309 "reference": "af615970e265543a26ee712c958404eb9b7ac93d"
3313 "url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
3314 "reference": "af615970e265543a26ee712c958404eb9b7ac93d",
3318 "php": "^5.5.9|>=7.0.8"
3321 "symfony/console": "~2.8|~3.0"
3324 "symfony/console": "For validating YAML files using the lint command"
3329 "dev-master": "3.3-dev"
3334 "Symfony\\Component\\Yaml\\": ""
3336 "exclude-from-classmap": [
3340 "notification-url": "https://packagist.org/downloads/",
3346 "name": "Fabien Potencier",
3347 "email": "fabien@symfony.com"
3350 "name": "Symfony Community",
3351 "homepage": "https://symfony.com/contributors"
3354 "description": "Symfony Yaml Component",
3355 "homepage": "https://symfony.com",
3356 "time": "2018-01-20T15:04:53+00:00"
3359 "name": "theseer/tokenizer",
3363 "url": "https://github.com/theseer/tokenizer.git",
3364 "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8"
3368 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/1c42705be2b6c1de5904f8afacef5895cab44bf8",
3369 "reference": "1c42705be2b6c1de5904f8afacef5895cab44bf8",
3374 "ext-tokenizer": "*",
3375 "ext-xmlwriter": "*",
3384 "notification-url": "https://packagist.org/downloads/",
3390 "name": "Arne Blankerts",
3391 "email": "arne@blankerts.de",
3395 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3396 "time": "2019-04-04T09:56:43+00:00"
3399 "name": "webmozart/assert",
3403 "url": "https://github.com/webmozart/assert.git",
3404 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
3408 "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
3409 "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
3413 "php": "^5.3.3 || ^7.0",
3414 "symfony/polyfill-ctype": "^1.8"
3417 "phpunit/phpunit": "^4.6",
3418 "sebastian/version": "^1.0.1"
3423 "dev-master": "1.3-dev"
3428 "Webmozart\\Assert\\": "src/"
3431 "notification-url": "https://packagist.org/downloads/",
3437 "name": "Bernhard Schussek",
3438 "email": "bschussek@gmail.com"
3441 "description": "Assertions to validate method input/output with nice error messages.",
3447 "time": "2018-12-25T11:19:39+00:00"
3453 "alias_normalized": "1.9999999.9999999.9999999-dev",
3454 "version": "dev-local",
3455 "package": "instaclick/php-webdriver"
3458 "minimum-stability": "stable",
3459 "stability-flags": {
3460 "instaclick/php-webdriver": 20
3462 "prefer-stable": false,
3463 "prefer-lowest": false,