Security update for Core, with self-updated composer
[yaffs-website] / vendor / drush / drush / composer.json
index 61f5ccb3017f19d6432f9d5cab9deb71188ed400..5bc1952f4f6867013a90e187ae5ced5240c08e66 100644 (file)
@@ -2,7 +2,7 @@
   "name": "drush/drush",
   "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
   "homepage": "http://www.drush.org",
-  "license": "GPL-2.0+",
+  "license": "GPL-2.0-or-later",
   "minimum-stability": "stable",
   "prefer-stable": true,
   "authors": [
     "php": ">=5.4.5",
     "psr/log": "~1.0",
     "psy/psysh": "~0.6",
-    "consolidation/annotated-command": "~2",
+    "consolidation/annotated-command": "^2.8.1",
     "consolidation/output-formatters": "~3",
-    "symfony/yaml": "~2.3",
+    "symfony/yaml": "~2.3|^3",
+    "symfony/var-dumper": "~2.7|^3",
+    "symfony/console": "~2.7|^3",
+    "symfony/event-dispatcher": "~2.7|^3",
+    "symfony/finder": "~2.7|^3",
+    "pear/console_table": "~1.3.1",
+    "webmozart/path-util": "~2"
+  },
+  "require-dev": {
     "symfony/var-dumper": "~2.7",
     "symfony/console": "~2.7",
     "symfony/event-dispatcher": "~2.7",
     "symfony/finder": "~2.7",
-    "pear/console_table": "~1.3.0",
-    "phpdocumentor/reflection-docblock": "^2.0",
-    "webmozart/path-util": "~2"
-  },
-  "require-dev": {
+    "symfony/yaml": "~2.3",
     "phpunit/phpunit": "4.*",
     "symfony/process": "2.7.*"
   },
       "Unish":        "tests/"
     }
   },
+  "scripts": {
+    "lint": [
+      "find includes -name '*.inc' -print0 | xargs -0 -n1 php -l"
+    ]
+  },
   "extra": {
     "branch-alias": {
         "dev-master": "8.0.x-dev"