From 132136f7b7239d43746a90c774bd5120a38f5629 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 19 Jan 2016 08:33:28 +0000 Subject: [PATCH] Updated drupal console --- .composer/composer.json | 2 +- .composer/composer.lock | 135 ++++++++++++++++++++++++++++++++++++---- 2 files changed, 123 insertions(+), 14 deletions(-) diff --git a/.composer/composer.json b/.composer/composer.json index 4a82b94..b4f5f64 100644 --- a/.composer/composer.json +++ b/.composer/composer.json @@ -1,6 +1,6 @@ { "require": { "drush/drush": "8.x@dev", - "drupal/console": "*" + "drupal/console": "^0.10.5" } } diff --git a/.composer/composer.lock b/.composer/composer.lock index 98b1b1d..5709a7a 100644 --- a/.composer/composer.lock +++ b/.composer/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": "84f1a7e83a664b0d293cf9539c005915", - "content-hash": "fb7129a133d06114516ecb71725e795b", + "hash": "deb49ec88397e8d52f3f2c8d3df69ac4", + "content-hash": "f0e435711e2ac2fab6c0b614756c018c", "packages": [ { "name": "alchemy/zippy", @@ -268,23 +268,23 @@ }, { "name": "drupal/console", - "version": "0.9.7", + "version": "0.10.5", "source": { "type": "git", "url": "https://github.com/hechoendrupal/DrupalConsole.git", - "reference": "e58ff41a62fae049dce84d0d7ef387493f75e331" + "reference": "71335d09ecb260518786630938544a7baef85e6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/DrupalConsole/zipball/e58ff41a62fae049dce84d0d7ef387493f75e331", - "reference": "e58ff41a62fae049dce84d0d7ef387493f75e331", + "url": "https://api.github.com/repos/hechoendrupal/DrupalConsole/zipball/71335d09ecb260518786630938544a7baef85e6c", + "reference": "71335d09ecb260518786630938544a7baef85e6c", "shasum": "" }, "require": { "alchemy/zippy": "0.2.*@dev", "composer/installers": "~1.0", "guzzlehttp/guzzle": "~6.1", - "herrera-io/phar-update": "1.*", + "padraic/phar-updater": "~1.0@dev", "php": ">=5.5.9", "phpseclib/phpseclib": "2.*", "stecman/symfony-console-completion": "^0.5.1", @@ -300,10 +300,10 @@ "symfony/http-foundation": "2.7.*", "symfony/translation": "2.7.*", "symfony/yaml": "2.7.*", - "twig/twig": "^1.22.2" + "twig/twig": "^1.23.1" }, "bin": [ - "bin/console" + "bin/drupal" ], "type": "project", "autoload": { @@ -313,7 +313,7 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { @@ -340,7 +340,7 @@ "email": "omersguchigu@gmail.com" } ], - "description": "The Drupal Console is a command line interface to generate boilerplate code and interact with a Drupal 8 installation.", + "description": "The Drupal Console is a CLI tool to generate boilerplate code, interact and debug Drupal 8.", "homepage": "http://drupalconsole.com/", "keywords": [ "console", @@ -348,7 +348,7 @@ "drupal", "symfony" ], - "time": "2015-11-10 22:16:07" + "time": "2016-01-15 17:06:09" }, { "name": "drush/drush", @@ -360,7 +360,7 @@ }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/4a53565dfde6b24ee840f770aca1e99b56d5a9ed", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/30f88b2aa2f4b2bc831fd90b33ef4085eb02429a", "reference": "4a53565dfde6b24ee840f770aca1e99b56d5a9ed", "shasum": "" }, @@ -1077,6 +1077,115 @@ ], "time": "2015-12-04 15:28:43" }, + { + "name": "padraic/humbug_get_contents", + "version": "1.0.4", + "source": { + "type": "git", + "url": "https://github.com/padraic/file_get_contents.git", + "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/padraic/file_get_contents/zipball/66797199019d0cb4529cb8d29c6f0b4c5085b53a", + "reference": "66797199019d0cb4529cb8d29c6f0b4c5085b53a", + "shasum": "" + }, + "require": { + "php": ">=5.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Humbug\\": "src/Humbug/" + }, + "files": [ + "src/function.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Padraic Brady", + "email": "padraic.brady@gmail.com", + "homepage": "http://blog.astrumfutura.com" + } + ], + "description": "Secure wrapper for accessing HTTPS resources with file_get_contents for PHP 5.3+", + "homepage": "https://github.com/padraic/file_get_contents", + "keywords": [ + "download", + "file_get_contents", + "http", + "https", + "ssl", + "tls" + ], + "time": "2015-04-22 18:45:00" + }, + { + "name": "padraic/phar-updater", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/padraic/phar-updater.git", + "reference": "c17eeb3887dc4269d1b4837dc875d39e9f8149a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/padraic/phar-updater/zipball/c17eeb3887dc4269d1b4837dc875d39e9f8149a8", + "reference": "c17eeb3887dc4269d1b4837dc875d39e9f8149a8", + "shasum": "" + }, + "require": { + "padraic/humbug_get_contents": "^1.0", + "php": ">=5.3.3" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "psr-4": { + "Humbug\\SelfUpdate\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Padraic Brady", + "email": "padraic.brady@gmail.com", + "homepage": "http://blog.astrumfutura.com" + } + ], + "description": "A thing to make PHAR self-updating easy and secure.", + "keywords": [ + "humbug", + "phar", + "self-update", + "update" + ], + "time": "2016-01-05 23:08:01" + }, { "name": "pear/console_table", "version": "1.2.1",