From 5db524450174e8797ac7b41fb38bab527aec1002 Mon Sep 17 00:00:00 2001 From: Jesus Manuel Olivas Date: Sun, 29 Nov 2020 17:57:39 -0800 Subject: [PATCH] [console] Tag 1.9.7 release (#4289) --- composer.json | 47 ++++++++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index f66605961..388f4735e 100644 --- a/composer.json +++ b/composer.json @@ -1,33 +1,38 @@ { "name": "drupal/console", "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.", - "keywords": ["Drupal", "Console", "Development", "Symfony"], + "keywords": [ + "Drupal", + "Console", + "Development", + "Symfony" + ], "homepage": "http://drupalconsole.com/", "type": "library", "license": "GPL-2.0-or-later", "authors": [ { - "name": "David Flores", - "email": "dmousex@gmail.com", - "homepage": "http://dmouse.net" + "name": "David Flores", + "email": "dmousex@gmail.com", + "homepage": "http://dmouse.net" }, { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com", - "homepage": "http://jmolivas.com" + "name": "Jesus Manuel Olivas", + "email": "jesus.olivas@gmail.com", + "homepage": "http://jmolivas.com" }, { - "name": "Eduardo Garcia", - "email": "enzo@enzolutions.com", - "homepage": "http://enzolutions.com/" + "name": "Eduardo Garcia", + "email": "enzo@enzolutions.com", + "homepage": "http://enzolutions.com/" }, { - "name": "Omar Aguirre", - "email": "omersguchigu@gmail.com" + "name": "Omar Aguirre", + "email": "omersguchigu@gmail.com" }, { - "name": "Drupal Console Contributors", - "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors" + "name": "Drupal Console Contributors", + "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors" } ], "support": { @@ -41,8 +46,8 @@ "composer/installers": "~1.0", "doctrine/annotations": "^1.2", "doctrine/collections": "^1.3", - "drupal/console-core": "1.9.6", - "drupal/console-extend-plugin": "~0", + "drupal/console-core": "1.9.7", + "drupal/console-extend-plugin": "~0.9.5", "psy/psysh": "0.6.* || ~0.8", "symfony/css-selector": "~3.0|~4.0", "symfony/dom-crawler": "~3.0|~4.0", @@ -52,7 +57,9 @@ "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"], + "bin": [ + "bin/drupal" + ], "config": { "bin-dir": "bin/", "sort-packages": true @@ -60,6 +67,8 @@ "minimum-stability": "dev", "prefer-stable": true, "autoload": { - "psr-4": {"Drupal\\Console\\": "src"} + "psr-4": { + "Drupal\\Console\\": "src" + } } -} +} \ No newline at end of file