diff --git a/composer.json b/composer.json index 90bb2a301..c825cee0c 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "composer/installers": "~1.0", "doctrine/annotations": "1.2.*", "doctrine/collections": "1.3.*", - "drupal/console-core": "1.0.0-rc22", + "drupal/console-core": "1.0.0-rc23", "drupal/console-dotenv": "~0", "drupal/console-extend-plugin": "~0", "gabordemooij/redbean": "~4.3", diff --git a/composer.lock b/composer.lock index 35db4105b..193c280ff 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": "2859ecead2988e6a9495b733cb703db6", + "content-hash": "b5375a537301f3ae536a38eb17ace817", "packages": [ { "name": "alchemy/zippy", @@ -578,21 +578,21 @@ }, { "name": "drupal/console-core", - "version": "1.0.0-rc22", + "version": "1.0.0-rc23", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "e67dbb4d1fe98d3f44ba915316c689e1bdeb4cb3" + "reference": "b1f3680ae19a4d00f8b701b060521bab2cccd6b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/e67dbb4d1fe98d3f44ba915316c689e1bdeb4cb3", - "reference": "e67dbb4d1fe98d3f44ba915316c689e1bdeb4cb3", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/b1f3680ae19a4d00f8b701b060521bab2cccd6b1", + "reference": "b1f3680ae19a4d00f8b701b060521bab2cccd6b1", "shasum": "" }, "require": { "dflydev/dot-access-configuration": "1.0.1", - "drupal/console-en": "1.0.0-rc22", + "drupal/console-en": "1.0.0-rc23", "php": "^5.5.9 || ^7.0", "stecman/symfony-console-completion": "~0.7", "symfony/config": "~2.8", @@ -655,7 +655,7 @@ "drupal", "symfony" ], - "time": "2017-06-27T05:56:52+00:00" + "time": "2017-06-27T09:16:56+00:00" }, { "name": "drupal/console-dotenv", @@ -698,7 +698,7 @@ }, { "name": "drupal/console-en", - "version": "1.0.0-rc22", + "version": "1.0.0-rc23", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-en.git", diff --git a/src/Application.php b/src/Application.php index 4ae5f74af..cad7ac634 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '1.0.0-rc22'; + const VERSION = '1.0.0-rc23'; public function __construct(ContainerInterface $container) {