From: Andrey Kutejko Date: Fri, 2 Aug 2013 19:20:24 +0000 (+0300) Subject: update libs X-Git-Tag: 0.5~92 X-Git-Url: https://git.andy128k.dev/?a=commitdiff_plain;h=b900c41064dc99006d2828dee414e2450f356529;p=ipf.git update libs --- diff --git a/composer.lock b/composer.lock index 3eae09a..145d463 100644 --- a/composer.lock +++ b/composer.lock @@ -54,12 +54,12 @@ "source": { "type": "git", "url": "https://github.com/andy128k/routeexpression.git", - "reference": "2d3d1a01b4d5cd12bb0837fd31fd9c7fe35b20a6" + "reference": "a45a4568c7ca3238977b6c951a54f0c2acd11ab9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/andy128k/routeexpression/zipball/2d3d1a01b4d5cd12bb0837fd31fd9c7fe35b20a6", - "reference": "2d3d1a01b4d5cd12bb0837fd31fd9c7fe35b20a6", + "url": "https://api.github.com/repos/andy128k/routeexpression/zipball/a45a4568c7ca3238977b6c951a54f0c2acd11ab9", + "reference": "a45a4568c7ca3238977b6c951a54f0c2acd11ab9", "shasum": "" }, "require-dev": { @@ -85,7 +85,7 @@ "source": "https://github.com/andy128k/routeexpression/tree/master", "issues": "https://github.com/andy128k/routeexpression/issues" }, - "time": "2013-07-17 19:01:22" + "time": "2013-08-02 19:17:54" }, { "name": "mustangostang/spyc", @@ -337,16 +337,16 @@ }, { "name": "phpunit/php-timer", - "version": "1.0.4", + "version": "1.0.5", "source": { "type": "git", - "url": "git://github.com/sebastianbergmann/php-timer.git", - "reference": "1.0.4" + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "1.0.5" }, "dist": { "type": "zip", - "url": "https://github.com/sebastianbergmann/php-timer/zipball/1.0.4", - "reference": "1.0.4", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1.0.5", + "reference": "1.0.5", "shasum": "" }, "require": { @@ -373,24 +373,24 @@ } ], "description": "Utility class for timing", - "homepage": "http://www.phpunit.de/", + "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], - "time": "2012-10-11 04:45:58" + "time": "2013-08-02 07:42:54" }, { "name": "phpunit/php-token-stream", - "version": "1.1.7", + "version": "1.1.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", - "reference": "1.1.7" + "reference": "1.1.8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1.1.7", - "reference": "1.1.7", + "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1.1.8", + "reference": "1.1.8", "shasum": "" }, "require": { @@ -422,20 +422,20 @@ "keywords": [ "tokenizer" ], - "time": "2013-07-29 14:27:06" + "time": "2013-08-02 19:10:55" }, { "name": "phpunit/phpunit", - "version": "3.7.22", + "version": "3.7.23", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "3.7.22" + "reference": "3.7.23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.22", - "reference": "3.7.22", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3.7.23", + "reference": "3.7.23", "shasum": "" }, "require": { @@ -447,7 +447,7 @@ "phpunit/php-code-coverage": "~1.2.1", "phpunit/php-file-iterator": ">=1.3.1", "phpunit/php-text-template": ">=1.1.1", - "phpunit/php-timer": "~1.0.2", + "phpunit/php-timer": ">=1.0.4", "phpunit/phpunit-mock-objects": "~1.2.0", "symfony/yaml": "~2.0" }, @@ -496,7 +496,7 @@ "testing", "xunit" ], - "time": "2013-07-06 06:29:15" + "time": "2013-08-02 19:14:44" }, { "name": "phpunit/phpunit-mock-objects",