From 04795a6ef8241877897752eb6fd4bf4f27b74b2c Mon Sep 17 00:00:00 2001 From: Oleksii Korshenko <okorshenko@magento.com> Date: Tue, 31 May 2016 12:18:19 +0300 Subject: [PATCH] MAGETWO-53352: Create regenerate only if var folder exists --- composer.lock | 45 +++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/composer.lock b/composer.lock index db072126448..fdb08888325 100644 --- a/composer.lock +++ b/composer.lock @@ -482,16 +482,16 @@ }, { "name": "magento/magento-composer-installer", - "version": "0.1.8", + "version": "0.1.9", "source": { "type": "git", "url": "https://github.com/magento/magento-composer-installer.git", - "reference": "3dfac2f626ca36053f68853afe8847f5b290c84d" + "reference": "109eedd74dc94ffe77e71bf91d594f6fa95dd33e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/magento/magento-composer-installer/zipball/3dfac2f626ca36053f68853afe8847f5b290c84d", - "reference": "3dfac2f626ca36053f68853afe8847f5b290c84d", + "url": "https://api.github.com/repos/magento/magento-composer-installer/zipball/109eedd74dc94ffe77e71bf91d594f6fa95dd33e", + "reference": "109eedd74dc94ffe77e71bf91d594f6fa95dd33e", "shasum": "" }, "require": { @@ -554,7 +554,7 @@ "composer-installer", "magento" ], - "time": "2016-05-17 20:24:41" + "time": "2016-05-24 16:22:26" }, { "name": "magento/zendframework1", @@ -1284,16 +1284,16 @@ }, { "name": "symfony/finder", - "version": "v3.0.6", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "c54e407b35bc098916704e9fd090da21da4c4f52" + "reference": "40d17ed287bf51a2f884c4619ce8ff2a1c5cd219" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/c54e407b35bc098916704e9fd090da21da4c4f52", - "reference": "c54e407b35bc098916704e9fd090da21da4c4f52", + "url": "https://api.github.com/repos/symfony/finder/zipball/40d17ed287bf51a2f884c4619ce8ff2a1c5cd219", + "reference": "40d17ed287bf51a2f884c4619ce8ff2a1c5cd219", "shasum": "" }, "require": { @@ -1302,7 +1302,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -1329,7 +1329,7 @@ ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", - "time": "2016-03-10 11:13:05" + "time": "2016-05-13 18:06:41" }, { "name": "symfony/process", @@ -3027,16 +3027,16 @@ }, { "name": "fabpot/php-cs-fixer", - "version": "v1.11.2", + "version": "v1.11.3", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", - "reference": "41f70154642ec0f9ea9ea9c290943f3b5dfa76fc" + "reference": "b0a383d856d884d6b16e15892f507ecf89f8dbd2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/41f70154642ec0f9ea9ea9c290943f3b5dfa76fc", - "reference": "41f70154642ec0f9ea9ea9c290943f3b5dfa76fc", + "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/b0a383d856d884d6b16e15892f507ecf89f8dbd2", + "reference": "b0a383d856d884d6b16e15892f507ecf89f8dbd2", "shasum": "" }, "require": { @@ -3077,7 +3077,8 @@ } ], "description": "A tool to automatically fix PHP code style", - "time": "2016-02-26 07:37:29" + "abandoned": "friendsofphp/php-cs-fixer", + "time": "2016-05-26 23:49:24" }, { "name": "lusitanian/oauth", @@ -4225,16 +4226,16 @@ }, { "name": "symfony/stopwatch", - "version": "v3.0.6", + "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "6015187088421e9499d8f8316bdb396f8b806c06" + "reference": "4670f122fa32a4900003a6802f6b8575f3f0b17e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/6015187088421e9499d8f8316bdb396f8b806c06", - "reference": "6015187088421e9499d8f8316bdb396f8b806c06", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4670f122fa32a4900003a6802f6b8575f3f0b17e", + "reference": "4670f122fa32a4900003a6802f6b8575f3f0b17e", "shasum": "" }, "require": { @@ -4243,7 +4244,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "3.1-dev" } }, "autoload": { @@ -4270,7 +4271,7 @@ ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", - "time": "2016-03-04 07:55:57" + "time": "2016-03-04 07:56:56" }, { "name": "symfony/yaml", -- GitLab