From c67d8e5ef5e2ed7745463fde47896a9e9f8c3385 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Mon, 3 Oct 2016 08:17:44 -0400 Subject: [PATCH] [console] Tag 1.0.0-rc2 version. (#2752) --- composer.json | 2 +- composer.lock | 29 +++++++++++++++-------------- src/Application.php | 2 +- 3 files changed, 17 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index c6c70e781..0b1bf0da7 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ "php": "^5.5.9 || ^7.0", "alchemy/zippy": "0.3.5", "composer/installers": "~1.0", - "drupal/console-core" : "~1.0", + "drupal/console-core" : "^1.0@RC", "symfony/css-selector": "~2.8", "symfony/debug": "~2.8", "symfony/dom-crawler": "~2.8", diff --git a/composer.lock b/composer.lock index 7b76ffdeb..d37e35999 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "03b014d22db648acf92ee35823154e28", - "content-hash": "0ac79572d196856709a04da22f8d4a39", + "hash": "1547ec8ea57321f2b2f116a8d357f79a", + "content-hash": "fce9775595f823267ac7997210516b4c", "packages": [ { "name": "alchemy/zippy", @@ -532,16 +532,16 @@ }, { "name": "drupal/console-core", - "version": "1.0.0-rc1", + "version": "1.0.0-rc3", "source": { "type": "git", "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "bbec9234a7afe6f1d696d2eb19fbf624254d4915" + "reference": "7672acffd502363803109a4874eea22d47dde0bc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/bbec9234a7afe6f1d696d2eb19fbf624254d4915", - "reference": "bbec9234a7afe6f1d696d2eb19fbf624254d4915", + "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/7672acffd502363803109a4874eea22d47dde0bc", + "reference": "7672acffd502363803109a4874eea22d47dde0bc", "shasum": "" }, "require": { @@ -558,7 +558,7 @@ "symfony/process": "~2.8", "symfony/translation": "~2.8", "symfony/yaml": "~2.8", - "twig/twig": "^1.23.1" + "twig/twig": "1.23.1" }, "type": "project", "autoload": { @@ -607,7 +607,7 @@ "drupal", "symfony" ], - "time": "2016-09-27 12:18:20" + "time": "2016-09-30 11:27:38" }, { "name": "drupal/console-en", @@ -2201,16 +2201,16 @@ }, { "name": "twig/twig", - "version": "v1.25.0", + "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "f16a634ab08d87e520da5671ec52153d627f10f6" + "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/f16a634ab08d87e520da5671ec52153d627f10f6", - "reference": "f16a634ab08d87e520da5671ec52153d627f10f6", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/d9b6333ae8dd2c8e3fd256e127548def0bc614c6", + "reference": "d9b6333ae8dd2c8e3fd256e127548def0bc614c6", "shasum": "" }, "require": { @@ -2223,7 +2223,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.25-dev" + "dev-master": "1.23-dev" } }, "autoload": { @@ -2258,13 +2258,14 @@ "keywords": [ "templating" ], - "time": "2016-09-21 23:05:12" + "time": "2015-11-05 12:49:06" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { + "drupal/console-core": 5, "padraic/phar-updater": 20, "gabordemooij/redbean": 0 }, diff --git a/src/Application.php b/src/Application.php index ddafe4e4f..2a98125b4 100644 --- a/src/Application.php +++ b/src/Application.php @@ -22,7 +22,7 @@ class Application extends ConsoleApplication /** * @var string */ - const VERSION = '1.0.0-rc1'; + const VERSION = '1.0.0-rc2'; public function __construct(ContainerInterface $container) {