Skip to content

Commit

Permalink
[console] Tag 1.9.7 release (#4289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Nov 30, 2020
1 parent e582d88 commit 5db5244
Showing 1 changed file with 28 additions and 19 deletions.
47 changes: 28 additions & 19 deletions 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": {
Expand All @@ -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",
Expand All @@ -52,14 +57,18 @@
"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
},
"minimum-stability": "dev",
"prefer-stable": true,
"autoload": {
"psr-4": {"Drupal\\Console\\": "src"}
"psr-4": {
"Drupal\\Console\\": "src"
}
}
}
}

0 comments on commit 5db5244

Please sign in to comment.