File tree Expand file tree Collapse file tree 3 files changed +115
-119
lines changed
Expand file tree Collapse file tree 3 files changed +115
-119
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,3 @@ source "$HOME/.console/console.rc" 2>/dev/null
3939# Fish: Create a symbolic link
4040ln -s ~/.console/drupal.fish ~/.config/fish/completions/drupal.fish
4141```
42- ### Relocate commands:
43- ```
44- * site:new Create a new Drupal project
45- ```
Original file line number Diff line number Diff line change 3939 "php" : " ^5.5.9 || ^7.0" ,
4040 "drupal/console-core" : " ~1.0" ,
4141 "padraic/phar-updater" : " ~1.0@dev" ,
42- "phpseclib/phpseclib" : " 2.*"
42+ "phpseclib/phpseclib" : " 2.*" ,
43+ "symfony/console" : " 2.8.14" ,
44+ "symfony/debug" : " 2.8.14" ,
45+ "symfony/dependency-injection" : " 2.8.14" ,
46+ "symfony/config" : " 2.8.14" ,
47+ "symfony/filesystem" : " 2.8.14" ,
48+ "symfony/finder" : " 2.8.14" ,
49+ "symfony/process" : " 2.8.14" ,
50+ "symfony/translation" : " 2.8.14" ,
51+ "symfony/yaml" : " 2.8.14" ,
52+ "symfony/event-dispatcher" : " 2.8.14"
4353 },
4454 "bin" : [" bin/drupal" ],
4555 "config" : {
You can’t perform that action at this time.
0 commit comments