X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole%2Fcomposer.json;h=c27bb9dee6f838070b556bad234206861fae544c;hb=5b8bb166bfa98770daef9de5c127fc2e6ef02340;hp=0e529681c4635f862710b982ce52dba4d75faf23;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/vendor/drupal/console/composer.json b/vendor/drupal/console/composer.json index 0e529681c..c27bb9dee 100644 --- a/vendor/drupal/console/composer.json +++ b/vendor/drupal/console/composer.json @@ -3,8 +3,8 @@ "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.", "keywords": ["Drupal", "Console", "Development", "Symfony"], "homepage": "http://drupalconsole.com/", - "type": "project", - "license": "GPL-2.0+", + "type": "library", + "license": "GPL-2.0-or-later", "authors": [ { "name": "David Flores", @@ -27,33 +27,36 @@ }, { "name": "Drupal Console Contributors", - "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" + "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors" } ], "support": { - "issues": "https://github.com/hechoendrupal/DrupalConsole/issues", + "issues": "https://github.com/hechoendrupal/drupal-console/issues", "forum": "https://gitter.im/hechoendrupal/DrupalConsole", "docs": "https://docs.drupalconsole.com/" }, "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", - "symfony/css-selector": ">=2.7 <3.0", - "symfony/dom-crawler": ">=2.7 <3.3", - "symfony/http-foundation": ">=2.7 <3.0", + "doctrine/annotations": "^1.2", + "doctrine/collections": "^1.3", + "drupal/console-core": "1.8.0", + "drupal/console-extend-plugin": "~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" + "psy/psysh": "0.6.* || ~0.8", + "symfony/css-selector": "~2.8|~3.0", + "symfony/dom-crawler": "~2.8|~3.0", + "symfony/http-foundation": "~2.8|~3.0" + }, + "suggest": { + "symfony/thanks": "Thank your favorite PHP projects on Github using the CLI!", + "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically." }, "bin": ["bin/drupal"], "config": { - "bin-dir": "bin/" + "bin-dir": "bin/", + "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true,