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#composer-lock-the-lock-file",
5 "This file is @generated automatically"
7 "hash": "87cf286828dd74f76aa6021b4cf7ecd5",
8 "content-hash": "ce905d6cf20a164ed747648b85732e8d",
12 "name": "behat/behat",
16 "url": "https://github.com/Behat/Behat.git",
17 "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d"
21 "url": "https://api.github.com/repos/Behat/Behat/zipball/44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
22 "reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
26 "behat/gherkin": "^4.4.4",
27 "behat/transliterator": "^1.2",
28 "container-interop/container-interop": "^1.1",
31 "symfony/class-loader": "~2.1||~3.0",
32 "symfony/config": "~2.3||~3.0",
33 "symfony/console": "~2.5||~3.0",
34 "symfony/dependency-injection": "~2.1||~3.0",
35 "symfony/event-dispatcher": "~2.1||~3.0",
36 "symfony/translation": "~2.3||~3.0",
37 "symfony/yaml": "~2.1||~3.0"
40 "herrera-io/box": "~1.6.1",
41 "phpunit/phpunit": "~4.5",
42 "symfony/process": "~2.5|~3.0"
45 "behat/mink-extension": "for integration with Mink testing framework",
46 "behat/symfony2-extension": "for integration with Symfony2 web framework",
47 "behat/yii-extension": "for integration with Yii web framework"
55 "dev-master": "3.2.x-dev"
60 "Behat\\Behat": "src/",
61 "Behat\\Testwork": "src/"
64 "notification-url": "https://packagist.org/downloads/",
70 "name": "Konstantin Kudryashov",
71 "email": "ever.zet@gmail.com",
72 "homepage": "http://everzet.com"
75 "description": "Scenario-oriented BDD framework for PHP 5.3",
76 "homepage": "http://behat.org/",
91 "time": "2017-05-15 16:49:16"
94 "name": "behat/gherkin",
98 "url": "https://github.com/Behat/Gherkin.git",
99 "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
103 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
104 "reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
111 "phpunit/phpunit": "~4.5|~5",
112 "symfony/phpunit-bridge": "~2.7|~3",
113 "symfony/yaml": "~2.3|~3"
116 "symfony/yaml": "If you want to parse features, represented in YAML files"
121 "dev-master": "4.4-dev"
126 "Behat\\Gherkin": "src/"
129 "notification-url": "https://packagist.org/downloads/",
135 "name": "Konstantin Kudryashov",
136 "email": "ever.zet@gmail.com",
137 "homepage": "http://everzet.com"
140 "description": "Gherkin DSL parser for PHP 5.3",
141 "homepage": "http://behat.org/",
150 "time": "2016-10-30 11:50:56"
153 "name": "behat/mink",
157 "url": "https://github.com/minkphp/Mink.git",
158 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
162 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
163 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
168 "symfony/css-selector": "~2.1|~3.0"
171 "symfony/phpunit-bridge": "~2.7|~3.0"
174 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
175 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
176 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
177 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
182 "dev-master": "1.7.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": "2016-03-05 08:26:18"
211 "name": "behat/mink-browserkit-driver",
215 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
216 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
220 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
221 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
225 "behat/mink": "^1.7.1@dev",
227 "symfony/browser-kit": "~2.3|~3.0",
228 "symfony/dom-crawler": "~2.3|~3.0"
231 "silex/silex": "~1.2",
232 "symfony/phpunit-bridge": "~2.7|~3.0"
234 "type": "mink-driver",
237 "dev-master": "1.3.x-dev"
242 "Behat\\Mink\\Driver\\": "src/"
245 "notification-url": "https://packagist.org/downloads/",
251 "name": "Konstantin Kudryashov",
252 "email": "ever.zet@gmail.com",
253 "homepage": "http://everzet.com"
256 "description": "Symfony2 BrowserKit driver for Mink framework",
257 "homepage": "http://mink.behat.org/",
264 "time": "2016-03-05 08:59:47"
267 "name": "behat/mink-extension",
271 "url": "https://github.com/Behat/MinkExtension.git",
272 "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
276 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
277 "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
281 "behat/behat": "~3.0,>=3.0.5",
282 "behat/mink": "~1.5",
284 "symfony/config": "~2.2|~3.0"
287 "behat/mink-goutte-driver": "~1.1",
288 "phpspec/phpspec": "~2.0"
290 "type": "behat-extension",
293 "dev-master": "2.1.x-dev"
298 "Behat\\MinkExtension": "src/"
301 "notification-url": "https://packagist.org/downloads/",
307 "name": "Christophe Coevoet",
308 "email": "stof@notk.org"
311 "name": "Konstantin Kudryashov",
312 "email": "ever.zet@gmail.com"
315 "description": "Mink extension for Behat",
316 "homepage": "http://extensions.behat.org/mink",
323 "time": "2016-02-15 07:55:18"
326 "name": "behat/mink-goutte-driver",
330 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
331 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
335 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
336 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
340 "behat/mink": "~1.6@dev",
341 "behat/mink-browserkit-driver": "~1.2@dev",
342 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
346 "symfony/phpunit-bridge": "~2.7|~3.0"
348 "type": "mink-driver",
351 "dev-master": "1.2.x-dev"
356 "Behat\\Mink\\Driver\\": "src/"
359 "notification-url": "https://packagist.org/downloads/",
365 "name": "Konstantin Kudryashov",
366 "email": "ever.zet@gmail.com",
367 "homepage": "http://everzet.com"
370 "description": "Goutte driver for Mink framework",
371 "homepage": "http://mink.behat.org/",
378 "time": "2016-03-05 09:04:22"
381 "name": "behat/mink-selenium2-driver",
385 "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
386 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
390 "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
391 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
395 "behat/mink": "~1.7@dev",
396 "instaclick/php-webdriver": "~1.1",
400 "symfony/phpunit-bridge": "~2.7"
402 "type": "mink-driver",
405 "dev-master": "1.3.x-dev"
410 "Behat\\Mink\\Driver\\": "src/"
413 "notification-url": "https://packagist.org/downloads/",
419 "name": "Konstantin Kudryashov",
420 "email": "ever.zet@gmail.com",
421 "homepage": "http://everzet.com"
424 "name": "Pete Otaqui",
425 "email": "pete@otaqui.com",
426 "homepage": "https://github.com/pete-otaqui"
429 "description": "Selenium2 (WebDriver) driver for Mink framework",
430 "homepage": "http://mink.behat.org/",
439 "time": "2016-03-05 09:10:18"
442 "name": "behat/transliterator",
446 "url": "https://github.com/Behat/Transliterator.git",
447 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
451 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
452 "reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
459 "chuyskywalker/rolling-curl": "^3.1",
460 "php-yaoi/php-yaoi": "^1.0"
465 "dev-master": "1.2-dev"
470 "Behat\\Transliterator": "src/"
473 "notification-url": "https://packagist.org/downloads/",
477 "description": "String transliterator",
483 "time": "2017-04-04 11:38:05"
486 "name": "container-interop/container-interop",
490 "url": "https://github.com/container-interop/container-interop.git",
491 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
495 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
496 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
500 "psr/container": "^1.0"
505 "Interop\\Container\\": "src/Interop/Container/"
508 "notification-url": "https://packagist.org/downloads/",
512 "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
513 "homepage": "https://github.com/container-interop/container-interop",
514 "time": "2017-02-14 19:40:03"
517 "name": "doctrine/instantiator",
521 "url": "https://github.com/doctrine/instantiator.git",
522 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
526 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
527 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
531 "php": ">=5.3,<8.0-DEV"
534 "athletic/athletic": "~0.1.8",
537 "phpunit/phpunit": "~4.0",
538 "squizlabs/php_codesniffer": "~2.0"
543 "dev-master": "1.0.x-dev"
548 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
551 "notification-url": "https://packagist.org/downloads/",
557 "name": "Marco Pivetta",
558 "email": "ocramius@gmail.com",
559 "homepage": "http://ocramius.github.com/"
562 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
563 "homepage": "https://github.com/doctrine/instantiator",
568 "time": "2015-06-14 21:17:01"
571 "name": "fabpot/goutte",
575 "url": "https://github.com/FriendsOfPHP/Goutte.git",
576 "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638"
580 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/db5c28f4a010b4161d507d5304e28a7ebf211638",
581 "reference": "db5c28f4a010b4161d507d5304e28a7ebf211638",
585 "guzzlehttp/guzzle": "^6.0",
587 "symfony/browser-kit": "~2.1|~3.0",
588 "symfony/css-selector": "~2.1|~3.0",
589 "symfony/dom-crawler": "~2.1|~3.0"
591 "type": "application",
594 "dev-master": "3.2-dev"
602 "notification-url": "https://packagist.org/downloads/",
608 "name": "Fabien Potencier",
609 "email": "fabien@symfony.com"
612 "description": "A simple PHP Web Scraper",
613 "homepage": "https://github.com/FriendsOfPHP/Goutte",
617 "time": "2017-01-03 13:21:43"
620 "name": "guzzlehttp/guzzle",
624 "url": "https://github.com/guzzle/guzzle.git",
625 "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
629 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
630 "reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
634 "guzzlehttp/promises": "^1.0",
635 "guzzlehttp/psr7": "^1.4",
640 "phpunit/phpunit": "^4.0",
646 "dev-master": "6.2-dev"
651 "src/functions_include.php"
654 "GuzzleHttp\\": "src/"
657 "notification-url": "https://packagist.org/downloads/",
663 "name": "Michael Dowling",
664 "email": "mtdowling@gmail.com",
665 "homepage": "https://github.com/mtdowling"
668 "description": "Guzzle is a PHP HTTP client library",
669 "homepage": "http://guzzlephp.org/",
679 "time": "2017-02-28 22:50:30"
682 "name": "guzzlehttp/promises",
686 "url": "https://github.com/guzzle/promises.git",
687 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
691 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
692 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
699 "phpunit/phpunit": "^4.0"
704 "dev-master": "1.4-dev"
709 "GuzzleHttp\\Promise\\": "src/"
712 "src/functions_include.php"
715 "notification-url": "https://packagist.org/downloads/",
721 "name": "Michael Dowling",
722 "email": "mtdowling@gmail.com",
723 "homepage": "https://github.com/mtdowling"
726 "description": "Guzzle promises library",
730 "time": "2016-12-20 10:07:11"
733 "name": "guzzlehttp/psr7",
737 "url": "https://github.com/guzzle/psr7.git",
738 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
742 "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
743 "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
748 "psr/http-message": "~1.0"
751 "psr/http-message-implementation": "1.0"
754 "phpunit/phpunit": "~4.0"
759 "dev-master": "1.4-dev"
764 "GuzzleHttp\\Psr7\\": "src/"
767 "src/functions_include.php"
770 "notification-url": "https://packagist.org/downloads/",
776 "name": "Michael Dowling",
777 "email": "mtdowling@gmail.com",
778 "homepage": "https://github.com/mtdowling"
781 "name": "Tobias Schultze",
782 "homepage": "https://github.com/Tobion"
785 "description": "PSR-7 message implementation that also provides common utility methods",
795 "time": "2017-03-20 17:10:46"
798 "name": "instaclick/php-webdriver",
802 "url": "https://github.com/instaclick/php-webdriver.git",
803 "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
807 "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
808 "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
816 "satooshi/php-coveralls": "dev-master"
821 "dev-master": "1.4.x-dev"
829 "notification-url": "https://packagist.org/downloads/",
835 "name": "Justin Bishop",
836 "email": "jubishop@gmail.com",
840 "name": "Anthon Pang",
841 "email": "apang@softwaredevelopment.ca",
842 "role": "Fork maintainer"
845 "description": "PHP WebDriver for Selenium 2",
846 "homepage": "http://instaclick.com/",
853 "time": "2015-06-15 20:19:33"
856 "name": "mikey179/vfsStream",
860 "url": "https://github.com/mikey179/vfsStream.git",
861 "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
865 "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
866 "reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
873 "phpunit/phpunit": "~4.5"
878 "dev-master": "1.6.x-dev"
883 "org\\bovigo\\vfs\\": "src/main/php"
886 "notification-url": "https://packagist.org/downloads/",
892 "name": "Frank Kleine",
893 "homepage": "http://frankkleine.de/",
897 "description": "Virtual file system to mock the real file system in unit tests.",
898 "homepage": "http://vfs.bovigo.org/",
899 "time": "2016-07-18 14:02:57"
902 "name": "moodlehq/behat-extension",
903 "version": "v3.34.0",
906 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
907 "reference": "a1f956fb13ef4c430ceb37c6c1ffcd355d956a22"
911 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/a1f956fb13ef4c430ceb37c6c1ffcd355d956a22",
912 "reference": "a1f956fb13ef4c430ceb37c6c1ffcd355d956a22",
916 "behat/behat": "3.3.*",
917 "behat/mink": "~1.7",
918 "behat/mink-extension": "~2.2",
919 "behat/mink-goutte-driver": "~1.2",
920 "behat/mink-selenium2-driver": "~1.3",
922 "symfony/process": "2.8.*"
927 "Moodle\\BehatExtension": "src/"
930 "notification-url": "https://packagist.org/downloads/",
936 "name": "David Monllaó",
937 "email": "david.monllao@gmail.com",
938 "homepage": "http://moodle.com",
942 "description": "Moodle behat extension",
948 "time": "2017-01-20 02:48:22"
951 "name": "myclabs/deep-copy",
955 "url": "https://github.com/myclabs/DeepCopy.git",
956 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102"
960 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/8e6e04167378abf1ddb4d3522d8755c5fd90d102",
961 "reference": "8e6e04167378abf1ddb4d3522d8755c5fd90d102",
968 "doctrine/collections": "1.*",
969 "phpunit/phpunit": "~4.1"
974 "DeepCopy\\": "src/DeepCopy/"
977 "notification-url": "https://packagist.org/downloads/",
981 "description": "Create deep copies (clones) of your objects",
982 "homepage": "https://github.com/myclabs/DeepCopy",
990 "time": "2017-04-12 18:52:22"
993 "name": "phpdocumentor/reflection-common",
997 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
998 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
1002 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1003 "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
1010 "phpunit/phpunit": "^4.6"
1015 "dev-master": "1.0.x-dev"
1020 "phpDocumentor\\Reflection\\": [
1025 "notification-url": "https://packagist.org/downloads/",
1031 "name": "Jaap van Otterdijk",
1032 "email": "opensource@ijaap.nl"
1035 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
1036 "homepage": "http://www.phpdoc.org",
1044 "time": "2015-12-27 11:43:31"
1047 "name": "phpdocumentor/reflection-docblock",
1051 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
1052 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
1056 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1057 "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
1062 "phpdocumentor/reflection-common": "^1.0@dev",
1063 "phpdocumentor/type-resolver": "^0.2.0",
1064 "webmozart/assert": "^1.0"
1067 "mockery/mockery": "^0.9.4",
1068 "phpunit/phpunit": "^4.4"
1073 "phpDocumentor\\Reflection\\": [
1078 "notification-url": "https://packagist.org/downloads/",
1084 "name": "Mike van Riel",
1085 "email": "me@mikevanriel.com"
1088 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
1089 "time": "2016-09-30 07:12:33"
1092 "name": "phpdocumentor/type-resolver",
1096 "url": "https://github.com/phpDocumentor/TypeResolver.git",
1097 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
1101 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1102 "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
1107 "phpdocumentor/reflection-common": "^1.0"
1110 "mockery/mockery": "^0.9.4",
1111 "phpunit/phpunit": "^5.2||^4.8.24"
1116 "dev-master": "1.0.x-dev"
1121 "phpDocumentor\\Reflection\\": [
1126 "notification-url": "https://packagist.org/downloads/",
1132 "name": "Mike van Riel",
1133 "email": "me@mikevanriel.com"
1136 "time": "2016-11-25 06:54:22"
1139 "name": "phpspec/prophecy",
1140 "version": "v1.7.0",
1143 "url": "https://github.com/phpspec/prophecy.git",
1144 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073"
1148 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/93d39f1f7f9326d746203c7c056f300f7f126073",
1149 "reference": "93d39f1f7f9326d746203c7c056f300f7f126073",
1153 "doctrine/instantiator": "^1.0.2",
1155 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
1156 "sebastian/comparator": "^1.1|^2.0",
1157 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
1160 "phpspec/phpspec": "^2.5|^3.2",
1161 "phpunit/phpunit": "^4.8 || ^5.6.5"
1166 "dev-master": "1.6.x-dev"
1171 "Prophecy\\": "src/"
1174 "notification-url": "https://packagist.org/downloads/",
1180 "name": "Konstantin Kudryashov",
1181 "email": "ever.zet@gmail.com",
1182 "homepage": "http://everzet.com"
1185 "name": "Marcello Duarte",
1186 "email": "marcello.duarte@gmail.com"
1189 "description": "Highly opinionated mocking framework for PHP 5.3+",
1190 "homepage": "https://github.com/phpspec/prophecy",
1199 "time": "2017-03-02 20:05:34"
1202 "name": "phpunit/dbunit",
1206 "url": "https://github.com/sebastianbergmann/dbunit.git",
1207 "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae"
1211 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
1212 "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
1217 "ext-simplexml": "*",
1219 "phpunit/phpunit": "~4|~5",
1220 "symfony/yaml": "~2.1|~3.0"
1223 "composer/bin/dbunit"
1228 "dev-master": "1.3.x-dev"
1236 "notification-url": "https://packagist.org/downloads/",
1239 "../../symfony/yaml/"
1246 "name": "Sebastian Bergmann",
1247 "email": "sb@sebastian-bergmann.de",
1251 "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
1252 "homepage": "https://github.com/sebastianbergmann/dbunit/",
1258 "time": "2015-08-07 04:57:38"
1261 "name": "phpunit/php-code-coverage",
1265 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1266 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
1270 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1271 "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
1276 "ext-xmlwriter": "*",
1277 "php": "^5.6 || ^7.0",
1278 "phpunit/php-file-iterator": "^1.3",
1279 "phpunit/php-text-template": "^1.2",
1280 "phpunit/php-token-stream": "^1.4.2 || ^2.0",
1281 "sebastian/code-unit-reverse-lookup": "^1.0",
1282 "sebastian/environment": "^1.3.2 || ^2.0",
1283 "sebastian/version": "^1.0 || ^2.0"
1286 "ext-xdebug": "^2.1.4",
1287 "phpunit/phpunit": "^5.7"
1290 "ext-xdebug": "^2.5.1"
1295 "dev-master": "4.0.x-dev"
1303 "notification-url": "https://packagist.org/downloads/",
1309 "name": "Sebastian Bergmann",
1310 "email": "sb@sebastian-bergmann.de",
1314 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1315 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1321 "time": "2017-04-02 07:44:40"
1324 "name": "phpunit/php-file-iterator",
1328 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1329 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
1333 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1334 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
1343 "dev-master": "1.4.x-dev"
1351 "notification-url": "https://packagist.org/downloads/",
1357 "name": "Sebastian Bergmann",
1358 "email": "sb@sebastian-bergmann.de",
1362 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1363 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1368 "time": "2016-10-03 07:40:28"
1371 "name": "phpunit/php-text-template",
1375 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1376 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1380 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1381 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1393 "notification-url": "https://packagist.org/downloads/",
1399 "name": "Sebastian Bergmann",
1400 "email": "sebastian@phpunit.de",
1404 "description": "Simple template engine.",
1405 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1409 "time": "2015-06-21 13:50:34"
1412 "name": "phpunit/php-timer",
1416 "url": "https://github.com/sebastianbergmann/php-timer.git",
1417 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
1421 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1422 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
1426 "php": "^5.3.3 || ^7.0"
1429 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1434 "dev-master": "1.0-dev"
1442 "notification-url": "https://packagist.org/downloads/",
1448 "name": "Sebastian Bergmann",
1449 "email": "sb@sebastian-bergmann.de",
1453 "description": "Utility class for timing",
1454 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1458 "time": "2017-02-26 11:10:40"
1461 "name": "phpunit/php-token-stream",
1462 "version": "1.4.11",
1465 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1466 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
1470 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
1471 "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
1475 "ext-tokenizer": "*",
1479 "phpunit/phpunit": "~4.2"
1484 "dev-master": "1.4-dev"
1492 "notification-url": "https://packagist.org/downloads/",
1498 "name": "Sebastian Bergmann",
1499 "email": "sebastian@phpunit.de"
1502 "description": "Wrapper around PHP's tokenizer extension.",
1503 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1507 "time": "2017-02-27 10:12:30"
1510 "name": "phpunit/phpunit",
1514 "url": "https://github.com/sebastianbergmann/phpunit.git",
1515 "reference": "3f67cee782c9abfaee5e32fd2f57cdd54bc257ba"
1519 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3f67cee782c9abfaee5e32fd2f57cdd54bc257ba",
1520 "reference": "3f67cee782c9abfaee5e32fd2f57cdd54bc257ba",
1527 "ext-mbstring": "*",
1529 "myclabs/deep-copy": "~1.3",
1530 "php": "^5.6 || ^7.0",
1531 "phpspec/prophecy": "^1.3.1",
1532 "phpunit/php-code-coverage": "^4.0.1",
1533 "phpunit/php-file-iterator": "~1.4",
1534 "phpunit/php-text-template": "~1.2",
1535 "phpunit/php-timer": "^1.0.6",
1536 "phpunit/phpunit-mock-objects": "^3.2",
1537 "sebastian/comparator": "~1.1",
1538 "sebastian/diff": "~1.2",
1539 "sebastian/environment": "^1.3 || ^2.0",
1540 "sebastian/exporter": "~1.2",
1541 "sebastian/global-state": "~1.0",
1542 "sebastian/object-enumerator": "~1.0",
1543 "sebastian/resource-operations": "~1.0",
1544 "sebastian/version": "~1.0|~2.0",
1545 "symfony/yaml": "~2.1|~3.0"
1548 "phpdocumentor/reflection-docblock": "3.0.2"
1556 "phpunit/php-invoker": "~1.1"
1564 "dev-master": "5.5.x-dev"
1572 "notification-url": "https://packagist.org/downloads/",
1578 "name": "Sebastian Bergmann",
1579 "email": "sebastian@phpunit.de",
1583 "description": "The PHP Unit Testing framework.",
1584 "homepage": "https://phpunit.de/",
1590 "time": "2016-10-03 13:04:15"
1593 "name": "phpunit/phpunit-mock-objects",
1597 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1598 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24"
1602 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
1603 "reference": "3ab72b65b39b491e0c011e2e09bb2206c2aa8e24",
1607 "doctrine/instantiator": "^1.0.2",
1608 "php": "^5.6 || ^7.0",
1609 "phpunit/php-text-template": "^1.2",
1610 "sebastian/exporter": "^1.2 || ^2.0"
1613 "phpunit/phpunit": "<5.4.0"
1616 "phpunit/phpunit": "^5.4"
1624 "dev-master": "3.2.x-dev"
1632 "notification-url": "https://packagist.org/downloads/",
1638 "name": "Sebastian Bergmann",
1639 "email": "sb@sebastian-bergmann.de",
1643 "description": "Mock Object library for PHPUnit",
1644 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1649 "time": "2016-12-08 20:27:08"
1652 "name": "psr/container",
1656 "url": "https://github.com/php-fig/container.git",
1657 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
1661 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1662 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
1671 "dev-master": "1.0.x-dev"
1676 "Psr\\Container\\": "src/"
1679 "notification-url": "https://packagist.org/downloads/",
1686 "homepage": "http://www.php-fig.org/"
1689 "description": "Common Container Interface (PHP FIG PSR-11)",
1690 "homepage": "https://github.com/php-fig/container",
1694 "container-interface",
1695 "container-interop",
1698 "time": "2017-02-14 16:28:37"
1701 "name": "psr/http-message",
1705 "url": "https://github.com/php-fig/http-message.git",
1706 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
1710 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
1711 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
1720 "dev-master": "1.0.x-dev"
1725 "Psr\\Http\\Message\\": "src/"
1728 "notification-url": "https://packagist.org/downloads/",
1735 "homepage": "http://www.php-fig.org/"
1738 "description": "Common interface for HTTP messages",
1739 "homepage": "https://github.com/php-fig/http-message",
1748 "time": "2016-08-06 14:39:51"
1755 "url": "https://github.com/php-fig/log.git",
1756 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
1760 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1761 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
1770 "dev-master": "1.0.x-dev"
1775 "Psr\\Log\\": "Psr/Log/"
1778 "notification-url": "https://packagist.org/downloads/",
1785 "homepage": "http://www.php-fig.org/"
1788 "description": "Common interface for logging libraries",
1789 "homepage": "https://github.com/php-fig/log",
1795 "time": "2016-10-10 12:19:37"
1798 "name": "sebastian/code-unit-reverse-lookup",
1802 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
1803 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
1807 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1808 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
1812 "php": "^5.6 || ^7.0"
1815 "phpunit/phpunit": "^5.7 || ^6.0"
1820 "dev-master": "1.0.x-dev"
1828 "notification-url": "https://packagist.org/downloads/",
1834 "name": "Sebastian Bergmann",
1835 "email": "sebastian@phpunit.de"
1838 "description": "Looks up which function or method a line of code belongs to",
1839 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
1840 "time": "2017-03-04 06:30:41"
1843 "name": "sebastian/comparator",
1847 "url": "https://github.com/sebastianbergmann/comparator.git",
1848 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
1852 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1853 "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
1858 "sebastian/diff": "~1.2",
1859 "sebastian/exporter": "~1.2 || ~2.0"
1862 "phpunit/phpunit": "~4.4"
1867 "dev-master": "1.2.x-dev"
1875 "notification-url": "https://packagist.org/downloads/",
1881 "name": "Jeff Welch",
1882 "email": "whatthejeff@gmail.com"
1885 "name": "Volker Dusch",
1886 "email": "github@wallbash.com"
1889 "name": "Bernhard Schussek",
1890 "email": "bschussek@2bepublished.at"
1893 "name": "Sebastian Bergmann",
1894 "email": "sebastian@phpunit.de"
1897 "description": "Provides the functionality to compare PHP values for equality",
1898 "homepage": "http://www.github.com/sebastianbergmann/comparator",
1904 "time": "2017-01-29 09:50:25"
1907 "name": "sebastian/diff",
1911 "url": "https://github.com/sebastianbergmann/diff.git",
1912 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
1916 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1917 "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
1921 "php": "^5.3.3 || ^7.0"
1924 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
1929 "dev-master": "1.4-dev"
1937 "notification-url": "https://packagist.org/downloads/",
1943 "name": "Kore Nordmann",
1944 "email": "mail@kore-nordmann.de"
1947 "name": "Sebastian Bergmann",
1948 "email": "sebastian@phpunit.de"
1951 "description": "Diff implementation",
1952 "homepage": "https://github.com/sebastianbergmann/diff",
1956 "time": "2017-05-22 07:24:03"
1959 "name": "sebastian/environment",
1963 "url": "https://github.com/sebastianbergmann/environment.git",
1964 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
1968 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1969 "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
1973 "php": "^5.6 || ^7.0"
1976 "phpunit/phpunit": "^5.0"
1981 "dev-master": "2.0.x-dev"
1989 "notification-url": "https://packagist.org/downloads/",
1995 "name": "Sebastian Bergmann",
1996 "email": "sebastian@phpunit.de"
1999 "description": "Provides functionality to handle HHVM/PHP environments",
2000 "homepage": "http://www.github.com/sebastianbergmann/environment",
2006 "time": "2016-11-26 07:53:53"
2009 "name": "sebastian/exporter",
2013 "url": "https://github.com/sebastianbergmann/exporter.git",
2014 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2018 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
2019 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2024 "sebastian/recursion-context": "~1.0"
2027 "ext-mbstring": "*",
2028 "phpunit/phpunit": "~4.4"
2033 "dev-master": "1.3.x-dev"
2041 "notification-url": "https://packagist.org/downloads/",
2047 "name": "Jeff Welch",
2048 "email": "whatthejeff@gmail.com"
2051 "name": "Volker Dusch",
2052 "email": "github@wallbash.com"
2055 "name": "Bernhard Schussek",
2056 "email": "bschussek@2bepublished.at"
2059 "name": "Sebastian Bergmann",
2060 "email": "sebastian@phpunit.de"
2063 "name": "Adam Harvey",
2064 "email": "aharvey@php.net"
2067 "description": "Provides the functionality to export PHP variables for visualization",
2068 "homepage": "http://www.github.com/sebastianbergmann/exporter",
2073 "time": "2016-06-17 09:04:28"
2076 "name": "sebastian/global-state",
2080 "url": "https://github.com/sebastianbergmann/global-state.git",
2081 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2085 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
2086 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2093 "phpunit/phpunit": "~4.2"
2101 "dev-master": "1.0-dev"
2109 "notification-url": "https://packagist.org/downloads/",
2115 "name": "Sebastian Bergmann",
2116 "email": "sebastian@phpunit.de"
2119 "description": "Snapshotting of global state",
2120 "homepage": "http://www.github.com/sebastianbergmann/global-state",
2124 "time": "2015-10-12 03:26:01"
2127 "name": "sebastian/object-enumerator",
2131 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
2132 "reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
2136 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
2137 "reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
2142 "sebastian/recursion-context": "~1.0"
2145 "phpunit/phpunit": "~5"
2150 "dev-master": "1.0.x-dev"
2158 "notification-url": "https://packagist.org/downloads/",
2164 "name": "Sebastian Bergmann",
2165 "email": "sebastian@phpunit.de"
2168 "description": "Traverses array structures and object graphs to enumerate all referenced objects",
2169 "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2170 "time": "2016-01-28 13:25:10"
2173 "name": "sebastian/recursion-context",
2177 "url": "https://github.com/sebastianbergmann/recursion-context.git",
2178 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
2182 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2183 "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
2190 "phpunit/phpunit": "~4.4"
2195 "dev-master": "1.0.x-dev"
2203 "notification-url": "https://packagist.org/downloads/",
2209 "name": "Jeff Welch",
2210 "email": "whatthejeff@gmail.com"
2213 "name": "Sebastian Bergmann",
2214 "email": "sebastian@phpunit.de"
2217 "name": "Adam Harvey",
2218 "email": "aharvey@php.net"
2221 "description": "Provides functionality to recursively process PHP variables",
2222 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2223 "time": "2016-10-03 07:41:43"
2226 "name": "sebastian/resource-operations",
2230 "url": "https://github.com/sebastianbergmann/resource-operations.git",
2231 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
2235 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2236 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
2245 "dev-master": "1.0.x-dev"
2253 "notification-url": "https://packagist.org/downloads/",
2259 "name": "Sebastian Bergmann",
2260 "email": "sebastian@phpunit.de"
2263 "description": "Provides a list of PHP built-in functions that operate on resources",
2264 "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2265 "time": "2015-07-28 20:34:47"
2268 "name": "sebastian/version",
2272 "url": "https://github.com/sebastianbergmann/version.git",
2273 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2277 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
2278 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2287 "dev-master": "2.0.x-dev"
2295 "notification-url": "https://packagist.org/downloads/",
2301 "name": "Sebastian Bergmann",
2302 "email": "sebastian@phpunit.de",
2306 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
2307 "homepage": "https://github.com/sebastianbergmann/version",
2308 "time": "2016-10-03 07:35:21"
2311 "name": "symfony/browser-kit",
2312 "version": "v3.3.0",
2315 "url": "https://github.com/symfony/browser-kit.git",
2316 "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1"
2320 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
2321 "reference": "c2c8ceb1aa9dab9eae54e9150e6a588ce3e53be1",
2326 "symfony/dom-crawler": "~2.8|~3.0"
2329 "symfony/css-selector": "~2.8|~3.0",
2330 "symfony/process": "~2.8|~3.0"
2333 "symfony/process": ""
2338 "dev-master": "3.3-dev"
2343 "Symfony\\Component\\BrowserKit\\": ""
2345 "exclude-from-classmap": [
2349 "notification-url": "https://packagist.org/downloads/",
2355 "name": "Fabien Potencier",
2356 "email": "fabien@symfony.com"
2359 "name": "Symfony Community",
2360 "homepage": "https://symfony.com/contributors"
2363 "description": "Symfony BrowserKit Component",
2364 "homepage": "https://symfony.com",
2365 "time": "2017-04-12 14:14:56"
2368 "name": "symfony/class-loader",
2369 "version": "v3.3.0",
2372 "url": "https://github.com/symfony/class-loader.git",
2373 "reference": "b0aff75bf18e4bbf37209235227e6e50a5aec8f5"
2377 "url": "https://api.github.com/repos/symfony/class-loader/zipball/b0aff75bf18e4bbf37209235227e6e50a5aec8f5",
2378 "reference": "b0aff75bf18e4bbf37209235227e6e50a5aec8f5",
2385 "symfony/finder": "~2.8|~3.0",
2386 "symfony/polyfill-apcu": "~1.1"
2389 "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
2394 "dev-master": "3.3-dev"
2399 "Symfony\\Component\\ClassLoader\\": ""
2401 "exclude-from-classmap": [
2405 "notification-url": "https://packagist.org/downloads/",
2411 "name": "Fabien Potencier",
2412 "email": "fabien@symfony.com"
2415 "name": "Symfony Community",
2416 "homepage": "https://symfony.com/contributors"
2419 "description": "Symfony ClassLoader Component",
2420 "homepage": "https://symfony.com",
2421 "time": "2017-04-12 14:14:56"
2424 "name": "symfony/config",
2425 "version": "v3.3.0",
2428 "url": "https://github.com/symfony/config.git",
2429 "reference": "79f86253ba482ca7f17718e886e6d164e5ba6d45"
2433 "url": "https://api.github.com/repos/symfony/config/zipball/79f86253ba482ca7f17718e886e6d164e5ba6d45",
2434 "reference": "79f86253ba482ca7f17718e886e6d164e5ba6d45",
2439 "symfony/filesystem": "~2.8|~3.0"
2442 "symfony/dependency-injection": "<3.3"
2445 "symfony/dependency-injection": "~3.3",
2446 "symfony/yaml": "~3.0"
2449 "symfony/yaml": "To use the yaml reference dumper"
2454 "dev-master": "3.3-dev"
2459 "Symfony\\Component\\Config\\": ""
2461 "exclude-from-classmap": [
2465 "notification-url": "https://packagist.org/downloads/",
2471 "name": "Fabien Potencier",
2472 "email": "fabien@symfony.com"
2475 "name": "Symfony Community",
2476 "homepage": "https://symfony.com/contributors"
2479 "description": "Symfony Config Component",
2480 "homepage": "https://symfony.com",
2481 "time": "2017-05-29 18:41:32"
2484 "name": "symfony/console",
2485 "version": "v3.3.0",
2488 "url": "https://github.com/symfony/console.git",
2489 "reference": "c80e63f3f5e3a331bfc25e6e9332b10422eb9b05"
2493 "url": "https://api.github.com/repos/symfony/console/zipball/c80e63f3f5e3a331bfc25e6e9332b10422eb9b05",
2494 "reference": "c80e63f3f5e3a331bfc25e6e9332b10422eb9b05",
2499 "symfony/debug": "~2.8|~3.0",
2500 "symfony/polyfill-mbstring": "~1.0"
2503 "symfony/dependency-injection": "<3.3"
2507 "symfony/dependency-injection": "~3.3",
2508 "symfony/event-dispatcher": "~2.8|~3.0",
2509 "symfony/filesystem": "~2.8|~3.0",
2510 "symfony/http-kernel": "~2.8|~3.0",
2511 "symfony/process": "~2.8|~3.0"
2514 "psr/log": "For using the console logger",
2515 "symfony/event-dispatcher": "",
2516 "symfony/filesystem": "",
2517 "symfony/process": ""
2522 "dev-master": "3.3-dev"
2527 "Symfony\\Component\\Console\\": ""
2529 "exclude-from-classmap": [
2533 "notification-url": "https://packagist.org/downloads/",
2539 "name": "Fabien Potencier",
2540 "email": "fabien@symfony.com"
2543 "name": "Symfony Community",
2544 "homepage": "https://symfony.com/contributors"
2547 "description": "Symfony Console Component",
2548 "homepage": "https://symfony.com",
2549 "time": "2017-05-28 14:08:56"
2552 "name": "symfony/css-selector",
2553 "version": "v3.3.0",
2556 "url": "https://github.com/symfony/css-selector.git",
2557 "reference": "4d882dced7b995d5274293039370148e291808f2"
2561 "url": "https://api.github.com/repos/symfony/css-selector/zipball/4d882dced7b995d5274293039370148e291808f2",
2562 "reference": "4d882dced7b995d5274293039370148e291808f2",
2571 "dev-master": "3.3-dev"
2576 "Symfony\\Component\\CssSelector\\": ""
2578 "exclude-from-classmap": [
2582 "notification-url": "https://packagist.org/downloads/",
2588 "name": "Jean-François Simon",
2589 "email": "jeanfrancois.simon@sensiolabs.com"
2592 "name": "Fabien Potencier",
2593 "email": "fabien@symfony.com"
2596 "name": "Symfony Community",
2597 "homepage": "https://symfony.com/contributors"
2600 "description": "Symfony CssSelector Component",
2601 "homepage": "https://symfony.com",
2602 "time": "2017-05-01 15:01:29"
2605 "name": "symfony/debug",
2606 "version": "v3.3.0",
2609 "url": "https://github.com/symfony/debug.git",
2610 "reference": "ef5f19a7a68075a0bd05969a329ead3b0776fb7a"
2614 "url": "https://api.github.com/repos/symfony/debug/zipball/ef5f19a7a68075a0bd05969a329ead3b0776fb7a",
2615 "reference": "ef5f19a7a68075a0bd05969a329ead3b0776fb7a",
2623 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
2626 "symfony/http-kernel": "~2.8|~3.0"
2631 "dev-master": "3.3-dev"
2636 "Symfony\\Component\\Debug\\": ""
2638 "exclude-from-classmap": [
2642 "notification-url": "https://packagist.org/downloads/",
2648 "name": "Fabien Potencier",
2649 "email": "fabien@symfony.com"
2652 "name": "Symfony Community",
2653 "homepage": "https://symfony.com/contributors"
2656 "description": "Symfony Debug Component",
2657 "homepage": "https://symfony.com",
2658 "time": "2017-05-27 16:02:27"
2661 "name": "symfony/dependency-injection",
2662 "version": "v3.3.0",
2665 "url": "https://github.com/symfony/dependency-injection.git",
2666 "reference": "988c7bd6ec880690792ccf2a1e5ca05401c2a63d"
2670 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/988c7bd6ec880690792ccf2a1e5ca05401c2a63d",
2671 "reference": "988c7bd6ec880690792ccf2a1e5ca05401c2a63d",
2676 "psr/container": "^1.0"
2679 "symfony/config": "<=3.3-beta1",
2680 "symfony/finder": "<3.3",
2681 "symfony/yaml": "<3.3"
2684 "psr/container-implementation": "1.0"
2687 "symfony/config": "~3.3",
2688 "symfony/expression-language": "~2.8|~3.0",
2689 "symfony/yaml": "~3.3"
2692 "symfony/config": "",
2693 "symfony/expression-language": "For using expressions in service container configuration",
2694 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
2695 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2701 "dev-master": "3.3-dev"
2706 "Symfony\\Component\\DependencyInjection\\": ""
2708 "exclude-from-classmap": [
2712 "notification-url": "https://packagist.org/downloads/",
2718 "name": "Fabien Potencier",
2719 "email": "fabien@symfony.com"
2722 "name": "Symfony Community",
2723 "homepage": "https://symfony.com/contributors"
2726 "description": "Symfony DependencyInjection Component",
2727 "homepage": "https://symfony.com",
2728 "time": "2017-05-25 23:10:31"
2731 "name": "symfony/dom-crawler",
2732 "version": "v3.3.0",
2735 "url": "https://github.com/symfony/dom-crawler.git",
2736 "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1"
2740 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1",
2741 "reference": "fc2c588ce376e9fe04a7b8c79e3ec62fe32d95b1",
2746 "symfony/polyfill-mbstring": "~1.0"
2749 "symfony/css-selector": "~2.8|~3.0"
2752 "symfony/css-selector": ""
2757 "dev-master": "3.3-dev"
2762 "Symfony\\Component\\DomCrawler\\": ""
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 DomCrawler Component",
2783 "homepage": "https://symfony.com",
2784 "time": "2017-05-25 23:10:31"
2787 "name": "symfony/event-dispatcher",
2788 "version": "v3.3.0",
2791 "url": "https://github.com/symfony/event-dispatcher.git",
2792 "reference": "a9f8b02b0ef07302eca92cd4bba73200b7980e9c"
2796 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/a9f8b02b0ef07302eca92cd4bba73200b7980e9c",
2797 "reference": "a9f8b02b0ef07302eca92cd4bba73200b7980e9c",
2804 "symfony/dependency-injection": "<3.3"
2808 "symfony/config": "~2.8|~3.0",
2809 "symfony/dependency-injection": "~3.3",
2810 "symfony/expression-language": "~2.8|~3.0",
2811 "symfony/stopwatch": "~2.8|~3.0"
2814 "symfony/dependency-injection": "",
2815 "symfony/http-kernel": ""
2820 "dev-master": "3.3-dev"
2825 "Symfony\\Component\\EventDispatcher\\": ""
2827 "exclude-from-classmap": [
2831 "notification-url": "https://packagist.org/downloads/",
2837 "name": "Fabien Potencier",
2838 "email": "fabien@symfony.com"
2841 "name": "Symfony Community",
2842 "homepage": "https://symfony.com/contributors"
2845 "description": "Symfony EventDispatcher Component",
2846 "homepage": "https://symfony.com",
2847 "time": "2017-05-04 12:23:07"
2850 "name": "symfony/filesystem",
2851 "version": "v3.3.0",
2854 "url": "https://github.com/symfony/filesystem.git",
2855 "reference": "c709670bf64721202ddbe4162846f250735842c0"
2859 "url": "https://api.github.com/repos/symfony/filesystem/zipball/c709670bf64721202ddbe4162846f250735842c0",
2860 "reference": "c709670bf64721202ddbe4162846f250735842c0",
2869 "dev-master": "3.3-dev"
2874 "Symfony\\Component\\Filesystem\\": ""
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 Filesystem Component",
2895 "homepage": "https://symfony.com",
2896 "time": "2017-05-28 14:08:56"
2899 "name": "symfony/polyfill-mbstring",
2900 "version": "v1.3.0",
2903 "url": "https://github.com/symfony/polyfill-mbstring.git",
2904 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
2908 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
2909 "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
2916 "ext-mbstring": "For best performance"
2921 "dev-master": "1.3-dev"
2926 "Symfony\\Polyfill\\Mbstring\\": ""
2932 "notification-url": "https://packagist.org/downloads/",
2938 "name": "Nicolas Grekas",
2939 "email": "p@tchwork.com"
2942 "name": "Symfony Community",
2943 "homepage": "https://symfony.com/contributors"
2946 "description": "Symfony polyfill for the Mbstring extension",
2947 "homepage": "https://symfony.com",
2955 "time": "2016-11-14 01:06:16"
2958 "name": "symfony/process",
2959 "version": "v2.8.21",
2962 "url": "https://github.com/symfony/process.git",
2963 "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9"
2967 "url": "https://api.github.com/repos/symfony/process/zipball/d54232f5682fda2f8bbebff7c81b864646867ab9",
2968 "reference": "d54232f5682fda2f8bbebff7c81b864646867ab9",
2977 "dev-master": "2.8-dev"
2982 "Symfony\\Component\\Process\\": ""
2984 "exclude-from-classmap": [
2988 "notification-url": "https://packagist.org/downloads/",
2994 "name": "Fabien Potencier",
2995 "email": "fabien@symfony.com"
2998 "name": "Symfony Community",
2999 "homepage": "https://symfony.com/contributors"
3002 "description": "Symfony Process Component",
3003 "homepage": "https://symfony.com",
3004 "time": "2017-05-08 01:19:21"
3007 "name": "symfony/translation",
3008 "version": "v3.3.0",
3011 "url": "https://github.com/symfony/translation.git",
3012 "reference": "dc3b2a0c6cfff60327ba1c043a82092735397543"
3016 "url": "https://api.github.com/repos/symfony/translation/zipball/dc3b2a0c6cfff60327ba1c043a82092735397543",
3017 "reference": "dc3b2a0c6cfff60327ba1c043a82092735397543",
3022 "symfony/polyfill-mbstring": "~1.0"
3025 "symfony/config": "<2.8",
3026 "symfony/yaml": "<3.3"
3030 "symfony/config": "~2.8|~3.0",
3031 "symfony/intl": "^2.8.18|^3.2.5",
3032 "symfony/yaml": "~3.3"
3035 "psr/log": "To use logging capability in translator",
3036 "symfony/config": "",
3042 "dev-master": "3.3-dev"
3047 "Symfony\\Component\\Translation\\": ""
3049 "exclude-from-classmap": [
3053 "notification-url": "https://packagist.org/downloads/",
3059 "name": "Fabien Potencier",
3060 "email": "fabien@symfony.com"
3063 "name": "Symfony Community",
3064 "homepage": "https://symfony.com/contributors"
3067 "description": "Symfony Translation Component",
3068 "homepage": "https://symfony.com",
3069 "time": "2017-05-22 07:42:36"
3072 "name": "symfony/yaml",
3073 "version": "v3.3.0",
3076 "url": "https://github.com/symfony/yaml.git",
3077 "reference": "885db865f6b2b918404a1fae28f9ac640f71f994"
3081 "url": "https://api.github.com/repos/symfony/yaml/zipball/885db865f6b2b918404a1fae28f9ac640f71f994",
3082 "reference": "885db865f6b2b918404a1fae28f9ac640f71f994",
3089 "symfony/console": "~2.8|~3.0"
3092 "symfony/console": "For validating YAML files using the lint command"
3097 "dev-master": "3.3-dev"
3102 "Symfony\\Component\\Yaml\\": ""
3104 "exclude-from-classmap": [
3108 "notification-url": "https://packagist.org/downloads/",
3114 "name": "Fabien Potencier",
3115 "email": "fabien@symfony.com"
3118 "name": "Symfony Community",
3119 "homepage": "https://symfony.com/contributors"
3122 "description": "Symfony Yaml Component",
3123 "homepage": "https://symfony.com",
3124 "time": "2017-05-28 10:56:20"
3127 "name": "webmozart/assert",
3131 "url": "https://github.com/webmozart/assert.git",
3132 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
3136 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
3137 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
3141 "php": "^5.3.3 || ^7.0"
3144 "phpunit/phpunit": "^4.6",
3145 "sebastian/version": "^1.0.1"
3150 "dev-master": "1.3-dev"
3155 "Webmozart\\Assert\\": "src/"
3158 "notification-url": "https://packagist.org/downloads/",
3164 "name": "Bernhard Schussek",
3165 "email": "bschussek@gmail.com"
3168 "description": "Assertions to validate method input/output with nice error messages.",
3174 "time": "2016-11-23 20:04:58"
3178 "minimum-stability": "stable",
3179 "stability-flags": [],
3180 "prefer-stable": false,
3181 "prefer-lowest": false,