1
1
{
2
2
"name" : " drupal/console-core" ,
3
3
"description" : " Drupal Console Core" ,
4
- "keywords" : [" Drupal" , " Console" , " Development" , " Symfony" ],
4
+ "keywords" : [
5
+ " Drupal" ,
6
+ " Console" ,
7
+ " Development" ,
8
+ " Symfony"
9
+ ],
5
10
"homepage" : " http://drupalconsole.com/" ,
6
11
"type" : " library" ,
7
12
"license" : " GPL-2.0-or-later" ,
8
13
"authors" : [
9
14
{
10
- "name" : " David Flores" ,
11
-
12
- "homepage" : " http://dmouse.net"
15
+ "name" : " David Flores" ,
16
+
17
+ "homepage" : " http://dmouse.net"
13
18
},
14
19
{
15
- "name" : " Jesus Manuel Olivas" ,
16
-
17
- "homepage" : " http://jmolivas.com"
20
+ "name" : " Jesus Manuel Olivas" ,
21
+
22
+ "homepage" : " http://jmolivas.com"
18
23
},
19
24
{
20
- "name" : " Eduardo Garcia" ,
21
-
22
- "homepage" : " http://enzolutions.com/"
25
+ "name" : " Eduardo Garcia" ,
26
+
27
+ "homepage" : " http://enzolutions.com/"
23
28
},
24
29
{
25
- "name" : " Omar Aguirre" ,
26
-
30
+ "name" : " Omar Aguirre" ,
31
+
27
32
},
28
33
{
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"
31
36
}
32
37
],
33
38
"support" : {
38
43
"require" : {
39
44
"php" : " >=7.0.8" ,
40
45
"dflydev/dot-access-configuration" : " ^1.0" ,
41
- "drupal/console-en" : " 1.9.5 " ,
46
+ "drupal/console-en" : " 1.9.7 " ,
42
47
"stecman/symfony-console-completion" : " ~0.7" ,
43
48
"symfony/config" : " ~3.0|^4.4" ,
44
49
"symfony/console" : " ~3.0|^4.4" ,
61
66
"files" : [
62
67
" src/functions.php"
63
68
],
64
- "psr-4" : {"Drupal\\ Console\\ Core\\ " : " src" }
69
+ "psr-4" : {
70
+ "Drupal\\ Console\\ Core\\ " : " src"
71
+ }
65
72
}
66
- }
73
+ }
0 commit comments