From 0c2385143da3384869973721b0bdbaa3a0946028 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Mon, 8 May 2017 09:25:08 -0700 Subject: [PATCH] [console] Tag 1.0.0-rc19 release. (#3299) --- composer.json | 2 +- composer.lock | 35 +++++++++++++++++------------------ src/Application.php | 2 +- 3 files changed, 19 insertions(+), 20 deletions(-) diff --git a/composer.json b/composer.json index cb1e21c88..4629b40df 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "require": { "php": "^5.5.9 || ^7.0", - "drupal/console-core" : "1.0.0-rc18", + "drupal/console-core" : "1.0.0-rc19", "drupal/console-extend-plugin": "~0", "alchemy/zippy": "0.4.3", "doctrine/collections":"~1.3", diff --git a/composer.lock b/composer.lock index 211996275..dae62adb0 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": "ac98e23c33776361ff3d1514bdb20138", + "content-hash": "84fad6a02d63cf1ce4d8a128b65c610a", "packages": [ { "name": "alchemy/zippy", @@ -571,21 +571,21 @@ }, { "name": "drupal/console-core", - "version": "1.0.0-rc18", + "version": "1.0.0-rc19", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "fce93515cef0847cbba81617c74a58c57fc30c9a" + "reference": "c5be69f660727b38ce6c904dcb0e061e03de7aeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/fce93515cef0847cbba81617c74a58c57fc30c9a", - "reference": "fce93515cef0847cbba81617c74a58c57fc30c9a", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/c5be69f660727b38ce6c904dcb0e061e03de7aeb", + "reference": "c5be69f660727b38ce6c904dcb0e061e03de7aeb", "shasum": "" }, "require": { "dflydev/dot-access-configuration": "1.0.1", - "drupal/console-en": "1.0.0-rc18", + "drupal/console-en": "1.0.0-rc19", "php": "^5.5.9 || ^7.0", "stecman/symfony-console-completion": "~0.7", "symfony/config": ">=2.7 <3.0", @@ -604,7 +604,6 @@ "type": "project", "autoload": { "files": [ - "src/constants.php", "src/functions.php" ], "psr-4": { @@ -648,20 +647,20 @@ "drupal", "symfony" ], - "time": "2017-05-02T19:06:38+00:00" + "time": "2017-05-08T16:08:29+00:00" }, { "name": "drupal/console-en", - "version": "1.0.0-rc18", + "version": "1.0.0-rc19", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-en.git", - "reference": "7617bd20baf9ee20db0fd8bcfefaaa4e9878316d" + "reference": "df4da4011500496fc9c1d611cd36343006079915" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/7617bd20baf9ee20db0fd8bcfefaaa4e9878316d", - "reference": "7617bd20baf9ee20db0fd8bcfefaaa4e9878316d", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/df4da4011500496fc9c1d611cd36343006079915", + "reference": "df4da4011500496fc9c1d611cd36343006079915", "shasum": "" }, "type": "drupal-console-language", @@ -702,7 +701,7 @@ "drupal", "symfony" ], - "time": "2017-04-29T20:32:05+00:00" + "time": "2017-05-05T21:51:49+00:00" }, { "name": "drupal/console-extend-plugin", @@ -2422,16 +2421,16 @@ }, { "name": "webflo/drupal-finder", - "version": "0.2.1", + "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/webflo/drupal-finder.git", - "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348" + "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/4bd98f7e7b1d30e284e55f51d5d0c8712f676348", - "reference": "4bd98f7e7b1d30e284e55f51d5d0c8712f676348", + "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/6ef150707aad1755d91f9b0d2108bcc16661e76b", + "reference": "6ef150707aad1755d91f9b0d2108bcc16661e76b", "shasum": "" }, "require-dev": { @@ -2455,7 +2454,7 @@ } ], "description": "Helper class to locate a Drupal installation from a given path.", - "time": "2016-11-28T18:50:45+00:00" + "time": "2017-05-04T08:54:02+00:00" } ], "packages-dev": [], diff --git a/src/Application.php b/src/Application.php index 250844f0f..735f27653 100644 --- a/src/Application.php +++ b/src/Application.php @@ -25,7 +25,7 @@ class Application extends BaseApplication /** * @var string */ - const VERSION = '1.0.0-rc18'; + const VERSION = '1.0.0-rc19'; public function __construct(ContainerInterface $container) {