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": "949f8a407958a19e2dba7929b3dc0576",
8 "content-hash": "bd742592f8ed4700884f6c651226c961",
12 "name": "behat/behat",
16 "url": "https://github.com/Behat/Behat.git",
17 "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f"
21 "url": "https://api.github.com/repos/Behat/Behat/zipball/359d987b3064d78f2d3a6ba3a355277f3b09b47f",
22 "reference": "359d987b3064d78f2d3a6ba3a355277f3b09b47f",
26 "behat/gherkin": "~4.4",
27 "behat/transliterator": "~1.0",
30 "symfony/class-loader": "~2.1|~3.0",
31 "symfony/config": "~2.3|~3.0",
32 "symfony/console": "~2.1|~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 "phpunit/phpunit": "~4.5",
40 "symfony/process": "~2.1|~3.0"
43 "behat/mink-extension": "for integration with Mink testing framework",
44 "behat/symfony2-extension": "for integration with Symfony2 web framework",
45 "behat/yii-extension": "for integration with Yii web framework"
53 "dev-master": "3.1.x-dev"
58 "Behat\\Behat": "src/",
59 "Behat\\Testwork": "src/"
62 "notification-url": "https://packagist.org/downloads/",
68 "name": "Konstantin Kudryashov",
69 "email": "ever.zet@gmail.com",
70 "homepage": "http://everzet.com"
73 "description": "Scenario-oriented BDD framework for PHP 5.3",
74 "homepage": "http://behat.org/",
89 "time": "2016-03-28 07:04:45"
92 "name": "behat/gherkin",
96 "url": "https://github.com/Behat/Gherkin.git",
97 "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
101 "url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
102 "reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
109 "phpunit/phpunit": "~4.0",
110 "symfony/yaml": "~2.1"
113 "symfony/yaml": "If you want to parse features, represented in YAML files"
118 "dev-master": "4.4-dev"
123 "Behat\\Gherkin": "src/"
126 "notification-url": "https://packagist.org/downloads/",
132 "name": "Konstantin Kudryashov",
133 "email": "ever.zet@gmail.com",
134 "homepage": "http://everzet.com"
137 "description": "Gherkin DSL parser for PHP 5.3",
138 "homepage": "http://behat.org/",
147 "time": "2015-12-30 14:47:00"
150 "name": "behat/mink",
154 "url": "https://github.com/minkphp/Mink.git",
155 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
159 "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
160 "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
165 "symfony/css-selector": "~2.1|~3.0"
168 "symfony/phpunit-bridge": "~2.7|~3.0"
171 "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
172 "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
173 "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
174 "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
179 "dev-master": "1.7.x-dev"
184 "Behat\\Mink\\": "src/"
187 "notification-url": "https://packagist.org/downloads/",
193 "name": "Konstantin Kudryashov",
194 "email": "ever.zet@gmail.com",
195 "homepage": "http://everzet.com"
198 "description": "Browser controller/emulator abstraction for PHP",
199 "homepage": "http://mink.behat.org/",
205 "time": "2016-03-05 08:26:18"
208 "name": "behat/mink-browserkit-driver",
212 "url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
213 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
217 "url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
218 "reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
222 "behat/mink": "^1.7.1@dev",
224 "symfony/browser-kit": "~2.3|~3.0",
225 "symfony/dom-crawler": "~2.3|~3.0"
228 "silex/silex": "~1.2",
229 "symfony/phpunit-bridge": "~2.7|~3.0"
231 "type": "mink-driver",
234 "dev-master": "1.3.x-dev"
239 "Behat\\Mink\\Driver\\": "src/"
242 "notification-url": "https://packagist.org/downloads/",
248 "name": "Konstantin Kudryashov",
249 "email": "ever.zet@gmail.com",
250 "homepage": "http://everzet.com"
253 "description": "Symfony2 BrowserKit driver for Mink framework",
254 "homepage": "http://mink.behat.org/",
261 "time": "2016-03-05 08:59:47"
264 "name": "behat/mink-extension",
268 "url": "https://github.com/Behat/MinkExtension.git",
269 "reference": "5b4bda64ff456104564317e212c823e45cad9d59"
273 "url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
274 "reference": "5b4bda64ff456104564317e212c823e45cad9d59",
278 "behat/behat": "~3.0,>=3.0.5",
279 "behat/mink": "~1.5",
281 "symfony/config": "~2.2|~3.0"
284 "behat/mink-goutte-driver": "~1.1",
285 "phpspec/phpspec": "~2.0"
287 "type": "behat-extension",
290 "dev-master": "2.1.x-dev"
295 "Behat\\MinkExtension": "src/"
298 "notification-url": "https://packagist.org/downloads/",
304 "name": "Christophe Coevoet",
305 "email": "stof@notk.org"
308 "name": "Konstantin Kudryashov",
309 "email": "ever.zet@gmail.com"
312 "description": "Mink extension for Behat",
313 "homepage": "http://extensions.behat.org/mink",
320 "time": "2016-02-15 07:55:18"
323 "name": "behat/mink-goutte-driver",
327 "url": "https://github.com/minkphp/MinkGoutteDriver.git",
328 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
332 "url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
333 "reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
337 "behat/mink": "~1.6@dev",
338 "behat/mink-browserkit-driver": "~1.2@dev",
339 "fabpot/goutte": "~1.0.4|~2.0|~3.1",
343 "symfony/phpunit-bridge": "~2.7|~3.0"
345 "type": "mink-driver",
348 "dev-master": "1.2.x-dev"
353 "Behat\\Mink\\Driver\\": "src/"
356 "notification-url": "https://packagist.org/downloads/",
362 "name": "Konstantin Kudryashov",
363 "email": "ever.zet@gmail.com",
364 "homepage": "http://everzet.com"
367 "description": "Goutte driver for Mink framework",
368 "homepage": "http://mink.behat.org/",
375 "time": "2016-03-05 09:04:22"
378 "name": "behat/mink-selenium2-driver",
382 "url": "https://github.com/minkphp/MinkSelenium2Driver.git",
383 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
387 "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
388 "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
392 "behat/mink": "~1.7@dev",
393 "instaclick/php-webdriver": "~1.1",
397 "symfony/phpunit-bridge": "~2.7"
399 "type": "mink-driver",
402 "dev-master": "1.3.x-dev"
407 "Behat\\Mink\\Driver\\": "src/"
410 "notification-url": "https://packagist.org/downloads/",
416 "name": "Konstantin Kudryashov",
417 "email": "ever.zet@gmail.com",
418 "homepage": "http://everzet.com"
421 "name": "Pete Otaqui",
422 "email": "pete@otaqui.com",
423 "homepage": "https://github.com/pete-otaqui"
426 "description": "Selenium2 (WebDriver) driver for Mink framework",
427 "homepage": "http://mink.behat.org/",
436 "time": "2016-03-05 09:10:18"
439 "name": "behat/transliterator",
443 "url": "https://github.com/Behat/Transliterator.git",
444 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
448 "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
449 "reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
458 "dev-master": "1.1-dev"
463 "Behat\\Transliterator": "src/"
466 "notification-url": "https://packagist.org/downloads/",
470 "description": "String transliterator",
476 "time": "2015-09-28 16:26:35"
479 "name": "doctrine/instantiator",
483 "url": "https://github.com/doctrine/instantiator.git",
484 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
488 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
489 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
493 "php": ">=5.3,<8.0-DEV"
496 "athletic/athletic": "~0.1.8",
499 "phpunit/phpunit": "~4.0",
500 "squizlabs/php_codesniffer": "~2.0"
505 "dev-master": "1.0.x-dev"
510 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
513 "notification-url": "https://packagist.org/downloads/",
519 "name": "Marco Pivetta",
520 "email": "ocramius@gmail.com",
521 "homepage": "http://ocramius.github.com/"
524 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
525 "homepage": "https://github.com/doctrine/instantiator",
530 "time": "2015-06-14 21:17:01"
533 "name": "fabpot/goutte",
537 "url": "https://github.com/FriendsOfPHP/Goutte.git",
538 "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802"
542 "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
543 "reference": "0ad3ee6dc2d0aaa832a80041a1e09bf394e99802",
547 "guzzlehttp/guzzle": ">=4,<6",
549 "symfony/browser-kit": "~2.1",
550 "symfony/css-selector": "~2.1",
551 "symfony/dom-crawler": "~2.1"
553 "type": "application",
556 "dev-master": "2.0-dev"
564 "notification-url": "https://packagist.org/downloads/",
570 "name": "Fabien Potencier",
571 "email": "fabien@symfony.com"
574 "description": "A simple PHP Web Scraper",
575 "homepage": "https://github.com/FriendsOfPHP/Goutte",
579 "time": "2015-05-05 21:14:57"
582 "name": "guzzlehttp/guzzle",
586 "url": "https://github.com/guzzle/guzzle.git",
587 "reference": "f3c8c22471cb55475105c14769644a49c3262b93"
591 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93",
592 "reference": "f3c8c22471cb55475105c14769644a49c3262b93",
596 "guzzlehttp/ringphp": "^1.1",
601 "phpunit/phpunit": "^4.0",
607 "dev-master": "5.0-dev"
612 "GuzzleHttp\\": "src/"
615 "notification-url": "https://packagist.org/downloads/",
621 "name": "Michael Dowling",
622 "email": "mtdowling@gmail.com",
623 "homepage": "https://github.com/mtdowling"
626 "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
627 "homepage": "http://guzzlephp.org/",
637 "time": "2015-05-20 03:47:55"
640 "name": "guzzlehttp/ringphp",
644 "url": "https://github.com/guzzle/RingPHP.git",
645 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
649 "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
650 "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
654 "guzzlehttp/streams": "~3.0",
656 "react/promise": "~2.0"
660 "phpunit/phpunit": "~4.0"
663 "ext-curl": "Guzzle will use specific adapters if cURL is present"
668 "dev-master": "1.1-dev"
673 "GuzzleHttp\\Ring\\": "src/"
676 "notification-url": "https://packagist.org/downloads/",
682 "name": "Michael Dowling",
683 "email": "mtdowling@gmail.com",
684 "homepage": "https://github.com/mtdowling"
687 "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.",
688 "time": "2015-05-20 03:37:09"
691 "name": "guzzlehttp/streams",
695 "url": "https://github.com/guzzle/streams.git",
696 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
700 "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
701 "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
708 "phpunit/phpunit": "~4.0"
713 "dev-master": "3.0-dev"
718 "GuzzleHttp\\Stream\\": "src/"
721 "notification-url": "https://packagist.org/downloads/",
727 "name": "Michael Dowling",
728 "email": "mtdowling@gmail.com",
729 "homepage": "https://github.com/mtdowling"
732 "description": "Provides a simple abstraction over streams of data",
733 "homepage": "http://guzzlephp.org/",
738 "time": "2014-10-12 19:18:40"
741 "name": "instaclick/php-webdriver",
745 "url": "https://github.com/instaclick/php-webdriver.git",
746 "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
750 "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
751 "reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
759 "satooshi/php-coveralls": "dev-master"
764 "dev-master": "1.4.x-dev"
772 "notification-url": "https://packagist.org/downloads/",
778 "name": "Justin Bishop",
779 "email": "jubishop@gmail.com",
783 "name": "Anthon Pang",
784 "email": "apang@softwaredevelopment.ca",
785 "role": "Fork Maintainer"
788 "description": "PHP WebDriver for Selenium 2",
789 "homepage": "http://instaclick.com/",
796 "time": "2015-06-15 20:19:33"
799 "name": "moodlehq/behat-extension",
800 "version": "v3.32.1",
803 "url": "https://github.com/moodlehq/moodle-behat-extension.git",
804 "reference": "f8305058ce9140864c23c9b667e3d7d487fdc006"
808 "url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/f8305058ce9140864c23c9b667e3d7d487fdc006",
809 "reference": "f8305058ce9140864c23c9b667e3d7d487fdc006",
813 "behat/behat": "3.1.*",
814 "behat/mink": "~1.7",
815 "behat/mink-extension": "~2.1",
816 "behat/mink-goutte-driver": "~1.2",
817 "behat/mink-selenium2-driver": "~1.3",
819 "symfony/process": "2.8.*"
824 "Moodle\\BehatExtension": "src/"
827 "notification-url": "https://packagist.org/downloads/",
833 "name": "David Monllaó",
834 "email": "david.monllao@gmail.com",
835 "homepage": "http://moodle.com",
839 "description": "Moodle behat extension",
845 "time": "2016-06-20 07:56:08"
848 "name": "phpdocumentor/reflection-docblock",
852 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
853 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8"
857 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8",
858 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8",
865 "phpunit/phpunit": "~4.0"
868 "dflydev/markdown": "~1.0",
869 "erusev/parsedown": "~1.0"
874 "dev-master": "2.0.x-dev"
884 "notification-url": "https://packagist.org/downloads/",
890 "name": "Mike van Riel",
891 "email": "mike.vanriel@naenius.com"
894 "time": "2015-02-03 12:10:50"
897 "name": "phpspec/prophecy",
901 "url": "https://github.com/phpspec/prophecy.git",
902 "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
906 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
907 "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
911 "doctrine/instantiator": "^1.0.2",
913 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
914 "sebastian/comparator": "^1.1",
915 "sebastian/recursion-context": "^1.0"
918 "phpspec/phpspec": "^2.0"
923 "dev-master": "1.6.x-dev"
931 "notification-url": "https://packagist.org/downloads/",
937 "name": "Konstantin Kudryashov",
938 "email": "ever.zet@gmail.com",
939 "homepage": "http://everzet.com"
942 "name": "Marcello Duarte",
943 "email": "marcello.duarte@gmail.com"
946 "description": "Highly opinionated mocking framework for PHP 5.3+",
947 "homepage": "https://github.com/phpspec/prophecy",
956 "time": "2016-06-07 08:13:47"
959 "name": "phpunit/dbunit",
963 "url": "https://github.com/sebastianbergmann/dbunit.git",
964 "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae"
968 "url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
969 "reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
974 "ext-simplexml": "*",
976 "phpunit/phpunit": "~4|~5",
977 "symfony/yaml": "~2.1|~3.0"
980 "composer/bin/dbunit"
985 "dev-master": "1.3.x-dev"
993 "notification-url": "https://packagist.org/downloads/",
996 "../../symfony/yaml/"
1003 "name": "Sebastian Bergmann",
1004 "email": "sb@sebastian-bergmann.de",
1008 "description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
1009 "homepage": "https://github.com/sebastianbergmann/dbunit/",
1015 "time": "2015-08-07 04:57:38"
1018 "name": "phpunit/php-code-coverage",
1022 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
1023 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
1027 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1028 "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
1033 "phpunit/php-file-iterator": "~1.3",
1034 "phpunit/php-text-template": "~1.2",
1035 "phpunit/php-token-stream": "~1.3",
1036 "sebastian/environment": "^1.3.2",
1037 "sebastian/version": "~1.0"
1040 "ext-xdebug": ">=2.1.4",
1041 "phpunit/phpunit": "~4"
1045 "ext-xdebug": ">=2.2.1",
1046 "ext-xmlwriter": "*"
1051 "dev-master": "2.2.x-dev"
1059 "notification-url": "https://packagist.org/downloads/",
1065 "name": "Sebastian Bergmann",
1066 "email": "sb@sebastian-bergmann.de",
1070 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
1071 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
1077 "time": "2015-10-06 15:47:00"
1080 "name": "phpunit/php-file-iterator",
1084 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
1085 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
1089 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1090 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
1099 "dev-master": "1.4.x-dev"
1107 "notification-url": "https://packagist.org/downloads/",
1113 "name": "Sebastian Bergmann",
1114 "email": "sb@sebastian-bergmann.de",
1118 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
1119 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
1124 "time": "2015-06-21 13:08:43"
1127 "name": "phpunit/php-text-template",
1131 "url": "https://github.com/sebastianbergmann/php-text-template.git",
1132 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
1136 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1137 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
1149 "notification-url": "https://packagist.org/downloads/",
1155 "name": "Sebastian Bergmann",
1156 "email": "sebastian@phpunit.de",
1160 "description": "Simple template engine.",
1161 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
1165 "time": "2015-06-21 13:50:34"
1168 "name": "phpunit/php-timer",
1172 "url": "https://github.com/sebastianbergmann/php-timer.git",
1173 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
1177 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
1178 "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
1185 "phpunit/phpunit": "~4|~5"
1193 "notification-url": "https://packagist.org/downloads/",
1199 "name": "Sebastian Bergmann",
1200 "email": "sb@sebastian-bergmann.de",
1204 "description": "Utility class for timing",
1205 "homepage": "https://github.com/sebastianbergmann/php-timer/",
1209 "time": "2016-05-12 18:03:57"
1212 "name": "phpunit/php-token-stream",
1216 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
1217 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
1221 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1222 "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
1226 "ext-tokenizer": "*",
1230 "phpunit/phpunit": "~4.2"
1235 "dev-master": "1.4-dev"
1243 "notification-url": "https://packagist.org/downloads/",
1249 "name": "Sebastian Bergmann",
1250 "email": "sebastian@phpunit.de"
1253 "description": "Wrapper around PHP's tokenizer extension.",
1254 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
1258 "time": "2015-09-15 10:49:45"
1261 "name": "phpunit/phpunit",
1262 "version": "4.8.26",
1265 "url": "https://github.com/sebastianbergmann/phpunit.git",
1266 "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
1270 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
1271 "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
1278 "ext-reflection": "*",
1281 "phpspec/prophecy": "^1.3.1",
1282 "phpunit/php-code-coverage": "~2.1",
1283 "phpunit/php-file-iterator": "~1.4",
1284 "phpunit/php-text-template": "~1.2",
1285 "phpunit/php-timer": "^1.0.6",
1286 "phpunit/phpunit-mock-objects": "~2.3",
1287 "sebastian/comparator": "~1.1",
1288 "sebastian/diff": "~1.2",
1289 "sebastian/environment": "~1.3",
1290 "sebastian/exporter": "~1.2",
1291 "sebastian/global-state": "~1.0",
1292 "sebastian/version": "~1.0",
1293 "symfony/yaml": "~2.1|~3.0"
1296 "phpunit/php-invoker": "~1.1"
1304 "dev-master": "4.8.x-dev"
1312 "notification-url": "https://packagist.org/downloads/",
1318 "name": "Sebastian Bergmann",
1319 "email": "sebastian@phpunit.de",
1323 "description": "The PHP Unit Testing framework.",
1324 "homepage": "https://phpunit.de/",
1330 "time": "2016-05-17 03:09:28"
1333 "name": "phpunit/phpunit-mock-objects",
1337 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
1338 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
1342 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1343 "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
1347 "doctrine/instantiator": "^1.0.2",
1349 "phpunit/php-text-template": "~1.2",
1350 "sebastian/exporter": "~1.2"
1353 "phpunit/phpunit": "~4.4"
1361 "dev-master": "2.3.x-dev"
1369 "notification-url": "https://packagist.org/downloads/",
1375 "name": "Sebastian Bergmann",
1376 "email": "sb@sebastian-bergmann.de",
1380 "description": "Mock Object library for PHPUnit",
1381 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1386 "time": "2015-10-02 06:51:40"
1389 "name": "react/promise",
1390 "version": "v2.4.1",
1393 "url": "https://github.com/reactphp/promise.git",
1394 "reference": "8025426794f1944de806618671d4fa476dc7626f"
1398 "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
1399 "reference": "8025426794f1944de806618671d4fa476dc7626f",
1408 "dev-master": "2.0-dev"
1413 "React\\Promise\\": "src/"
1416 "src/functions_include.php"
1419 "notification-url": "https://packagist.org/downloads/",
1425 "name": "Jan Sorgalla",
1426 "email": "jsorgalla@gmail.com"
1429 "description": "A lightweight implementation of CommonJS Promises/A for PHP",
1430 "time": "2016-05-03 17:50:52"
1433 "name": "sebastian/comparator",
1437 "url": "https://github.com/sebastianbergmann/comparator.git",
1438 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
1442 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
1443 "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
1448 "sebastian/diff": "~1.2",
1449 "sebastian/exporter": "~1.2"
1452 "phpunit/phpunit": "~4.4"
1457 "dev-master": "1.2.x-dev"
1465 "notification-url": "https://packagist.org/downloads/",
1471 "name": "Jeff Welch",
1472 "email": "whatthejeff@gmail.com"
1475 "name": "Volker Dusch",
1476 "email": "github@wallbash.com"
1479 "name": "Bernhard Schussek",
1480 "email": "bschussek@2bepublished.at"
1483 "name": "Sebastian Bergmann",
1484 "email": "sebastian@phpunit.de"
1487 "description": "Provides the functionality to compare PHP values for equality",
1488 "homepage": "http://www.github.com/sebastianbergmann/comparator",
1494 "time": "2015-07-26 15:48:44"
1497 "name": "sebastian/diff",
1501 "url": "https://github.com/sebastianbergmann/diff.git",
1502 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
1506 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
1507 "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
1514 "phpunit/phpunit": "~4.8"
1519 "dev-master": "1.4-dev"
1527 "notification-url": "https://packagist.org/downloads/",
1533 "name": "Kore Nordmann",
1534 "email": "mail@kore-nordmann.de"
1537 "name": "Sebastian Bergmann",
1538 "email": "sebastian@phpunit.de"
1541 "description": "Diff implementation",
1542 "homepage": "https://github.com/sebastianbergmann/diff",
1546 "time": "2015-12-08 07:14:41"
1549 "name": "sebastian/environment",
1553 "url": "https://github.com/sebastianbergmann/environment.git",
1554 "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
1558 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
1559 "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
1566 "phpunit/phpunit": "~4.4"
1571 "dev-master": "1.3.x-dev"
1579 "notification-url": "https://packagist.org/downloads/",
1585 "name": "Sebastian Bergmann",
1586 "email": "sebastian@phpunit.de"
1589 "description": "Provides functionality to handle HHVM/PHP environments",
1590 "homepage": "http://www.github.com/sebastianbergmann/environment",
1596 "time": "2016-05-17 03:18:57"
1599 "name": "sebastian/exporter",
1603 "url": "https://github.com/sebastianbergmann/exporter.git",
1604 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
1608 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
1609 "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
1614 "sebastian/recursion-context": "~1.0"
1617 "ext-mbstring": "*",
1618 "phpunit/phpunit": "~4.4"
1623 "dev-master": "1.3.x-dev"
1631 "notification-url": "https://packagist.org/downloads/",
1637 "name": "Jeff Welch",
1638 "email": "whatthejeff@gmail.com"
1641 "name": "Volker Dusch",
1642 "email": "github@wallbash.com"
1645 "name": "Bernhard Schussek",
1646 "email": "bschussek@2bepublished.at"
1649 "name": "Sebastian Bergmann",
1650 "email": "sebastian@phpunit.de"
1653 "name": "Adam Harvey",
1654 "email": "aharvey@php.net"
1657 "description": "Provides the functionality to export PHP variables for visualization",
1658 "homepage": "http://www.github.com/sebastianbergmann/exporter",
1663 "time": "2016-06-17 09:04:28"
1666 "name": "sebastian/global-state",
1670 "url": "https://github.com/sebastianbergmann/global-state.git",
1671 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
1675 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
1676 "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
1683 "phpunit/phpunit": "~4.2"
1691 "dev-master": "1.0-dev"
1699 "notification-url": "https://packagist.org/downloads/",
1705 "name": "Sebastian Bergmann",
1706 "email": "sebastian@phpunit.de"
1709 "description": "Snapshotting of global state",
1710 "homepage": "http://www.github.com/sebastianbergmann/global-state",
1714 "time": "2015-10-12 03:26:01"
1717 "name": "sebastian/recursion-context",
1721 "url": "https://github.com/sebastianbergmann/recursion-context.git",
1722 "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
1726 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
1727 "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
1734 "phpunit/phpunit": "~4.4"
1739 "dev-master": "1.0.x-dev"
1747 "notification-url": "https://packagist.org/downloads/",
1753 "name": "Jeff Welch",
1754 "email": "whatthejeff@gmail.com"
1757 "name": "Sebastian Bergmann",
1758 "email": "sebastian@phpunit.de"
1761 "name": "Adam Harvey",
1762 "email": "aharvey@php.net"
1765 "description": "Provides functionality to recursively process PHP variables",
1766 "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
1767 "time": "2015-11-11 19:50:13"
1770 "name": "sebastian/version",
1774 "url": "https://github.com/sebastianbergmann/version.git",
1775 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
1779 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1780 "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
1789 "notification-url": "https://packagist.org/downloads/",
1795 "name": "Sebastian Bergmann",
1796 "email": "sebastian@phpunit.de",
1800 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
1801 "homepage": "https://github.com/sebastianbergmann/version",
1802 "time": "2015-06-21 13:59:46"
1805 "name": "symfony/browser-kit",
1806 "version": "v2.8.7",
1809 "url": "https://github.com/symfony/browser-kit.git",
1810 "reference": "2508ecbfc98b007bc1b670cef40ff821b827c61c"
1814 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2508ecbfc98b007bc1b670cef40ff821b827c61c",
1815 "reference": "2508ecbfc98b007bc1b670cef40ff821b827c61c",
1820 "symfony/dom-crawler": "~2.1|~3.0.0"
1823 "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
1824 "symfony/process": "~2.3.34|~2.7,>=2.7.6|~3.0.0"
1827 "symfony/process": ""
1832 "dev-master": "2.8-dev"
1837 "Symfony\\Component\\BrowserKit\\": ""
1839 "exclude-from-classmap": [
1843 "notification-url": "https://packagist.org/downloads/",
1849 "name": "Fabien Potencier",
1850 "email": "fabien@symfony.com"
1853 "name": "Symfony Community",
1854 "homepage": "https://symfony.com/contributors"
1857 "description": "Symfony BrowserKit Component",
1858 "homepage": "https://symfony.com",
1859 "time": "2016-06-06 15:06:25"
1862 "name": "symfony/class-loader",
1863 "version": "v2.8.7",
1866 "url": "https://github.com/symfony/class-loader.git",
1867 "reference": "f1cf312c81c7b4f0f11431e6fd37b66890f5e27b"
1871 "url": "https://api.github.com/repos/symfony/class-loader/zipball/f1cf312c81c7b4f0f11431e6fd37b66890f5e27b",
1872 "reference": "f1cf312c81c7b4f0f11431e6fd37b66890f5e27b",
1877 "symfony/polyfill-apcu": "~1.1"
1880 "symfony/finder": "~2.0,>=2.0.5|~3.0.0"
1885 "dev-master": "2.8-dev"
1890 "Symfony\\Component\\ClassLoader\\": ""
1892 "exclude-from-classmap": [
1896 "notification-url": "https://packagist.org/downloads/",
1902 "name": "Fabien Potencier",
1903 "email": "fabien@symfony.com"
1906 "name": "Symfony Community",
1907 "homepage": "https://symfony.com/contributors"
1910 "description": "Symfony ClassLoader Component",
1911 "homepage": "https://symfony.com",
1912 "time": "2016-03-30 10:37:34"
1915 "name": "symfony/config",
1916 "version": "v2.8.7",
1919 "url": "https://github.com/symfony/config.git",
1920 "reference": "a2edd59c2163c65747fc3f35d132b5a39266bd05"
1924 "url": "https://api.github.com/repos/symfony/config/zipball/a2edd59c2163c65747fc3f35d132b5a39266bd05",
1925 "reference": "a2edd59c2163c65747fc3f35d132b5a39266bd05",
1930 "symfony/filesystem": "~2.3|~3.0.0"
1933 "symfony/yaml": "To use the yaml reference dumper"
1938 "dev-master": "2.8-dev"
1943 "Symfony\\Component\\Config\\": ""
1945 "exclude-from-classmap": [
1949 "notification-url": "https://packagist.org/downloads/",
1955 "name": "Fabien Potencier",
1956 "email": "fabien@symfony.com"
1959 "name": "Symfony Community",
1960 "homepage": "https://symfony.com/contributors"
1963 "description": "Symfony Config Component",
1964 "homepage": "https://symfony.com",
1965 "time": "2016-06-06 11:11:27"
1968 "name": "symfony/console",
1969 "version": "v2.8.7",
1972 "url": "https://github.com/symfony/console.git",
1973 "reference": "5ac8bc9aa77bb2edf06af3a1bb6bc1020d23acd3"
1977 "url": "https://api.github.com/repos/symfony/console/zipball/5ac8bc9aa77bb2edf06af3a1bb6bc1020d23acd3",
1978 "reference": "5ac8bc9aa77bb2edf06af3a1bb6bc1020d23acd3",
1983 "symfony/polyfill-mbstring": "~1.0"
1987 "symfony/event-dispatcher": "~2.1|~3.0.0",
1988 "symfony/process": "~2.1|~3.0.0"
1991 "psr/log": "For using the console logger",
1992 "symfony/event-dispatcher": "",
1993 "symfony/process": ""
1998 "dev-master": "2.8-dev"
2003 "Symfony\\Component\\Console\\": ""
2005 "exclude-from-classmap": [
2009 "notification-url": "https://packagist.org/downloads/",
2015 "name": "Fabien Potencier",
2016 "email": "fabien@symfony.com"
2019 "name": "Symfony Community",
2020 "homepage": "https://symfony.com/contributors"
2023 "description": "Symfony Console Component",
2024 "homepage": "https://symfony.com",
2025 "time": "2016-06-06 15:06:25"
2028 "name": "symfony/css-selector",
2029 "version": "v2.8.7",
2032 "url": "https://github.com/symfony/css-selector.git",
2033 "reference": "9a0b2649328297fb6acd0c823789d92efcbd36ad"
2037 "url": "https://api.github.com/repos/symfony/css-selector/zipball/9a0b2649328297fb6acd0c823789d92efcbd36ad",
2038 "reference": "9a0b2649328297fb6acd0c823789d92efcbd36ad",
2047 "dev-master": "2.8-dev"
2052 "Symfony\\Component\\CssSelector\\": ""
2054 "exclude-from-classmap": [
2058 "notification-url": "https://packagist.org/downloads/",
2064 "name": "Jean-François Simon",
2065 "email": "jeanfrancois.simon@sensiolabs.com"
2068 "name": "Fabien Potencier",
2069 "email": "fabien@symfony.com"
2072 "name": "Symfony Community",
2073 "homepage": "https://symfony.com/contributors"
2076 "description": "Symfony CssSelector Component",
2077 "homepage": "https://symfony.com",
2078 "time": "2016-06-06 11:11:27"
2081 "name": "symfony/dependency-injection",
2082 "version": "v2.8.7",
2085 "url": "https://github.com/symfony/dependency-injection.git",
2086 "reference": "2d05009d890cf1139988ff059b5b2e0eb280ed13"
2090 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2d05009d890cf1139988ff059b5b2e0eb280ed13",
2091 "reference": "2d05009d890cf1139988ff059b5b2e0eb280ed13",
2098 "symfony/expression-language": "<2.6"
2101 "symfony/config": "~2.2|~3.0.0",
2102 "symfony/expression-language": "~2.6|~3.0.0",
2103 "symfony/yaml": "~2.1|~3.0.0"
2106 "symfony/config": "",
2107 "symfony/expression-language": "For using expressions in service container configuration",
2108 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
2114 "dev-master": "2.8-dev"
2119 "Symfony\\Component\\DependencyInjection\\": ""
2121 "exclude-from-classmap": [
2125 "notification-url": "https://packagist.org/downloads/",
2131 "name": "Fabien Potencier",
2132 "email": "fabien@symfony.com"
2135 "name": "Symfony Community",
2136 "homepage": "https://symfony.com/contributors"
2139 "description": "Symfony DependencyInjection Component",
2140 "homepage": "https://symfony.com",
2141 "time": "2016-06-06 11:11:27"
2144 "name": "symfony/dom-crawler",
2145 "version": "v2.8.7",
2148 "url": "https://github.com/symfony/dom-crawler.git",
2149 "reference": "f282b08f6bbbc72e7af2e9e0c2f896221053f791"
2153 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/f282b08f6bbbc72e7af2e9e0c2f896221053f791",
2154 "reference": "f282b08f6bbbc72e7af2e9e0c2f896221053f791",
2159 "symfony/polyfill-mbstring": "~1.0"
2162 "symfony/css-selector": "~2.8|~3.0.0"
2165 "symfony/css-selector": ""
2170 "dev-master": "2.8-dev"
2175 "Symfony\\Component\\DomCrawler\\": ""
2177 "exclude-from-classmap": [
2181 "notification-url": "https://packagist.org/downloads/",
2187 "name": "Fabien Potencier",
2188 "email": "fabien@symfony.com"
2191 "name": "Symfony Community",
2192 "homepage": "https://symfony.com/contributors"
2195 "description": "Symfony DomCrawler Component",
2196 "homepage": "https://symfony.com",
2197 "time": "2016-04-12 18:01:21"
2200 "name": "symfony/event-dispatcher",
2201 "version": "v2.8.7",
2204 "url": "https://github.com/symfony/event-dispatcher.git",
2205 "reference": "2a6b8713f8bdb582058cfda463527f195b066110"
2209 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/2a6b8713f8bdb582058cfda463527f195b066110",
2210 "reference": "2a6b8713f8bdb582058cfda463527f195b066110",
2218 "symfony/config": "~2.0,>=2.0.5|~3.0.0",
2219 "symfony/dependency-injection": "~2.6|~3.0.0",
2220 "symfony/expression-language": "~2.6|~3.0.0",
2221 "symfony/stopwatch": "~2.3|~3.0.0"
2224 "symfony/dependency-injection": "",
2225 "symfony/http-kernel": ""
2230 "dev-master": "2.8-dev"
2235 "Symfony\\Component\\EventDispatcher\\": ""
2237 "exclude-from-classmap": [
2241 "notification-url": "https://packagist.org/downloads/",
2247 "name": "Fabien Potencier",
2248 "email": "fabien@symfony.com"
2251 "name": "Symfony Community",
2252 "homepage": "https://symfony.com/contributors"
2255 "description": "Symfony EventDispatcher Component",
2256 "homepage": "https://symfony.com",
2257 "time": "2016-06-06 11:11:27"
2260 "name": "symfony/filesystem",
2261 "version": "v2.8.7",
2264 "url": "https://github.com/symfony/filesystem.git",
2265 "reference": "dee379131dceed90a429e951546b33edfe7dccbb"
2269 "url": "https://api.github.com/repos/symfony/filesystem/zipball/dee379131dceed90a429e951546b33edfe7dccbb",
2270 "reference": "dee379131dceed90a429e951546b33edfe7dccbb",
2279 "dev-master": "2.8-dev"
2284 "Symfony\\Component\\Filesystem\\": ""
2286 "exclude-from-classmap": [
2290 "notification-url": "https://packagist.org/downloads/",
2296 "name": "Fabien Potencier",
2297 "email": "fabien@symfony.com"
2300 "name": "Symfony Community",
2301 "homepage": "https://symfony.com/contributors"
2304 "description": "Symfony Filesystem Component",
2305 "homepage": "https://symfony.com",
2306 "time": "2016-04-12 18:01:21"
2309 "name": "symfony/polyfill-apcu",
2310 "version": "v1.2.0",
2313 "url": "https://github.com/symfony/polyfill-apcu.git",
2314 "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b"
2318 "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2319 "reference": "6d58bceaeea2c2d3eb62503839b18646e161cd6b",
2328 "dev-master": "1.2-dev"
2336 "notification-url": "https://packagist.org/downloads/",
2342 "name": "Nicolas Grekas",
2343 "email": "p@tchwork.com"
2346 "name": "Symfony Community",
2347 "homepage": "https://symfony.com/contributors"
2350 "description": "Symfony polyfill backporting apcu_* functions to lower PHP versions",
2351 "homepage": "https://symfony.com",
2359 "time": "2016-05-18 14:26:46"
2362 "name": "symfony/polyfill-mbstring",
2363 "version": "v1.2.0",
2366 "url": "https://github.com/symfony/polyfill-mbstring.git",
2367 "reference": "dff51f72b0706335131b00a7f49606168c582594"
2371 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
2372 "reference": "dff51f72b0706335131b00a7f49606168c582594",
2379 "ext-mbstring": "For best performance"
2384 "dev-master": "1.2-dev"
2389 "Symfony\\Polyfill\\Mbstring\\": ""
2395 "notification-url": "https://packagist.org/downloads/",
2401 "name": "Nicolas Grekas",
2402 "email": "p@tchwork.com"
2405 "name": "Symfony Community",
2406 "homepage": "https://symfony.com/contributors"
2409 "description": "Symfony polyfill for the Mbstring extension",
2410 "homepage": "https://symfony.com",
2418 "time": "2016-05-18 14:26:46"
2421 "name": "symfony/process",
2422 "version": "v2.8.7",
2425 "url": "https://github.com/symfony/process.git",
2426 "reference": "115347d00c342198cdc52a7bd8bc15b5ab43500c"
2430 "url": "https://api.github.com/repos/symfony/process/zipball/115347d00c342198cdc52a7bd8bc15b5ab43500c",
2431 "reference": "115347d00c342198cdc52a7bd8bc15b5ab43500c",
2440 "dev-master": "2.8-dev"
2445 "Symfony\\Component\\Process\\": ""
2447 "exclude-from-classmap": [
2451 "notification-url": "https://packagist.org/downloads/",
2457 "name": "Fabien Potencier",
2458 "email": "fabien@symfony.com"
2461 "name": "Symfony Community",
2462 "homepage": "https://symfony.com/contributors"
2465 "description": "Symfony Process Component",
2466 "homepage": "https://symfony.com",
2467 "time": "2016-06-06 11:11:27"
2470 "name": "symfony/translation",
2471 "version": "v2.8.7",
2474 "url": "https://github.com/symfony/translation.git",
2475 "reference": "8a1648d2e165ba87c759ba57d7f4c13d95fdf4a1"
2479 "url": "https://api.github.com/repos/symfony/translation/zipball/8a1648d2e165ba87c759ba57d7f4c13d95fdf4a1",
2480 "reference": "8a1648d2e165ba87c759ba57d7f4c13d95fdf4a1",
2485 "symfony/polyfill-mbstring": "~1.0"
2488 "symfony/config": "<2.7"
2492 "symfony/config": "~2.8",
2493 "symfony/intl": "~2.4|~3.0.0",
2494 "symfony/yaml": "~2.2|~3.0.0"
2497 "psr/log": "To use logging capability in translator",
2498 "symfony/config": "",
2504 "dev-master": "2.8-dev"
2509 "Symfony\\Component\\Translation\\": ""
2511 "exclude-from-classmap": [
2515 "notification-url": "https://packagist.org/downloads/",
2521 "name": "Fabien Potencier",
2522 "email": "fabien@symfony.com"
2525 "name": "Symfony Community",
2526 "homepage": "https://symfony.com/contributors"
2529 "description": "Symfony Translation Component",
2530 "homepage": "https://symfony.com",
2531 "time": "2016-06-06 11:11:27"
2534 "name": "symfony/yaml",
2535 "version": "v2.8.7",
2538 "url": "https://github.com/symfony/yaml.git",
2539 "reference": "815fabf3f48c7d1df345a69d1ad1a88f59757b34"
2543 "url": "https://api.github.com/repos/symfony/yaml/zipball/815fabf3f48c7d1df345a69d1ad1a88f59757b34",
2544 "reference": "815fabf3f48c7d1df345a69d1ad1a88f59757b34",
2553 "dev-master": "2.8-dev"
2558 "Symfony\\Component\\Yaml\\": ""
2560 "exclude-from-classmap": [
2564 "notification-url": "https://packagist.org/downloads/",
2570 "name": "Fabien Potencier",
2571 "email": "fabien@symfony.com"
2574 "name": "Symfony Community",
2575 "homepage": "https://symfony.com/contributors"
2578 "description": "Symfony Yaml Component",
2579 "homepage": "https://symfony.com",
2580 "time": "2016-06-06 11:11:27"
2584 "minimum-stability": "stable",
2585 "stability-flags": [],
2586 "prefer-stable": false,
2587 "prefer-lowest": false,