3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
5 "This file is @generated automatically"
7 "hash": "cc6e7fc565b246cb30b0cac103a2b31e",
14 "url": "https://github.com/wikimedia/cdb.git",
15 "reference": "918601ea3d31b8c37312e9c0e54446aa8bfb3425"
19 "url": "https://api.github.com/repos/wikimedia/cdb/zipball/918601ea3d31b8c37312e9c0e54446aa8bfb3425",
20 "reference": "918601ea3d31b8c37312e9c0e54446aa8bfb3425",
27 "phpunit/phpunit": "*"
35 "notification-url": "https://packagist.org/downloads/",
41 "name": "Tim Starling",
42 "email": "tstarling@wikimedia.org"
45 "name": "Chad Horohoe",
46 "email": "chad@wikimedia.org"
49 "description": "Constant Database (CDB) wrapper library for PHP. Provides pure-PHP fallback when dba_* functions are absent.",
50 "homepage": "https://www.mediawiki.org/wiki/CDB",
51 "time": "2014-11-12 19:03:26"
54 "name": "cssjanus/cssjanus",
58 "url": "https://github.com/cssjanus/php-cssjanus.git",
59 "reference": "62a9c32e6e140de09082b40a6e99d868ad14d4e0"
63 "url": "https://api.github.com/repos/cssjanus/php-cssjanus/zipball/62a9c32e6e140de09082b40a6e99d868ad14d4e0",
64 "reference": "62a9c32e6e140de09082b40a6e99d868ad14d4e0",
71 "jakub-onderka/php-parallel-lint": "0.8.*",
72 "phpunit/phpunit": "3.7.*",
73 "squizlabs/php_codesniffer": "1.*"
81 "notification-url": "https://packagist.org/downloads/",
85 "description": "Convert CSS stylesheets between left-to-right and right-to-left.",
86 "time": "2014-11-14 20:00:50"
89 "name": "leafo/lessphp",
93 "url": "https://github.com/leafo/lessphp.git",
94 "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283"
98 "url": "https://api.github.com/repos/leafo/lessphp/zipball/0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
99 "reference": "0f5a7f5545d2bcf4e9fad9a228c8ad89cc9aa283",
105 "dev-master": "0.4.x-dev"
113 "notification-url": "https://packagist.org/downloads/",
120 "name": "Leaf Corcoran",
121 "email": "leafot@gmail.com",
122 "homepage": "http://leafo.net"
125 "description": "lessphp is a compiler for LESS written in PHP.",
126 "homepage": "http://leafo.net/lessphp/",
127 "time": "2014-11-24 18:39:20"
134 "url": "https://github.com/php-fig/log.git",
135 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
139 "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
140 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
149 "notification-url": "https://packagist.org/downloads/",
156 "homepage": "http://www.php-fig.org/"
159 "description": "Common interface for logging libraries",
165 "time": "2012-12-21 11:40:51"
170 "name": "doctrine/instantiator",
174 "url": "https://github.com/doctrine/instantiator.git",
175 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119"
179 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/f976e5de371104877ebc89bd8fecb0019ed9c119",
180 "reference": "f976e5de371104877ebc89bd8fecb0019ed9c119",
184 "php": ">=5.3,<8.0-DEV"
187 "athletic/athletic": "~0.1.8",
190 "phpunit/phpunit": "~4.0",
191 "squizlabs/php_codesniffer": "2.0.*@ALPHA"
196 "dev-master": "1.0.x-dev"
201 "Doctrine\\Instantiator\\": "src"
204 "notification-url": "https://packagist.org/downloads/",
210 "name": "Marco Pivetta",
211 "email": "ocramius@gmail.com",
212 "homepage": "http://ocramius.github.com/"
215 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
216 "homepage": "https://github.com/doctrine/instantiator",
221 "time": "2014-10-13 12:58:55"
224 "name": "phpunit/php-code-coverage",
228 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
229 "reference": "7ce9da20f96964bb7a4033f53834df13328dbeab"
233 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7ce9da20f96964bb7a4033f53834df13328dbeab",
234 "reference": "7ce9da20f96964bb7a4033f53834df13328dbeab",
239 "phpunit/php-file-iterator": "~1.3",
240 "phpunit/php-text-template": "~1.2",
241 "phpunit/php-token-stream": "~1.3",
242 "sebastian/environment": "~1.0",
243 "sebastian/version": "~1.0"
246 "ext-xdebug": ">=2.1.4",
247 "phpunit/phpunit": "~4.1"
251 "ext-xdebug": ">=2.2.1",
257 "dev-master": "2.0.x-dev"
265 "notification-url": "https://packagist.org/downloads/",
274 "name": "Sebastian Bergmann",
275 "email": "sb@sebastian-bergmann.de",
279 "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
280 "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
286 "time": "2014-12-02 13:17:01"
289 "name": "phpunit/php-file-iterator",
293 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
294 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
298 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
299 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
311 "notification-url": "https://packagist.org/downloads/",
320 "name": "Sebastian Bergmann",
321 "email": "sb@sebastian-bergmann.de",
325 "description": "FilterIterator implementation that filters files based on a list of suffixes.",
326 "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
331 "time": "2013-10-10 15:34:57"
334 "name": "phpunit/php-text-template",
338 "url": "https://github.com/sebastianbergmann/php-text-template.git",
339 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
343 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
344 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
356 "notification-url": "https://packagist.org/downloads/",
365 "name": "Sebastian Bergmann",
366 "email": "sb@sebastian-bergmann.de",
370 "description": "Simple template engine.",
371 "homepage": "https://github.com/sebastianbergmann/php-text-template/",
375 "time": "2014-01-30 17:20:04"
378 "name": "phpunit/php-timer",
382 "url": "https://github.com/sebastianbergmann/php-timer.git",
383 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
387 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
388 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
400 "notification-url": "https://packagist.org/downloads/",
409 "name": "Sebastian Bergmann",
410 "email": "sb@sebastian-bergmann.de",
414 "description": "Utility class for timing",
415 "homepage": "https://github.com/sebastianbergmann/php-timer/",
419 "time": "2013-08-02 07:42:54"
422 "name": "phpunit/php-token-stream",
426 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
427 "reference": "f8d5d08c56de5cfd592b3340424a81733259a876"
431 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/f8d5d08c56de5cfd592b3340424a81733259a876",
432 "reference": "f8d5d08c56de5cfd592b3340424a81733259a876",
436 "ext-tokenizer": "*",
440 "phpunit/phpunit": "~4.2"
445 "dev-master": "1.3-dev"
453 "notification-url": "https://packagist.org/downloads/",
459 "name": "Sebastian Bergmann",
460 "email": "sebastian@phpunit.de"
463 "description": "Wrapper around PHP's tokenizer extension.",
464 "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
468 "time": "2014-08-31 06:12:13"
471 "name": "phpunit/phpunit",
475 "url": "https://github.com/sebastianbergmann/phpunit.git",
476 "reference": "2dab9d593997db4abcf58d0daf798eb4e9cecfe1"
480 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2dab9d593997db4abcf58d0daf798eb4e9cecfe1",
481 "reference": "2dab9d593997db4abcf58d0daf798eb4e9cecfe1",
488 "ext-reflection": "*",
491 "phpunit/php-code-coverage": "~2.0",
492 "phpunit/php-file-iterator": "~1.3.2",
493 "phpunit/php-text-template": "~1.2",
494 "phpunit/php-timer": "~1.0.2",
495 "phpunit/phpunit-mock-objects": "~2.3",
496 "sebastian/comparator": "~1.0",
497 "sebastian/diff": "~1.1",
498 "sebastian/environment": "~1.0",
499 "sebastian/exporter": "~1.0",
500 "sebastian/version": "~1.0",
501 "symfony/yaml": "~2.0"
504 "phpunit/php-invoker": "~1.1"
512 "dev-master": "4.3.x-dev"
520 "notification-url": "https://packagist.org/downloads/",
523 "../../symfony/yaml/"
530 "name": "Sebastian Bergmann",
531 "email": "sebastian@phpunit.de",
535 "description": "The PHP Unit Testing framework.",
536 "homepage": "http://www.phpunit.de/",
542 "time": "2014-11-11 10:11:09"
545 "name": "phpunit/phpunit-mock-objects",
549 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
550 "reference": "c63d2367247365f688544f0d500af90a11a44c65"
554 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c63d2367247365f688544f0d500af90a11a44c65",
555 "reference": "c63d2367247365f688544f0d500af90a11a44c65",
559 "doctrine/instantiator": "~1.0,>=1.0.1",
561 "phpunit/php-text-template": "~1.2"
564 "phpunit/phpunit": "~4.3"
572 "dev-master": "2.3.x-dev"
580 "notification-url": "https://packagist.org/downloads/",
586 "name": "Sebastian Bergmann",
587 "email": "sb@sebastian-bergmann.de",
591 "description": "Mock Object library for PHPUnit",
592 "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
597 "time": "2014-10-03 05:12:11"
600 "name": "sebastian/comparator",
604 "url": "https://github.com/sebastianbergmann/comparator.git",
605 "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef"
609 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
610 "reference": "e54a01c0da1b87db3c5a3c4c5277ddf331da4aef",
615 "sebastian/diff": "~1.1",
616 "sebastian/exporter": "~1.0"
619 "phpunit/phpunit": "~4.1"
624 "dev-master": "1.0.x-dev"
632 "notification-url": "https://packagist.org/downloads/",
638 "name": "Jeff Welch",
639 "email": "whatthejeff@gmail.com"
642 "name": "Volker Dusch",
643 "email": "github@wallbash.com"
646 "name": "Bernhard Schussek",
647 "email": "bschussek@2bepublished.at"
650 "name": "Sebastian Bergmann",
651 "email": "sebastian@phpunit.de"
654 "description": "Provides the functionality to compare PHP values for equality",
655 "homepage": "http://www.github.com/sebastianbergmann/comparator",
661 "time": "2014-05-11 23:00:21"
664 "name": "sebastian/diff",
668 "url": "https://github.com/sebastianbergmann/diff.git",
669 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7"
673 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/5843509fed39dee4b356a306401e9dd1a931fec7",
674 "reference": "5843509fed39dee4b356a306401e9dd1a931fec7",
681 "phpunit/phpunit": "~4.2"
686 "dev-master": "1.2-dev"
694 "notification-url": "https://packagist.org/downloads/",
700 "name": "Kore Nordmann",
701 "email": "mail@kore-nordmann.de"
704 "name": "Sebastian Bergmann",
705 "email": "sebastian@phpunit.de"
708 "description": "Diff implementation",
709 "homepage": "http://www.github.com/sebastianbergmann/diff",
713 "time": "2014-08-15 10:29:00"
716 "name": "sebastian/environment",
720 "url": "https://github.com/sebastianbergmann/environment.git",
721 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
725 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
726 "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
733 "phpunit/phpunit": "~4.3"
738 "dev-master": "1.2.x-dev"
746 "notification-url": "https://packagist.org/downloads/",
752 "name": "Sebastian Bergmann",
753 "email": "sebastian@phpunit.de"
756 "description": "Provides functionality to handle HHVM/PHP environments",
757 "homepage": "http://www.github.com/sebastianbergmann/environment",
763 "time": "2014-10-25 08:00:45"
766 "name": "sebastian/exporter",
770 "url": "https://github.com/sebastianbergmann/exporter.git",
771 "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0"
775 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
776 "reference": "c7d59948d6e82818e1bdff7cadb6c34710eb7dc0",
783 "phpunit/phpunit": "~4.0"
788 "dev-master": "1.0.x-dev"
796 "notification-url": "https://packagist.org/downloads/",
802 "name": "Jeff Welch",
803 "email": "whatthejeff@gmail.com"
806 "name": "Volker Dusch",
807 "email": "github@wallbash.com"
810 "name": "Bernhard Schussek",
811 "email": "bschussek@2bepublished.at"
814 "name": "Sebastian Bergmann",
815 "email": "sebastian@phpunit.de"
818 "name": "Adam Harvey",
819 "email": "aharvey@php.net"
822 "description": "Provides the functionality to export PHP variables for visualization",
823 "homepage": "http://www.github.com/sebastianbergmann/exporter",
828 "time": "2014-09-10 00:51:36"
831 "name": "sebastian/version",
835 "url": "https://github.com/sebastianbergmann/version.git",
836 "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43"
840 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
841 "reference": "b6e1f0cf6b9e1ec409a0d3e2f2a5fb0998e36b43",
850 "notification-url": "https://packagist.org/downloads/",
856 "name": "Sebastian Bergmann",
857 "email": "sebastian@phpunit.de",
861 "description": "Library that helps with managing the version number of Git-hosted PHP projects",
862 "homepage": "https://github.com/sebastianbergmann/version",
863 "time": "2014-03-07 15:35:33"
866 "name": "symfony/yaml",
868 "target-dir": "Symfony/Component/Yaml",
871 "url": "https://github.com/symfony/Yaml.git",
872 "reference": "51c845cf3e4bfc182d1d5c05ed1c7338361d86f8"
876 "url": "https://api.github.com/repos/symfony/Yaml/zipball/51c845cf3e4bfc182d1d5c05ed1c7338361d86f8",
877 "reference": "51c845cf3e4bfc182d1d5c05ed1c7338361d86f8",
886 "dev-master": "2.6-dev"
891 "Symfony\\Component\\Yaml\\": ""
894 "notification-url": "https://packagist.org/downloads/",
900 "name": "Symfony Community",
901 "homepage": "http://symfony.com/contributors"
904 "name": "Fabien Potencier",
905 "email": "fabien@symfony.com"
908 "description": "Symfony Yaml Component",
909 "homepage": "http://symfony.com",
910 "time": "2014-11-20 13:24:23"
914 "minimum-stability": "stable",
915 "stability-flags": [],
916 "prefer-stable": false,