diff --git a/composer.json b/composer.json index 74fd753..eb8e562 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "require": { "php": "^5.5.9 || ^7.0", - "drupal/console-core": "1.0.0", + "drupal/console-core": "1.0.1", "padraic/phar-updater": "~1.0@dev", "pwfisher/command-line-php": "dev-master#ce756a94efa3544b56d03a02d3634a8d969ee962" }, diff --git a/composer.lock b/composer.lock index f7f98ce..3cbbd5e 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": "98d577e7fe3deac690cdfdc14a65573f", + "content-hash": "bf0288ea202eccd58a91614e67e48a43", "packages": [ { "name": "dflydev/dot-access-configuration", @@ -179,21 +179,21 @@ }, { "name": "drupal/console-core", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "f6eadee809ef0c9ba2a18f5275417c09caa623cb" + "reference": "f378893d344a14f194284c4c64903b1063b23d48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/f6eadee809ef0c9ba2a18f5275417c09caa623cb", - "reference": "f6eadee809ef0c9ba2a18f5275417c09caa623cb", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/f378893d344a14f194284c4c64903b1063b23d48", + "reference": "f378893d344a14f194284c4c64903b1063b23d48", "shasum": "" }, "require": { "dflydev/dot-access-configuration": "^1.0", - "drupal/console-en": "1.0.0", + "drupal/console-en": "1.0.1", "php": "^5.5.9 || ^7.0", "stecman/symfony-console-completion": "~0.7", "symfony/config": "~2.8|~3.0", @@ -207,7 +207,7 @@ "symfony/translation": "~2.8|~3.0", "symfony/yaml": "~2.8|~3.0", "twig/twig": "^1.23.1", - "webflo/drupal-finder": "^0.3.0", + "webflo/drupal-finder": "^1.0", "webmozart/path-util": "^2.3" }, "type": "library", @@ -256,11 +256,11 @@ "drupal", "symfony" ], - "time": "2017-08-05T22:02:42+00:00" + "time": "2017-08-18T19:24:20+00:00" }, { "name": "drupal/console-en", - "version": "1.0.0", + "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-en.git", @@ -1023,16 +1023,16 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.4.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "f29dca382a6485c3cbe6379f0c61230167681937" + "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937", - "reference": "f29dca382a6485c3cbe6379f0c61230167681937", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803", + "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803", "shasum": "" }, "require": { @@ -1044,7 +1044,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -1078,7 +1078,7 @@ "portable", "shim" ], - "time": "2017-06-09T14:24:12+00:00" + "time": "2017-06-14T15:44:48+00:00" }, { "name": "symfony/process", @@ -1316,16 +1316,16 @@ }, { "name": "webflo/drupal-finder", - "version": "0.3.0", + "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/webflo/drupal-finder.git", - "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b" + "reference": "3216448cc347bc77127fa3bf6497ba9b3c296e9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/6ef150707aad1755d91f9b0d2108bcc16661e76b", - "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b", + "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/3216448cc347bc77127fa3bf6497ba9b3c296e9c", + "reference": "3216448cc347bc77127fa3bf6497ba9b3c296e9c", "shasum": "" }, "require-dev": { @@ -1349,7 +1349,7 @@ } ], "description": "Helper class to locate a Drupal installation from a given path.", - "time": "2017-05-04T08:54:02+00:00" + "time": "2017-08-08T08:31:26+00:00" }, { "name": "webmozart/assert", diff --git a/src/Application.php b/src/Application.php index 445e8ca..cd7b2b5 100644 --- a/src/Application.php +++ b/src/Application.php @@ -23,7 +23,7 @@ class Application extends CoreApplication /** * @var string */ - const VERSION = '1.0.0'; + const VERSION = '1.0.1'; /** * Application constructor.