Skip to content

Commit fe18714

Browse files
authored
Update readme file. (#64)
1 parent fc37a8a commit fe18714

File tree

3 files changed

+115
-119
lines changed

3 files changed

+115
-119
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,3 @@ source "$HOME/.console/console.rc" 2>/dev/null
3939
# Fish: Create a symbolic link
4040
ln -s ~/.console/drupal.fish ~/.config/fish/completions/drupal.fish
4141
```
42-
### Relocate commands:
43-
```
44-
* site:new Create a new Drupal project
45-
```

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,17 @@
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": {

0 commit comments

Comments
 (0)