Updated drupal console

This commit is contained in:
Oliver Davies 2016-01-19 08:33:28 +00:00
parent b81af1838d
commit 132136f7b7
2 changed files with 123 additions and 14 deletions

View file

@ -1,6 +1,6 @@
{ {
"require": { "require": {
"drush/drush": "8.x@dev", "drush/drush": "8.x@dev",
"drupal/console": "*" "drupal/console": "^0.10.5"
} }
} }

135
.composer/composer.lock generated
View file

@ -4,8 +4,8 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "84f1a7e83a664b0d293cf9539c005915", "hash": "deb49ec88397e8d52f3f2c8d3df69ac4",
"content-hash": "fb7129a133d06114516ecb71725e795b", "content-hash": "f0e435711e2ac2fab6c0b614756c018c",
"packages": [ "packages": [
{ {
"name": "alchemy/zippy", "name": "alchemy/zippy",
@ -268,23 +268,23 @@
}, },
{ {
"name": "drupal/console", "name": "drupal/console",
"version": "0.9.7", "version": "0.10.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/hechoendrupal/DrupalConsole.git", "url": "https://github.com/hechoendrupal/DrupalConsole.git",
"reference": "e58ff41a62fae049dce84d0d7ef387493f75e331" "reference": "71335d09ecb260518786630938544a7baef85e6c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/hechoendrupal/DrupalConsole/zipball/e58ff41a62fae049dce84d0d7ef387493f75e331", "url": "https://api.github.com/repos/hechoendrupal/DrupalConsole/zipball/71335d09ecb260518786630938544a7baef85e6c",
"reference": "e58ff41a62fae049dce84d0d7ef387493f75e331", "reference": "71335d09ecb260518786630938544a7baef85e6c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"alchemy/zippy": "0.2.*@dev", "alchemy/zippy": "0.2.*@dev",
"composer/installers": "~1.0", "composer/installers": "~1.0",
"guzzlehttp/guzzle": "~6.1", "guzzlehttp/guzzle": "~6.1",
"herrera-io/phar-update": "1.*", "padraic/phar-updater": "~1.0@dev",
"php": ">=5.5.9", "php": ">=5.5.9",
"phpseclib/phpseclib": "2.*", "phpseclib/phpseclib": "2.*",
"stecman/symfony-console-completion": "^0.5.1", "stecman/symfony-console-completion": "^0.5.1",
@ -300,10 +300,10 @@
"symfony/http-foundation": "2.7.*", "symfony/http-foundation": "2.7.*",
"symfony/translation": "2.7.*", "symfony/translation": "2.7.*",
"symfony/yaml": "2.7.*", "symfony/yaml": "2.7.*",
"twig/twig": "^1.22.2" "twig/twig": "^1.23.1"
}, },
"bin": [ "bin": [
"bin/console" "bin/drupal"
], ],
"type": "project", "type": "project",
"autoload": { "autoload": {
@ -313,7 +313,7 @@
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
"MIT" "GPL-2.0+"
], ],
"authors": [ "authors": [
{ {
@ -340,7 +340,7 @@
"email": "omersguchigu@gmail.com" "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/", "homepage": "http://drupalconsole.com/",
"keywords": [ "keywords": [
"console", "console",
@ -348,7 +348,7 @@
"drupal", "drupal",
"symfony" "symfony"
], ],
"time": "2015-11-10 22:16:07" "time": "2016-01-15 17:06:09"
}, },
{ {
"name": "drush/drush", "name": "drush/drush",
@ -360,7 +360,7 @@
}, },
"dist": { "dist": {
"type": "zip", "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", "reference": "4a53565dfde6b24ee840f770aca1e99b56d5a9ed",
"shasum": "" "shasum": ""
}, },
@ -1077,6 +1077,115 @@
], ],
"time": "2015-12-04 15:28:43" "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", "name": "pear/console_table",
"version": "1.2.1", "version": "1.2.1",