X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Fcomposer.json;h=1179f47a869d153436d4a5b9d2768adc256f8ce0;hp=0e529681c4635f862710b982ce52dba4d75faf23;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/drupal/console/composer.json b/vendor/drupal/console/composer.json index 0e529681c..1179f47a8 100644 --- a/vendor/drupal/console/composer.json +++ b/vendor/drupal/console/composer.json @@ -37,23 +37,24 @@ }, "require": { "php": "^5.5.9 || ^7.0", - "drupal/console-core" : "1.0.0-rc16", - "drupal/console-extend-plugin": "~0", "alchemy/zippy": "0.4.3", - "doctrine/collections":"1.3.0", "composer/installers": "~1.0", + "doctrine/annotations": "1.2.*", + "doctrine/collections": "~1.3", + "drupal/console-core": "1.0.0-rc21", + "drupal/console-extend-plugin": "~0", + "gabordemooij/redbean": "~4.3", + "guzzlehttp/guzzle": "~6.1", + "psy/psysh": "0.6.* || ~0.8", "symfony/css-selector": ">=2.7 <3.0", "symfony/dom-crawler": ">=2.7 <3.3", - "symfony/http-foundation": ">=2.7 <3.0", - "guzzlehttp/guzzle": "~6.1", - "gabordemooij/redbean": "~4.3", - "doctrine/annotations": "1.2.*", "symfony/expression-language": ">=2.7 <3.0", - "psy/psysh": "0.6.* || ~0.8" + "symfony/http-foundation": ">=2.7 <3.0" }, "bin": ["bin/drupal"], "config": { - "bin-dir": "bin/" + "bin-dir": "bin/", + "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true,