Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / composer.json
index 1179f47a869d153436d4a5b9d2768adc256f8ce0..88523b284a49940d0e68cbbfd3cb9862ddd437bb 100644 (file)
@@ -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",
         },
         {
             "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/"
     },
         "php": "^5.5.9 || ^7.0",
         "alchemy/zippy": "0.4.3",
         "composer/installers": "~1.0",
-        "doctrine/annotations": "1.2.*",
-        "doctrine/collections": "~1.3",
-        "drupal/console-core": "1.0.0-rc21",
+        "doctrine/annotations": "^1.2",
+        "doctrine/collections": "^1.3",
+        "drupal/console-core": "1.6.1",
         "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/expression-language": ">=2.7 <3.0",
-        "symfony/http-foundation": ">=2.7 <3.0"
+        "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": {