diff --git a/composer.lock b/composer.lock index a7322090a..e44a6a7e0 100644 --- a/composer.lock +++ b/composer.lock @@ -76,7 +76,7 @@ "authors": [ { "name": "Anthony Ferrara", - "email": "ircmaxell@ircmaxell.com", + "email": "ircmaxell@php.net", "homepage": "http://blog.ircmaxell.com" } ], @@ -488,17 +488,17 @@ }, { "name": "symfony/event-dispatcher", - "version": "v2.2.1", + "version": "v2.2.2", "target-dir": "Symfony/Component/EventDispatcher", "source": { "type": "git", "url": "https://github.com/symfony/EventDispatcher.git", - "reference": "v2.2.1" + "reference": "v2.2.2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.2.1", - "reference": "v2.2.1", + "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/v2.2.2", + "reference": "v2.2.2", "shasum": "" }, "require": { @@ -589,17 +589,17 @@ }, { "name": "symfony/http-foundation", - "version": "v2.2.1", + "version": "v2.2.2", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation.git", - "reference": "v2.2.1" + "reference": "v2.2.2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.2.1", - "reference": "v2.2.1", + "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/v2.2.2", + "reference": "v2.2.2", "shasum": "" }, "require": { @@ -635,7 +635,7 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", - "time": "2013-04-06 10:15:43" + "time": "2013-05-27 14:47:40" }, { "name": "symfony/http-kernel", @@ -708,17 +708,17 @@ }, { "name": "symfony/routing", - "version": "v2.2.1", + "version": "v2.2.2", "target-dir": "Symfony/Component/Routing", "source": { "type": "git", "url": "https://github.com/symfony/Routing.git", - "reference": "v2.2.1" + "reference": "v2.2.2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Routing/zipball/v2.2.1", - "reference": "v2.2.1", + "url": "https://api.github.com/repos/symfony/Routing/zipball/v2.2.2", + "reference": "v2.2.2", "shasum": "" }, "require": { @@ -762,7 +762,7 @@ ], "description": "Symfony Routing Component", "homepage": "http://symfony.com", - "time": "2013-03-23 12:03:22" + "time": "2013-05-10 16:49:00" }, { "name": "symfony/yaml", @@ -819,12 +819,12 @@ "source": { "type": "git", "url": "https://github.com/fzaninotto/Faker.git", - "reference": "fac6c177c87bb5d10d256d9caa6933046fbac999" + "reference": "v1.2.0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fac6c177c87bb5d10d256d9caa6933046fbac999", - "reference": "fac6c177c87bb5d10d256d9caa6933046fbac999", + "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/v1.2.0", + "reference": "v1.2.0", "shasum": "" }, "require": { @@ -833,7 +833,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "1.2.x-dev" } }, "autoload": { @@ -857,7 +857,7 @@ "faker", "fixtures" ], - "time": "2013-05-31 17:07:37" + "time": "2013-06-09 18:05:57" } ], "aliases": [ diff --git a/core/lib/Thelia/Command/CacheClear.php b/core/lib/Thelia/Command/CacheClear.php index dbb789323..eba228da8 100644 --- a/core/lib/Thelia/Command/CacheClear.php +++ b/core/lib/Thelia/Command/CacheClear.php @@ -55,7 +55,7 @@ class CacheClear extends ContainerAwareCommand try { $fs->remove($cacheDir); - $output->writeln("cache clear successfully"); + $output->writeln("cache cleared successfully"); } catch(IOException $e) { $output->writeln(sprintf("error during clearing cache : %s", $e->getMessage())); }