Skip to content

Commit

Permalink
[console] Tag 1.9.7 release (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas authored Nov 30, 2020
1 parent 7ad17a2 commit ab3abc2
Showing 1 changed file with 24 additions and 17 deletions.
41 changes: 24 additions & 17 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,38 @@
{
"name": "drupal/console-core",
"description": "Drupal Console Core",
"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": "[email protected]",
"homepage": "http://dmouse.net"
"name": "David Flores",
"email": "[email protected]",
"homepage": "http://dmouse.net"
},
{
"name": "Jesus Manuel Olivas",
"email": "[email protected]",
"homepage": "http://jmolivas.com"
"name": "Jesus Manuel Olivas",
"email": "[email protected]",
"homepage": "http://jmolivas.com"
},
{
"name": "Eduardo Garcia",
"email": "[email protected]",
"homepage": "http://enzolutions.com/"
"name": "Eduardo Garcia",
"email": "[email protected]",
"homepage": "http://enzolutions.com/"
},
{
"name": "Omar Aguirre",
"email": "[email protected]"
"name": "Omar Aguirre",
"email": "[email protected]"
},
{
"name": "Drupal Console Contributors",
"homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
"name": "Drupal Console Contributors",
"homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
}
],
"support": {
Expand All @@ -38,7 +43,7 @@
"require": {
"php": ">=7.0.8",
"dflydev/dot-access-configuration": "^1.0",
"drupal/console-en": "1.9.5",
"drupal/console-en": "1.9.7",
"stecman/symfony-console-completion": "~0.7",
"symfony/config": "~3.0|^4.4",
"symfony/console": "~3.0|^4.4",
Expand All @@ -61,6 +66,8 @@
"files": [
"src/functions.php"
],
"psr-4": {"Drupal\\Console\\Core\\": "src"}
"psr-4": {
"Drupal\\Console\\Core\\": "src"
}
}
}
}

0 comments on commit ab3abc2

Please sign in to comment.