11{
22 "name" : " drupal/console" ,
33 "description" : " The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal." ,
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" : " dmousex@gmail.com" ,
12- "homepage" : " http://dmouse.net"
15+ "name" : " David Flores" ,
16+ "email" : " dmousex@gmail.com" ,
17+ "homepage" : " http://dmouse.net"
1318 },
1419 {
15- "name" : " Jesus Manuel Olivas" ,
16- "email" : " jesus.olivas@gmail.com" ,
17- "homepage" : " http://jmolivas.com"
20+ "name" : " Jesus Manuel Olivas" ,
21+ "email" : " jesus.olivas@gmail.com" ,
22+ "homepage" : " http://jmolivas.com"
1823 },
1924 {
20- "name" : " Eduardo Garcia" ,
21- "email" : " enzo@enzolutions.com" ,
22- "homepage" : " http://enzolutions.com/"
25+ "name" : " Eduardo Garcia" ,
26+ "email" : " enzo@enzolutions.com" ,
27+ "homepage" : " http://enzolutions.com/"
2328 },
2429 {
25- "name" : " Omar Aguirre" ,
26- "email" : " omersguchigu@gmail.com"
30+ "name" : " Omar Aguirre" ,
31+ "email" : " omersguchigu@gmail.com"
2732 },
2833 {
29- "name" : " Drupal Console Contributors" ,
30- "homepage" : " https://github.com/hechoendrupal/drupal-console/graphs/contributors"
34+ "name" : " Drupal Console Contributors" ,
35+ "homepage" : " https://github.com/hechoendrupal/drupal-console/graphs/contributors"
3136 }
3237 ],
3338 "support" : {
3641 "docs" : " https://docs.drupalconsole.com/"
3742 },
3843 "require" : {
39- "php" : " ^5.5.9 || ^ 7.0" ,
44+ "php" : " >= 7.0.8 " ,
4045 "alchemy/zippy" : " ~0.4" ,
4146 "composer/installers" : " ~1.0" ,
4247 "doctrine/annotations" : " ^1.2" ,
4348 "doctrine/collections" : " ^1.3" ,
44- "drupal/console-core" : " 1.9.4 " ,
45- "drupal/console-extend-plugin" : " ~0" ,
49+ "drupal/console-core" : " 1.9.7 " ,
50+ "drupal/console-extend-plugin" : " ~0.9.5 " ,
4651 "psy/psysh" : " 0.6.* || ~0.8" ,
47- "symfony/css-selector" : " ~2.8|~3 .0" ,
48- "symfony/dom-crawler" : " ~2.8|~3 .0" ,
49- "symfony/http-foundation" : " ~2.8|~3 .0"
52+ "symfony/css-selector" : " ~3.0|~4 .0" ,
53+ "symfony/dom-crawler" : " ~3.0|~4 .0" ,
54+ "symfony/http-foundation" : " ~3.0|~4 .0"
5055 },
5156 "suggest" : {
5257 "symfony/thanks" : " Thank your favorite PHP projects on GitHub using the CLI" ,
5358 "vlucas/phpdotenv" : " Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically"
5459 },
55- "bin" : [" bin/drupal" ],
60+ "bin" : [
61+ " bin/drupal"
62+ ],
5663 "config" : {
5764 "bin-dir" : " bin/" ,
5865 "sort-packages" : true
5966 },
6067 "minimum-stability" : " dev" ,
6168 "prefer-stable" : true ,
6269 "autoload" : {
63- "psr-4" : {"Drupal\\ Console\\ " : " src" }
70+ "psr-4" : {
71+ "Drupal\\ Console\\ " : " src"
72+ }
6473 }
65- }
74+ }
0 commit comments