summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-04-03 07:01:26 +0200
committerRemi Collet <remi@remirepo.net>2018-04-03 07:01:26 +0200
commit917048810fb21b0d40971c70d10eac4010d11e66 (patch)
treee96972349fac2c3a6e4efef3e757bac471da1914 /composer.json
parente58449f98b7f28583b0a8d6efa91051261a53dd6 (diff)
update to 8.1.16 from Fedora
* Fri Mar 30 2018 Shawn Iwinski <shawn@iwin.ski> - 8.1.16-1 - Update to 8.1.16 - Add range version dependencies for Fedora >= 27 || RHEL >= 8
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 2423d5d..5bc1952 100644
--- a/composer.json
+++ b/composer.json
@@ -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": [
@@ -36,15 +36,14 @@
"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|^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.0",
- "phpdocumentor/reflection-docblock": "^2.0",
+ "pear/console_table": "~1.3.1",
"webmozart/path-util": "~2"
},
"require-dev": {