Skip to content

Commit a13fa04

Browse files
authored
Move launcher code (hechoendrupal#3)
* Move DrupalConsole Launcher classes. * Add InitCommand. * Remove files. * Keep/Restore original argv values. * Inject application root to ConfigurationManager class. * Add ListCommand class. * Add loadConfiguration method. * Add HelpCommand class. * Add AboutCommand class. * Update AboutCommand class. * Update AboutCommand class. * Add translation files. * Update translator resources path. * Pass directory to loadCoreLanguage. * Pass core language path. * Remove config directory.
1 parent c015194 commit a13fa04

15 files changed

+2142
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"symfony/console": "~2.8",
4242
"symfony/filesystem": "~2.8",
4343
"symfony/finder": "~2.8",
44+
"symfony/process": "~2.8",
4445
"symfony/translation": "~2.8",
4546
"symfony/yaml": "~2.8"
4647
},

0 commit comments

Comments
 (0)