diff --git a/framework/core/composer.json b/framework/core/composer.json index 6af569ce6..9122bc4c3 100644 --- a/framework/core/composer.json +++ b/framework/core/composer.json @@ -13,10 +13,10 @@ "tobscure/json-api": "dev-master", "tobscure/permissible": "dev-master", "misd/linkify": "1.1.*", - "oyejorge/less.php": "dev-master", - "intervention/image": "dev-master", - "ezyang/htmlpurifier": "dev-master", - "psr/http-message": "^1.0@dev", + "oyejorge/less.php": "~1.5", + "intervention/image": "^2.3.0", + "ezyang/htmlpurifier": "^4.6.0", + "psr/http-message": "^1.0", "zendframework/zend-diactoros": "^1.1", "nikic/fast-route": "^0.6", "dflydev/fig-cookies": "^1.0" @@ -33,5 +33,5 @@ "Flarum\\": "src/" } }, - "minimum-stability": "dev" + "minimum-stability": "stable" } diff --git a/framework/core/composer.lock b/framework/core/composer.lock index 07fd1d2d5..df01301cb 100644 --- a/framework/core/composer.lock +++ b/framework/core/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "8ad4b2052460cb12a510ea37eab3b038", + "hash": "09afef66b65df77878c1bdd8d51b1eab", "packages": [ { "name": "danielstjules/stringy", @@ -64,7 +64,7 @@ }, { "name": "dflydev/fig-cookies", - "version": "dev-master", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-fig-cookies.git", @@ -116,16 +116,16 @@ }, { "name": "doctrine/inflector", - "version": "dev-master", + "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", - "reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d" + "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/inflector/zipball/e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d", - "reference": "e5eaf8c7ded0877195b5d2848491e17b1c0a6c4d", + "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604", + "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604", "shasum": "" }, "require": { @@ -179,20 +179,20 @@ "singularize", "string" ], - "time": "2015-01-01 18:34:57" + "time": "2014-12-20 21:24:13" }, { "name": "ezyang/htmlpurifier", - "version": "dev-master", + "version": "v4.6.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "bfbf8a9da12131f41ae22b80ccf0e3ca288046a1" + "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bfbf8a9da12131f41ae22b80ccf0e3ca288046a1", - "reference": "bfbf8a9da12131f41ae22b80ccf0e3ca288046a1", + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/6f389f0f25b90d0b495308efcfa073981177f0fd", + "reference": "6f389f0f25b90d0b495308efcfa073981177f0fd", "shasum": "" }, "require": { @@ -223,20 +223,78 @@ "keywords": [ "html" ], - "time": "2015-06-14 17:57:52" + "time": "2013-11-30 08:25:19" }, { - "name": "illuminate/container", - "version": "5.0.x-dev", + "name": "guzzlehttp/psr7", + "version": "1.1.0", "source": { "type": "git", - "url": "https://github.com/illuminate/container.git", - "reference": "c5a78e53ef15204469b5b072d390af9785a82d32" + "url": "https://github.com/guzzle/psr7.git", + "reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/container/zipball/c5a78e53ef15204469b5b072d390af9785a82d32", - "reference": "c5a78e53ef15204469b5b072d390af9785a82d32", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/af0e1758de355eb113917ad79c3c0e3604bce4bd", + "reference": "af0e1758de355eb113917ad79c3c0e3604bce4bd", + "shasum": "" + }, + "require": { + "php": ">=5.4.0", + "psr/http-message": "~1.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + } + ], + "description": "PSR-7 message implementation", + "keywords": [ + "http", + "message", + "stream", + "uri" + ], + "time": "2015-06-24 19:55:15" + }, + { + "name": "illuminate/container", + "version": "v5.0.33", + "source": { + "type": "git", + "url": "https://github.com/illuminate/container.git", + "reference": "aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/illuminate/container/zipball/aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6", + "reference": "aa85c752eb7c6ccc2c6ffc5bfffb3ba8dd9719d6", "shasum": "" }, "require": { @@ -270,16 +328,16 @@ }, { "name": "illuminate/contracts", - "version": "5.0.x-dev", + "version": "v5.0.33", "source": { "type": "git", "url": "https://github.com/illuminate/contracts.git", - "reference": "6d23815fee6057b29cab8094af8cbb8ce3ac82e4" + "reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/contracts/zipball/6d23815fee6057b29cab8094af8cbb8ce3ac82e4", - "reference": "6d23815fee6057b29cab8094af8cbb8ce3ac82e4", + "url": "https://api.github.com/repos/illuminate/contracts/zipball/b8b11d78724a6f8a62be3b1dfa20fa372f861398", + "reference": "b8b11d78724a6f8a62be3b1dfa20fa372f861398", "shasum": "" }, "require": { @@ -312,16 +370,16 @@ }, { "name": "illuminate/database", - "version": "5.0.x-dev", + "version": "v5.0.33", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", - "reference": "e8933b4765aaa1b65f3f4a3638b6a0ea61b76a5a" + "reference": "6d79bb678a91123a15418863af901d2145b50349" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/database/zipball/e8933b4765aaa1b65f3f4a3638b6a0ea61b76a5a", - "reference": "e8933b4765aaa1b65f3f4a3638b6a0ea61b76a5a", + "url": "https://api.github.com/repos/illuminate/database/zipball/6d79bb678a91123a15418863af901d2145b50349", + "reference": "6d79bb678a91123a15418863af901d2145b50349", "shasum": "" }, "require": { @@ -370,16 +428,16 @@ }, { "name": "illuminate/support", - "version": "5.0.x-dev", + "version": "v5.0.33", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "28dcacacd2091c106e352db1732eda8c590914f6" + "reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/28dcacacd2091c106e352db1732eda8c590914f6", - "reference": "28dcacacd2091c106e352db1732eda8c590914f6", + "url": "https://api.github.com/repos/illuminate/support/zipball/32a12f97029b624fc0f9454e7ca69eaafef49c5d", + "reference": "32a12f97029b624fc0f9454e7ca69eaafef49c5d", "shasum": "" }, "require": { @@ -423,21 +481,22 @@ }, { "name": "intervention/image", - "version": "dev-master", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/Intervention/image.git", - "reference": "1009557c32205b077e34b2ae611e6316fa423021" + "reference": "ff4f45412044f3ab26f29260570a14ff41631d87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Intervention/image/zipball/bfc49d8702cafa22de5912b23d82c39d9236933f", - "reference": "1009557c32205b077e34b2ae611e6316fa423021", + "url": "https://api.github.com/repos/Intervention/image/zipball/ff4f45412044f3ab26f29260570a14ff41631d87", + "reference": "ff4f45412044f3ab26f29260570a14ff41631d87", "shasum": "" }, "require": { "ext-fileinfo": "*", - "php": ">=5.3.0" + "guzzlehttp/psr7": "~1.1", + "php": ">=5.4.0" }, "require-dev": { "mockery/mockery": "~0.9.2", @@ -475,20 +534,20 @@ "thumbnail", "watermark" ], - "time": "2015-06-10 17:50:36" + "time": "2015-06-28 15:55:12" }, { "name": "misd/linkify", - "version": "dev-master", + "version": "v1.1.2", "source": { "type": "git", "url": "https://github.com/misd-service-development/php-linkify.git", - "reference": "682bb65ea0329df43df1f805601ff9bae5c6b0b6" + "reference": "4dbe3e9f966e446a257d0f60a91f39e0b7f4f4d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/misd-service-development/php-linkify/zipball/682bb65ea0329df43df1f805601ff9bae5c6b0b6", - "reference": "682bb65ea0329df43df1f805601ff9bae5c6b0b6", + "url": "https://api.github.com/repos/misd-service-development/php-linkify/zipball/4dbe3e9f966e446a257d0f60a91f39e0b7f4f4d6", + "reference": "4dbe3e9f966e446a257d0f60a91f39e0b7f4f4d6", "shasum": "" }, "require": { @@ -504,8 +563,8 @@ } }, "autoload": { - "psr-4": { - "Misd\\Linkify\\": "src/Misd/Linkify" + "psr-0": { + "Misd\\Linkify\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -526,25 +585,25 @@ "link", "url" ], - "time": "2015-01-02 08:43:02" + "time": "2014-05-12 11:52:18" }, { "name": "nesbot/carbon", - "version": "1.19.0", + "version": "1.20.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320" + "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/68868e0b02d2d803d0052a59d4e5003cccf87320", - "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bfd3eaba109c9a2405c92174c8e17f20c2b9caf3", + "reference": "bfd3eaba109c9a2405c92174c8e17f20c2b9caf3", "shasum": "" }, "require": { "php": ">=5.3.0", - "symfony/translation": "~2.6" + "symfony/translation": "~2.6|~3.0" }, "require-dev": { "phpunit/phpunit": "~4.0" @@ -573,11 +632,11 @@ "datetime", "time" ], - "time": "2015-05-09 03:23:44" + "time": "2015-06-25 04:19:39" }, { "name": "nikic/fast-route", - "version": "dev-master", + "version": "v0.6.0", "source": { "type": "git", "url": "https://github.com/nikic/FastRoute.git", @@ -620,20 +679,20 @@ }, { "name": "oyejorge/less.php", - "version": "dev-master", + "version": "v1.7.0.4", "source": { "type": "git", "url": "https://github.com/oyejorge/less.php.git", - "reference": "25cb800c6eb111dfe24c33aca90d7f286756596a" + "reference": "fc971e6d3eb54dff3d3eba4734ff207d37cb4e0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oyejorge/less.php/zipball/25cb800c6eb111dfe24c33aca90d7f286756596a", - "reference": "25cb800c6eb111dfe24c33aca90d7f286756596a", + "url": "https://api.github.com/repos/oyejorge/less.php/zipball/fc971e6d3eb54dff3d3eba4734ff207d37cb4e0e", + "reference": "fc971e6d3eb54dff3d3eba4734ff207d37cb4e0e", "shasum": "" }, "require": { - "php": ">=5.3" + "php": ">=5.2" }, "bin": [ "bin/lessc" @@ -675,11 +734,11 @@ "php", "stylesheet" ], - "time": "2015-06-13 18:42:45" + "time": "2015-05-27 17:50:32" }, { "name": "psr/http-message", - "version": "dev-master", + "version": "1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", @@ -728,16 +787,16 @@ }, { "name": "symfony/translation", - "version": "2.8.x-dev", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/symfony/Translation.git", - "reference": "95f9b028555f55b78b465a2488f1a38442acc412" + "reference": "8349a2b0d11bd0311df9e8914408080912983a0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Translation/zipball/eda5e27afa889870ad77eb32031d1f27c9deb87f", - "reference": "95f9b028555f55b78b465a2488f1a38442acc412", + "url": "https://api.github.com/repos/symfony/Translation/zipball/8349a2b0d11bd0311df9e8914408080912983a0b", + "reference": "8349a2b0d11bd0311df9e8914408080912983a0b", "shasum": "" }, "require": { @@ -749,9 +808,9 @@ "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.7", - "symfony/intl": "~2.3|~3.0.0", - "symfony/phpunit-bridge": "~2.7|~3.0.0", - "symfony/yaml": "~2.2|~3.0.0" + "symfony/intl": "~2.3", + "symfony/phpunit-bridge": "~2.7", + "symfony/yaml": "~2.2" }, "suggest": { "psr/log": "To use logging capability in translator", @@ -761,7 +820,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.7-dev" } }, "autoload": { @@ -785,7 +844,7 @@ ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "time": "2015-06-11 19:27:42" + "time": "2015-06-11 17:26:34" }, { "name": "tobscure/json-api", @@ -793,16 +852,16 @@ "source": { "type": "git", "url": "https://github.com/tobscure/json-api.git", - "reference": "d6c82a496289569e8907f3aa980ace407a35b45e" + "reference": "c36430b621cc4bc014706395a184e6ced07af3e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tobscure/json-api/zipball/cfc22175c1c2fa30871dfc40b4aa7713d4246399", - "reference": "d6c82a496289569e8907f3aa980ace407a35b45e", + "url": "https://api.github.com/repos/tobscure/json-api/zipball/c36430b621cc4bc014706395a184e6ced07af3e4", + "reference": "c36430b621cc4bc014706395a184e6ced07af3e4", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.4.0" }, "require-dev": { "squizlabs/php_codesniffer": "1.5.3" @@ -821,7 +880,7 @@ } ], "description": "JSON-API responses in PHP.", - "time": "2015-06-01 08:23:11" + "time": "2015-06-27 22:53:34" }, { "name": "tobscure/permissible", @@ -862,16 +921,16 @@ }, { "name": "zendframework/zend-diactoros", - "version": "dev-develop", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-diactoros.git", - "reference": "1aface914fb3a45747a1db001ffaf2830a19ae4c" + "reference": "eeedadd333b80bb5d93559e2285047463fe4fe33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/1aface914fb3a45747a1db001ffaf2830a19ae4c", - "reference": "1aface914fb3a45747a1db001ffaf2830a19ae4c", + "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/eeedadd333b80bb5d93559e2285047463fe4fe33", + "reference": "eeedadd333b80bb5d93559e2285047463fe4fe33", "shasum": "" }, "require": { @@ -908,22 +967,22 @@ "psr", "psr-7" ], - "time": "2015-06-25 18:49:21" + "time": "2015-06-25 18:07:28" } ], "packages-dev": [ { "name": "codeception/codeception", - "version": "2.0.x-dev", + "version": "2.0.15", "source": { "type": "git", "url": "https://github.com/Codeception/Codeception.git", - "reference": "8b3ab1c66653a18fdbe4e11416e46faee4d14f69" + "reference": "3f38f54892194f924f15ad87c977dc41932241b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Codeception/Codeception/zipball/180611273eda0c428ab0fd134860d179e252ba4d", - "reference": "8b3ab1c66653a18fdbe4e11416e46faee4d14f69", + "url": "https://api.github.com/repos/Codeception/Codeception/zipball/3f38f54892194f924f15ad87c977dc41932241b6", + "reference": "3f38f54892194f924f15ad87c977dc41932241b6", "shasum": "" }, "require": { @@ -932,7 +991,7 @@ "facebook/webdriver": "~0.4|~0.5", "guzzlehttp/guzzle": "~4.0|~5.0", "php": ">=5.4.0", - "phpunit/phpunit": "~4.6.0", + "phpunit/phpunit": "~4.7.0", "symfony/browser-kit": "~2.4", "symfony/console": "~2.4", "symfony/css-selector": "~2.4", @@ -990,11 +1049,11 @@ "functional testing", "unit testing" ], - "time": "2015-06-14 16:54:37" + "time": "2015-06-26 02:31:19" }, { "name": "codeception/mockery-module", - "version": "dev-master", + "version": "0.2.0", "source": { "type": "git", "url": "https://github.com/Codeception/MockeryModule.git", @@ -1030,7 +1089,7 @@ }, { "name": "doctrine/instantiator", - "version": "dev-master", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", @@ -1173,16 +1232,16 @@ }, { "name": "guzzlehttp/guzzle", - "version": "5.3.x-dev", + "version": "5.3.0", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "fd861570a9c3c28d98f418feea1f43f6268bdfa0" + "reference": "f3c8c22471cb55475105c14769644a49c3262b93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/fd861570a9c3c28d98f418feea1f43f6268bdfa0", - "reference": "fd861570a9c3c28d98f418feea1f43f6268bdfa0", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f3c8c22471cb55475105c14769644a49c3262b93", + "reference": "f3c8c22471cb55475105c14769644a49c3262b93", "shasum": "" }, "require": { @@ -1191,9 +1250,15 @@ }, "require-dev": { "ext-curl": "*", - "phpunit/phpunit": "^4.0" + "phpunit/phpunit": "^4.0", + "psr/log": "^1.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, "autoload": { "psr-4": { "GuzzleHttp\\": "src/" @@ -1221,20 +1286,20 @@ "rest", "web service" ], - "time": "2015-06-03 05:11:42" + "time": "2015-05-20 03:47:55" }, { "name": "guzzlehttp/ringphp", - "version": "dev-master", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/guzzle/RingPHP.git", - "reference": "9465032ac5d6beaa55f10923403e6e1c36018d9c" + "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/9465032ac5d6beaa55f10923403e6e1c36018d9c", - "reference": "9465032ac5d6beaa55f10923403e6e1c36018d9c", + "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", + "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b", "shasum": "" }, "require": { @@ -1272,20 +1337,20 @@ } ], "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.", - "time": "2015-05-21 17:23:02" + "time": "2015-05-20 03:37:09" }, { "name": "guzzlehttp/streams", - "version": "dev-master", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/guzzle/streams.git", - "reference": "d1f8a6c55f0f753cfd6f6755856473eb02cedb19" + "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/streams/zipball/d1f8a6c55f0f753cfd6f6755856473eb02cedb19", - "reference": "d1f8a6c55f0f753cfd6f6755856473eb02cedb19", + "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", + "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5", "shasum": "" }, "require": { @@ -1322,7 +1387,7 @@ "Guzzle", "stream" ], - "time": "2015-01-22 00:01:34" + "time": "2014-10-12 19:18:40" }, { "name": "hamcrest/hamcrest-php", @@ -1486,83 +1551,29 @@ ], "time": "2015-04-02 19:54:00" }, - { - "name": "phpdocumentor/reflection-common", - "version": "0.1", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "f10c8a4e2afd1b106550b0a5b0e8db81742377f1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/f10c8a4e2afd1b106550b0a5b0e8db81742377f1", - "reference": "f10c8a4e2afd1b106550b0a5b0e8db81742377f1", - "shasum": "" - }, - "require-dev": { - "phpunit/phpunit": "^4.6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jaap van Otterdijk", - "email": "opensource@ijaap.nl" - } - ], - "description": "Common reflection classes used by phpdocumentor to reflect the code structure", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "FQSEN", - "phpDocumentor", - "phpdoc", - "reflection", - "static analysis" - ], - "time": "2015-06-12 17:27:38" - }, { "name": "phpdocumentor/reflection-docblock", - "version": "dev-master", + "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "ae15da2ce234d3ffe5d7fafcdad19c7f1acf3568" + "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/ae15da2ce234d3ffe5d7fafcdad19c7f1acf3568", - "reference": "ae15da2ce234d3ffe5d7fafcdad19c7f1acf3568", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/d68dbdc53dc358a816f00b300704702b2eaff7b8", + "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8", "shasum": "" }, "require": { - "php": ">=5.5", - "phpdocumentor/reflection-common": "^0.1", - "phpdocumentor/type-resolver": "^0.1.1", - "webmozart/assert": "^1.0" + "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "suggest": { - "erusev/parsedown": "~1.0", - "league/commonmark": "*" + "dflydev/markdown": "~1.0", + "erusev/parsedown": "~1.0" }, "type": "library", "extra": { @@ -1587,67 +1598,20 @@ "email": "mike.vanriel@naenius.com" } ], - "time": "2015-05-12 07:21:12" - }, - { - "name": "phpdocumentor/type-resolver", - "version": "0.1.1", - "source": { - "type": "git", - "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "2ac0adaea9697334b85b1622ce930014e6b02a11" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2ac0adaea9697334b85b1622ce930014e6b02a11", - "reference": "2ac0adaea9697334b85b1622ce930014e6b02a11", - "shasum": "" - }, - "require": { - "php": ">=5.5", - "phpdocumentor/reflection-common": "^0.1" - }, - "require-dev": { - "mockery/mockery": "^0.9.4", - "phpunit/phpunit": "^4.6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" - } - ], - "time": "2015-06-12 22:00:00" + "time": "2015-02-03 12:10:50" }, { "name": "phpspec/prophecy", - "version": "dev-master", + "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", - "reference": "5a355f91730c845301a9e28f91c8a5053353c496" + "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpspec/prophecy/zipball/5a355f91730c845301a9e28f91c8a5053353c496", - "reference": "5a355f91730c845301a9e28f91c8a5053353c496", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373", + "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373", "shasum": "" }, "require": { @@ -1694,20 +1658,20 @@ "spy", "stub" ], - "time": "2015-05-20 16:00:43" + "time": "2015-04-27 22:15:08" }, { "name": "phpunit/php-code-coverage", - "version": "dev-master", + "version": "2.1.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "a02682e0fee6392379f6cc1784aa8a7b83bf4551" + "reference": "07e27765596d72c378a6103e80da5d84e802f1e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/df88fdf48a61af29cc309545f9c8d425c63b8852", - "reference": "a02682e0fee6392379f6cc1784aa8a7b83bf4551", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/07e27765596d72c378a6103e80da5d84e802f1e4", + "reference": "07e27765596d72c378a6103e80da5d84e802f1e4", "shasum": "" }, "require": { @@ -1730,7 +1694,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.2.x-dev" + "dev-master": "2.1.x-dev" } }, "autoload": { @@ -1756,11 +1720,11 @@ "testing", "xunit" ], - "time": "2015-06-09 13:06:54" + "time": "2015-06-30 06:52:35" }, { "name": "phpunit/php-file-iterator", - "version": "dev-master", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", @@ -1768,7 +1732,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a923bb15680d0089e2316f7a4af8f437046e96bb", "reference": "a923bb15680d0089e2316f7a4af8f437046e96bb", "shasum": "" }, @@ -1807,16 +1771,16 @@ }, { "name": "phpunit/php-text-template", - "version": "1.2.0", + "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", - "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", + "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { @@ -1825,20 +1789,17 @@ "type": "library", "autoload": { "classmap": [ - "Text/" + "src/" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "" - ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", - "email": "sb@sebastian-bergmann.de", + "email": "sebastian@phpunit.de", "role": "lead" } ], @@ -1847,7 +1808,7 @@ "keywords": [ "template" ], - "time": "2014-01-30 17:20:04" + "time": "2015-06-21 13:50:34" }, { "name": "phpunit/php-timer", @@ -1892,16 +1853,16 @@ }, { "name": "phpunit/php-token-stream", - "version": "dev-master", + "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "1c7eb0aa0d1ca766cc7177b1709ed00b4cb352a5" + "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/7a9b0969488c3c54fd62b4d504b3ec758fd005d9", - "reference": "1c7eb0aa0d1ca766cc7177b1709ed00b4cb352a5", + "reference": "7a9b0969488c3c54fd62b4d504b3ec758fd005d9", "shasum": "" }, "require": { @@ -1937,20 +1898,20 @@ "keywords": [ "tokenizer" ], - "time": "2015-06-13 07:03:33" + "time": "2015-06-19 03:43:16" }, { "name": "phpunit/phpunit", - "version": "4.6.x-dev", + "version": "4.7.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "7b5fe98b28302a8b25693b2298bca74463336975" + "reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7b5fe98b28302a8b25693b2298bca74463336975", - "reference": "7b5fe98b28302a8b25693b2298bca74463336975", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b", + "reference": "0ebabb4cda7d066be8391dfdbaf57fe70ac9a99b", "shasum": "" }, "require": { @@ -1961,10 +1922,10 @@ "ext-spl": "*", "php": ">=5.3.3", "phpspec/prophecy": "~1.3,>=1.3.1", - "phpunit/php-code-coverage": "~2.0,>=2.0.11", + "phpunit/php-code-coverage": "~2.1", "phpunit/php-file-iterator": "~1.4", "phpunit/php-text-template": "~1.2", - "phpunit/php-timer": "~1.0", + "phpunit/php-timer": ">=1.0.6", "phpunit/phpunit-mock-objects": "~2.3", "sebastian/comparator": "~1.1", "sebastian/diff": "~1.2", @@ -1983,7 +1944,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.6.x-dev" + "dev-master": "4.7.x-dev" } }, "autoload": { @@ -2009,20 +1970,20 @@ "testing", "xunit" ], - "time": "2015-06-03 05:03:30" + "time": "2015-06-30 06:53:57" }, { "name": "phpunit/phpunit-mock-objects", - "version": "dev-master", + "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "9e9609457d9dee6404eb19de95fe1e78d4fd9faa" + "reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a1304c50e6982bf6d1fa5131ee276bbc6229d80b", - "reference": "9e9609457d9dee6404eb19de95fe1e78d4fd9faa", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/92408bb1968a81b3217a6fdf6c1a198da83caa35", + "reference": "92408bb1968a81b3217a6fdf6c1a198da83caa35", "shasum": "" }, "require": { @@ -2064,7 +2025,7 @@ "mock", "xunit" ], - "time": "2015-06-13 10:10:57" + "time": "2015-06-11 15:55:48" }, { "name": "react/promise", @@ -2112,7 +2073,7 @@ }, { "name": "sebastian/comparator", - "version": "dev-master", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", @@ -2120,7 +2081,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/abd05e77d364138c0532a1b78a13c4d78311f546", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dd8869519a225f7f2b9eb663e225298fade819e", "reference": "1dd8869519a225f7f2b9eb663e225298fade819e", "shasum": "" }, @@ -2176,7 +2137,7 @@ }, { "name": "sebastian/diff", - "version": "dev-master", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", @@ -2184,7 +2145,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6899b3e33bfbd386d88b5eea5f65f563e8793051", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/863df9687835c62aa423a22412d26fa2ebde3fd3", "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3", "shasum": "" }, @@ -2228,7 +2189,7 @@ }, { "name": "sebastian/environment", - "version": "dev-master", + "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", @@ -2236,7 +2197,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/bc66c3bbe6e5822c34395049e110566491cafa3b", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e", "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e", "shasum": "" }, @@ -2278,7 +2239,7 @@ }, { "name": "sebastian/exporter", - "version": "dev-master", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", @@ -2286,7 +2247,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/7ae5513327cb536431847bcc0c10edba2701064e", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/84839970d05254c73cde183a721c7af13aede943", "reference": "84839970d05254c73cde183a721c7af13aede943", "shasum": "" }, @@ -2344,16 +2305,16 @@ }, { "name": "sebastian/global-state", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "1ee0113873e66eb8618381b91bca0265ebb64056" + "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/23af31f402993cfd94e99cbc4b782e9a78eb0e97", - "reference": "1ee0113873e66eb8618381b91bca0265ebb64056", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01", + "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01", "shasum": "" }, "require": { @@ -2391,20 +2352,20 @@ "keywords": [ "global state" ], - "time": "2015-06-13 07:01:52" + "time": "2014-10-06 09:23:50" }, { "name": "sebastian/recursion-context", - "version": "dev-master", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "7cd333d1e240458cd5963a6b6ba6500bb1d26212" + "reference": "3989662bbb30a29d20d9faa04a846af79b276252" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/994d4a811bafe801fb06dccbee797863ba2792ba", - "reference": "7cd333d1e240458cd5963a6b6ba6500bb1d26212", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", + "reference": "3989662bbb30a29d20d9faa04a846af79b276252", "shasum": "" }, "require": { @@ -2444,20 +2405,20 @@ ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", - "time": "2015-06-13 07:02:11" + "time": "2015-01-24 09:48:32" }, { "name": "sebastian/version", - "version": "1.0.5", + "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4" + "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ab931d46cd0d3204a91e1b9a40c4bc13032b58e4", - "reference": "ab931d46cd0d3204a91e1b9a40c4bc13032b58e4", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", + "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", "shasum": "" }, "type": "library", @@ -2479,7 +2440,7 @@ ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", - "time": "2015-02-24 06:35:25" + "time": "2015-06-21 13:59:46" }, { "name": "squizlabs/php_codesniffer", @@ -2557,26 +2518,26 @@ }, { "name": "symfony/browser-kit", - "version": "2.8.x-dev", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/symfony/BrowserKit.git", - "reference": "b312440539a8bda4ec9a5016fc68a2fad96b49da" + "reference": "d0a144a1a96d5dc90bed2814b2096a1322761672" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/b312440539a8bda4ec9a5016fc68a2fad96b49da", - "reference": "b312440539a8bda4ec9a5016fc68a2fad96b49da", + "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/d0a144a1a96d5dc90bed2814b2096a1322761672", + "reference": "d0a144a1a96d5dc90bed2814b2096a1322761672", "shasum": "" }, "require": { "php": ">=5.3.9", - "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0" + "symfony/dom-crawler": "~2.0,>=2.0.5" }, "require-dev": { - "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", - "symfony/phpunit-bridge": "~2.7|~3.0.0", - "symfony/process": "~2.0,>=2.0.5|~3.0.0" + "symfony/css-selector": "~2.0,>=2.0.5", + "symfony/phpunit-bridge": "~2.7", + "symfony/process": "~2.0,>=2.0.5" }, "suggest": { "symfony/process": "" @@ -2584,7 +2545,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.7-dev" } }, "autoload": { @@ -2608,20 +2569,20 @@ ], "description": "Symfony BrowserKit Component", "homepage": "https://symfony.com", - "time": "2015-06-04 20:21:09" + "time": "2015-06-04 20:11:48" }, { "name": "symfony/console", - "version": "2.8.x-dev", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/symfony/Console.git", - "reference": "caba94cb0b1b9c77aa6870040ef6b1b66f588f6d" + "reference": "564398bc1f33faf92fc2ec86859983d30eb81806" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Console/zipball/2a909e48c528c7c9b22caff6ff622c6c69032bfc", - "reference": "caba94cb0b1b9c77aa6870040ef6b1b66f588f6d", + "url": "https://api.github.com/repos/symfony/Console/zipball/564398bc1f33faf92fc2ec86859983d30eb81806", + "reference": "564398bc1f33faf92fc2ec86859983d30eb81806", "shasum": "" }, "require": { @@ -2629,9 +2590,9 @@ }, "require-dev": { "psr/log": "~1.0", - "symfony/event-dispatcher": "~2.1|~3.0.0", - "symfony/phpunit-bridge": "~2.7|~3.0.0", - "symfony/process": "~2.1|~3.0.0" + "symfony/event-dispatcher": "~2.1", + "symfony/phpunit-bridge": "~2.7", + "symfony/process": "~2.1" }, "suggest": { "psr/log": "For using the console logger", @@ -2641,7 +2602,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.7-dev" } }, "autoload": { @@ -2665,32 +2626,32 @@ ], "description": "Symfony Console Component", "homepage": "https://symfony.com", - "time": "2015-06-11 17:27:52" + "time": "2015-06-10 15:30:22" }, { "name": "symfony/css-selector", - "version": "2.8.x-dev", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/symfony/CssSelector.git", - "reference": "5b0968a01e1f6fb724ecc8b7334d662ad4c8cda6" + "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/CssSelector/zipball/5b0968a01e1f6fb724ecc8b7334d662ad4c8cda6", - "reference": "5b0968a01e1f6fb724ecc8b7334d662ad4c8cda6", + "url": "https://api.github.com/repos/symfony/CssSelector/zipball/0b5c07b516226b7dd32afbbc82fe547a469c5092", + "reference": "0b5c07b516226b7dd32afbbc82fe547a469c5092", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { - "symfony/phpunit-bridge": "~2.7|~3.0.0" + "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.7-dev" } }, "autoload": { @@ -2718,28 +2679,28 @@ ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", - "time": "2015-05-15 14:11:12" + "time": "2015-05-15 13:33:16" }, { "name": "symfony/dom-crawler", - "version": "2.8.x-dev", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/symfony/DomCrawler.git", - "reference": "3fb7dae9cc8787f3ac20cc6ceefe22bf40bae9b8" + "reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/3fb7dae9cc8787f3ac20cc6ceefe22bf40bae9b8", - "reference": "3fb7dae9cc8787f3ac20cc6ceefe22bf40bae9b8", + "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/11d8eb8ccc1533f4c2d89a025f674894fda520b3", + "reference": "11d8eb8ccc1533f4c2d89a025f674894fda520b3", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { - "symfony/css-selector": "~2.3|~3.0.0", - "symfony/phpunit-bridge": "~2.7|~3.0.0" + "symfony/css-selector": "~2.3", + "symfony/phpunit-bridge": "~2.7" }, "suggest": { "symfony/css-selector": "" @@ -2747,7 +2708,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.7-dev" } }, "autoload": { @@ -2771,20 +2732,20 @@ ], "description": "Symfony DomCrawler Component", "homepage": "https://symfony.com", - "time": "2015-06-04 20:21:09" + "time": "2015-05-22 14:54:25" }, { "name": "symfony/event-dispatcher", - "version": "2.8.x-dev", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "d91fb729673cc8587d0471bab5be02c77d608e77" + "reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/d7246885b7fe4cb5a2786bda34362d2f0e40b730", - "reference": "d91fb729673cc8587d0471bab5be02c77d608e77", + "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/be3c5ff8d503c46768aeb78ce6333051aa6f26d9", + "reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9", "shasum": "" }, "require": { @@ -2792,11 +2753,11 @@ }, "require-dev": { "psr/log": "~1.0", - "symfony/config": "~2.0,>=2.0.5|~3.0.0", - "symfony/dependency-injection": "~2.6|~3.0.0", - "symfony/expression-language": "~2.6|~3.0.0", - "symfony/phpunit-bridge": "~2.7|~3.0.0", - "symfony/stopwatch": "~2.3|~3.0.0" + "symfony/config": "~2.0,>=2.0.5", + "symfony/dependency-injection": "~2.6", + "symfony/expression-language": "~2.6", + "symfony/phpunit-bridge": "~2.7", + "symfony/stopwatch": "~2.3" }, "suggest": { "symfony/dependency-injection": "", @@ -2805,7 +2766,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.7-dev" } }, "autoload": { @@ -2829,32 +2790,32 @@ ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", - "time": "2015-06-11 17:27:52" + "time": "2015-06-08 09:37:21" }, { "name": "symfony/finder", - "version": "2.8.x-dev", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", - "reference": "798e9a9c69f3e2e9d8766e8633e404676a09f99c" + "reference": "c13a40d638aeede1e8400f8c956c7f9246c05f75" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Finder/zipball/588ded81facfb6462c43e6922509e3f8c889de05", - "reference": "798e9a9c69f3e2e9d8766e8633e404676a09f99c", + "url": "https://api.github.com/repos/symfony/Finder/zipball/c13a40d638aeede1e8400f8c956c7f9246c05f75", + "reference": "c13a40d638aeede1e8400f8c956c7f9246c05f75", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { - "symfony/phpunit-bridge": "~2.7|~3.0.0" + "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.7-dev" } }, "autoload": { @@ -2878,32 +2839,32 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2015-06-04 20:21:09" + "time": "2015-06-04 20:11:48" }, { "name": "symfony/yaml", - "version": "2.8.x-dev", + "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/symfony/Yaml.git", - "reference": "709857e12da0f00ff2a15b3b54b75f827d591029" + "reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Yaml/zipball/f248a72777f3fec2bcafdce3ccd94086250448e1", - "reference": "709857e12da0f00ff2a15b3b54b75f827d591029", + "url": "https://api.github.com/repos/symfony/Yaml/zipball/9808e75c609a14f6db02f70fccf4ca4aab53c160", + "reference": "9808e75c609a14f6db02f70fccf4ca4aab53c160", "shasum": "" }, "require": { "php": ">=5.3.9" }, "require-dev": { - "symfony/phpunit-bridge": "~2.7|~3.0.0" + "symfony/phpunit-bridge": "~2.7" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.8-dev" + "dev-master": "2.7-dev" } }, "autoload": { @@ -2927,68 +2888,14 @@ ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "time": "2015-06-11 17:27:52" - }, - { - "name": "webmozart/assert", - "version": "dev-master", - "source": { - "type": "git", - "url": "https://github.com/webmozart/assert.git", - "reference": "1843ff73962419e9c8a51f16f12ebb408b1ebfe9" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozart/assert/zipball/1843ff73962419e9c8a51f16f12ebb408b1ebfe9", - "reference": "1843ff73962419e9c8a51f16f12ebb408b1ebfe9", - "shasum": "" - }, - "require": { - "php": ">=5.3.3" - }, - "require-dev": { - "phpunit/phpunit": "^4.6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" - ], - "time": "2015-06-05 12:44:55" + "time": "2015-06-10 15:30:22" } ], "aliases": [], - "minimum-stability": "dev", + "minimum-stability": "stable", "stability-flags": { "tobscure/json-api": 20, - "tobscure/permissible": 20, - "oyejorge/less.php": 20, - "intervention/image": 20, - "ezyang/htmlpurifier": 20, - "psr/http-message": 20, - "nikic/fast-route": 20 + "tobscure/permissible": 20 }, "prefer-stable": false, "prefer-lowest": false,