diff --git a/composer.json b/composer.json index 58bca2f0b..b06dae806 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "require": { "php": "^5.5.9 || ^7.0", - "drupal/console-core" : "1.0.0-rc13", + "drupal/console-core" : "1.0.0-rc14", "alchemy/zippy": "0.4.3", "composer/installers": "~1.0", "symfony/css-selector": ">=2.7 <3.2", diff --git a/composer.lock b/composer.lock index e60584340..7b2319225 100644 --- a/composer.lock +++ b/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" ], - "content-hash": "f8fadf941bb185de37bcb57686dcf669", + "content-hash": "e22d8079f08d9450c8047cae76318022", "packages": [ { "name": "alchemy/zippy", @@ -566,21 +566,21 @@ }, { "name": "drupal/console-core", - "version": "1.0.0-rc13", + "version": "1.0.0-rc14", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "1946136a4a1e98956330b71101081075370d6073" + "reference": "8adb02bdd99e93f01ffb4897264c44687ac73f62" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/1946136a4a1e98956330b71101081075370d6073", - "reference": "1946136a4a1e98956330b71101081075370d6073", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/8adb02bdd99e93f01ffb4897264c44687ac73f62", + "reference": "8adb02bdd99e93f01ffb4897264c44687ac73f62", "shasum": "" }, "require": { "dflydev/dot-access-configuration": "dev-master", - "drupal/console-en": "1.0.0-rc13", + "drupal/console-en": "1.0.0-rc14", "php": "^5.5.9 || ^7.0", "stecman/symfony-console-completion": "~0.7", "symfony/config": ">=2.7 <3.2", @@ -643,11 +643,11 @@ "drupal", "symfony" ], - "time": "2017-01-03T17:23:55+00:00" + "time": "2017-01-04T19:36:23+00:00" }, { "name": "drupal/console-en", - "version": "1.0.0-rc13", + "version": "1.0.0-rc14", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-en.git", diff --git a/src/Application.php b/src/Application.php index ecf1b0fc5..a0bd51b5f 100644 --- a/src/Application.php +++ b/src/Application.php @@ -27,7 +27,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '1.0.0-rc13'; + const VERSION = '1.0.0-rc14'; public function __construct(ContainerInterface $container) {