diff --git a/composer.json b/composer.json index 31f05f4..d0e969c 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "require": { "php": "^5.5.9 || ^7.0", - "drupal/console-core": "1.4.0", + "drupal/console-core": "1.5.0", "padraic/phar-updater": "~1.0@dev" }, "bin": ["bin/drupal"], diff --git a/composer.lock b/composer.lock index fe3c4c1..7184f66 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": "2927c286b22526b67fd79ba33b86dff4", + "content-hash": "995c309f8ec646de66b8522c9a0d3bda", "packages": [ { "name": "dflydev/dot-access-configuration", @@ -179,21 +179,21 @@ }, { "name": "drupal/console-core", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "d88f4e2ecef0cfcb488909ef3d1ee2e84b232499" + "reference": "968b76e00011c3c0162e2df70ddc023b0daaa69b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/d88f4e2ecef0cfcb488909ef3d1ee2e84b232499", - "reference": "d88f4e2ecef0cfcb488909ef3d1ee2e84b232499", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/968b76e00011c3c0162e2df70ddc023b0daaa69b", + "reference": "968b76e00011c3c0162e2df70ddc023b0daaa69b", "shasum": "" }, "require": { "dflydev/dot-access-configuration": "^1.0", - "drupal/console-en": "1.4.0", + "drupal/console-en": "1.5.0", "php": "^5.5.9 || ^7.0", "stecman/symfony-console-completion": "~0.7", "symfony/config": "~2.8|~3.0", @@ -256,20 +256,20 @@ "drupal", "symfony" ], - "time": "2018-01-08T18:50:15+00:00" + "time": "2018-01-11T19:30:16+00:00" }, { "name": "drupal/console-en", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-en.git", - "reference": "9dd8e8043aea0cabb3a44e5f3634bf629da5a018" + "reference": "85317ff8319b58c3a0295b4cb74221b7c3c7ddf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/9dd8e8043aea0cabb3a44e5f3634bf629da5a018", - "reference": "9dd8e8043aea0cabb3a44e5f3634bf629da5a018", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/85317ff8319b58c3a0295b4cb74221b7c3c7ddf4", + "reference": "85317ff8319b58c3a0295b4cb74221b7c3c7ddf4", "shasum": "" }, "type": "drupal-console-language", @@ -310,7 +310,7 @@ "drupal", "symfony" ], - "time": "2018-01-08T18:19:41+00:00" + "time": "2018-01-11T18:09:24+00:00" }, { "name": "padraic/humbug_get_contents", diff --git a/src/Application.php b/src/Application.php index 8913235..ee5be7e 100644 --- a/src/Application.php +++ b/src/Application.php @@ -20,7 +20,7 @@ class Application extends CoreApplication /** * @var string */ - const VERSION = '1.4.0'; + const VERSION = '1.5.0'; /** * Application constructor.