diff --git a/composer.json b/composer.json index 829fe40..ab9d0a5 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "4.2.*", + "phpunit/phpunit": "4.3.*", "mikey179/vfsStream": "1.4.*@dev", "satooshi/php-coveralls": "dev-master", "phpunit/phpcov": "dev-master", diff --git a/composer.lock b/composer.lock index e6d762b..7742268 100644 --- a/composer.lock +++ b/composer.lock @@ -3,7 +3,7 @@ "This file locks the dependencies of your project to a known state", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" ], - "hash": "442ab8763d5d32a921cab3f329b4af47", + "hash": "9aa30a08ad1a3b74a696e0217698378a", "packages": [], "packages-dev": [ { @@ -158,12 +158,12 @@ "source": { "type": "git", "url": "https://github.com/mikey179/vfsStream.git", - "reference": "d8ec57b68719db77985266c620b86f09657f42f6" + "reference": "056b64e0341039eb83075ca53347f29d0bfdead0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d8ec57b68719db77985266c620b86f09657f42f6", - "reference": "d8ec57b68719db77985266c620b86f09657f42f6", + "url": "https://api.github.com/repos/mikey179/vfsStream/zipball/056b64e0341039eb83075ca53347f29d0bfdead0", + "reference": "056b64e0341039eb83075ca53347f29d0bfdead0", "shasum": "" }, "require": { @@ -189,7 +189,7 @@ ], "description": "Virtual file system to mock the real file system in unit tests.", "homepage": "http://vfs.bovigo.org/", - "time": "2014-10-25 20:40:10" + "time": "2014-11-24 09:52:29" }, { "name": "phpunit/php-code-coverage", @@ -492,16 +492,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.2.6", + "version": "4.3.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c" + "reference": "2dab9d593997db4abcf58d0daf798eb4e9cecfe1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c28a790620fe30b049bb693be1ef9cd4e0fe906c", - "reference": "c28a790620fe30b049bb693be1ef9cd4e0fe906c", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2dab9d593997db4abcf58d0daf798eb4e9cecfe1", + "reference": "2dab9d593997db4abcf58d0daf798eb4e9cecfe1", "shasum": "" }, "require": { @@ -512,10 +512,10 @@ "ext-spl": "*", "php": ">=5.3.3", "phpunit/php-code-coverage": "~2.0", - "phpunit/php-file-iterator": "~1.3.1", + "phpunit/php-file-iterator": "~1.3.2", "phpunit/php-text-template": "~1.2", "phpunit/php-timer": "~1.0.2", - "phpunit/phpunit-mock-objects": "~2.2", + "phpunit/phpunit-mock-objects": "~2.3", "sebastian/comparator": "~1.0", "sebastian/diff": "~1.1", "sebastian/environment": "~1.0", @@ -532,7 +532,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.2.x-dev" + "dev-master": "4.3.x-dev" } }, "autoload": { @@ -562,7 +562,7 @@ "testing", "xunit" ], - "time": "2014-09-14 09:31:24" + "time": "2014-11-11 10:11:09" }, { "name": "phpunit/phpunit-mock-objects", @@ -1087,17 +1087,17 @@ }, { "name": "symfony/config", - "version": "v2.5.6", + "version": "v2.5.7", "target-dir": "Symfony/Component/Config", "source": { "type": "git", "url": "https://github.com/symfony/Config.git", - "reference": "0316364bfebc8b080077c731a99f189341476bd7" + "reference": "7b11dceebaaf877b75bc1aedfd831a2ddc326de9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Config/zipball/0316364bfebc8b080077c731a99f189341476bd7", - "reference": "0316364bfebc8b080077c731a99f189341476bd7", + "url": "https://api.github.com/repos/symfony/Config/zipball/7b11dceebaaf877b75bc1aedfd831a2ddc326de9", + "reference": "7b11dceebaaf877b75bc1aedfd831a2ddc326de9", "shasum": "" }, "require": { @@ -1131,21 +1131,21 @@ ], "description": "Symfony Config Component", "homepage": "http://symfony.com", - "time": "2014-09-23 05:25:11" + "time": "2014-11-20 13:22:25" }, { "name": "symfony/console", - "version": "v2.5.6", + "version": "v2.5.7", "target-dir": "Symfony/Component/Console", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "6f177fca24200a5b97aef5ce7a5c98124a0f0db0" + "reference": "61b13c27c9258e97009249d4ef193c964bf346b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/6f177fca24200a5b97aef5ce7a5c98124a0f0db0", - "reference": "6f177fca24200a5b97aef5ce7a5c98124a0f0db0", + "url": "https://api.github.com/repos/symfony/Console/zipball/61b13c27c9258e97009249d4ef193c964bf346b7", + "reference": "61b13c27c9258e97009249d4ef193c964bf346b7", "shasum": "" }, "require": { @@ -1186,21 +1186,21 @@ ], "description": "Symfony Console Component", "homepage": "http://symfony.com", - "time": "2014-10-05 13:57:04" + "time": "2014-11-20 13:22:25" }, { "name": "symfony/event-dispatcher", - "version": "v2.5.6", + "version": "v2.5.7", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "804eb28dbbfba9ffdab21fe2066744906cea2212" + "reference": "bb6fc12085cd195dceaf48016087b12b632df497" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/804eb28dbbfba9ffdab21fe2066744906cea2212", - "reference": "804eb28dbbfba9ffdab21fe2066744906cea2212", + "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/bb6fc12085cd195dceaf48016087b12b632df497", + "reference": "bb6fc12085cd195dceaf48016087b12b632df497", "shasum": "" }, "require": { @@ -1243,21 +1243,21 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "http://symfony.com", - "time": "2014-10-01 15:43:05" + "time": "2014-10-30 20:17:55" }, { "name": "symfony/filesystem", - "version": "v2.5.6", + "version": "v2.5.7", "target-dir": "Symfony/Component/Filesystem", "source": { "type": "git", "url": "https://github.com/symfony/Filesystem.git", - "reference": "4e62fab0060a826561c78b665925b37c870c45f5" + "reference": "3c3e382bd869b3ec10008a3d9ef455b1cc2868db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Filesystem/zipball/4e62fab0060a826561c78b665925b37c870c45f5", - "reference": "4e62fab0060a826561c78b665925b37c870c45f5", + "url": "https://api.github.com/repos/symfony/Filesystem/zipball/3c3e382bd869b3ec10008a3d9ef455b1cc2868db", + "reference": "3c3e382bd869b3ec10008a3d9ef455b1cc2868db", "shasum": "" }, "require": { @@ -1290,21 +1290,21 @@ ], "description": "Symfony Filesystem Component", "homepage": "http://symfony.com", - "time": "2014-09-22 09:14:18" + "time": "2014-11-16 17:28:00" }, { "name": "symfony/finder", - "version": "v2.5.6", + "version": "v2.5.7", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", - "reference": "cf66df4e783e6aade319b273c9bcf9e42aa9b10f" + "reference": "743aabbf4958663ef626e10ae3a6c7b17a0fa3bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Finder/zipball/cf66df4e783e6aade319b273c9bcf9e42aa9b10f", - "reference": "cf66df4e783e6aade319b273c9bcf9e42aa9b10f", + "url": "https://api.github.com/repos/symfony/Finder/zipball/743aabbf4958663ef626e10ae3a6c7b17a0fa3bd", + "reference": "743aabbf4958663ef626e10ae3a6c7b17a0fa3bd", "shasum": "" }, "require": { @@ -1337,11 +1337,11 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2014-10-01 05:50:18" + "time": "2014-10-26 07:41:27" }, { "name": "symfony/stopwatch", - "version": "v2.5.6", + "version": "v2.5.7", "target-dir": "Symfony/Component/Stopwatch", "source": { "type": "git", @@ -1388,17 +1388,17 @@ }, { "name": "symfony/yaml", - "version": "v2.5.6", + "version": "v2.5.7", "target-dir": "Symfony/Component/Yaml", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "2d9f527449cabfa8543dd7fa3a466d6ae83d6726" + "reference": "900d38bc8f74a50343ce65dd1c1e9819658ee56b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/2d9f527449cabfa8543dd7fa3a466d6ae83d6726", - "reference": "2d9f527449cabfa8543dd7fa3a466d6ae83d6726", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/900d38bc8f74a50343ce65dd1c1e9819658ee56b", + "reference": "900d38bc8f74a50343ce65dd1c1e9819658ee56b", "shasum": "" }, "require": { @@ -1431,7 +1431,7 @@ ], "description": "Symfony Yaml Component", "homepage": "http://symfony.com", - "time": "2014-10-01 05:50:18" + "time": "2014-11-20 13:22:25" }, { "name": "theseer/fdomdocument",