Skip to content

Commit ab3abc2

Browse files
authored
[console] Tag 1.9.7 release (#386)
1 parent 7ad17a2 commit ab3abc2

File tree

1 file changed

+24
-17
lines changed

1 file changed

+24
-17
lines changed

composer.json

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,38 @@
11
{
22
"name": "drupal/console-core",
33
"description": "Drupal Console Core",
4-
"keywords": ["Drupal", "Console", "Development", "Symfony"],
4+
"keywords": [
5+
"Drupal",
6+
"Console",
7+
"Development",
8+
"Symfony"
9+
],
510
"homepage": "http://drupalconsole.com/",
611
"type": "library",
712
"license": "GPL-2.0-or-later",
813
"authors": [
914
{
10-
"name": "David Flores",
11-
"email": "[email protected]",
12-
"homepage": "http://dmouse.net"
15+
"name": "David Flores",
16+
"email": "[email protected]",
17+
"homepage": "http://dmouse.net"
1318
},
1419
{
15-
"name": "Jesus Manuel Olivas",
16-
"email": "[email protected]",
17-
"homepage": "http://jmolivas.com"
20+
"name": "Jesus Manuel Olivas",
21+
"email": "[email protected]",
22+
"homepage": "http://jmolivas.com"
1823
},
1924
{
20-
"name": "Eduardo Garcia",
21-
"email": "[email protected]",
22-
"homepage": "http://enzolutions.com/"
25+
"name": "Eduardo Garcia",
26+
"email": "[email protected]",
27+
"homepage": "http://enzolutions.com/"
2328
},
2429
{
25-
"name": "Omar Aguirre",
26-
"email": "[email protected]"
30+
"name": "Omar Aguirre",
31+
"email": "[email protected]"
2732
},
2833
{
29-
"name": "Drupal Console Contributors",
30-
"homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
34+
"name": "Drupal Console Contributors",
35+
"homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors"
3136
}
3237
],
3338
"support": {
@@ -38,7 +43,7 @@
3843
"require": {
3944
"php": ">=7.0.8",
4045
"dflydev/dot-access-configuration": "^1.0",
41-
"drupal/console-en": "1.9.5",
46+
"drupal/console-en": "1.9.7",
4247
"stecman/symfony-console-completion": "~0.7",
4348
"symfony/config": "~3.0|^4.4",
4449
"symfony/console": "~3.0|^4.4",
@@ -61,6 +66,8 @@
6166
"files": [
6267
"src/functions.php"
6368
],
64-
"psr-4": {"Drupal\\Console\\Core\\": "src"}
69+
"psr-4": {
70+
"Drupal\\Console\\Core\\": "src"
71+
}
6572
}
66-
}
73+
}

0 commit comments

Comments
 (0)