Skip to content

Commit

Permalink
Add psy (#124)
Browse files Browse the repository at this point in the history
* [shell] Add command.

* [shell] Add command.

* [shell] Add command.
  • Loading branch information
jmolivas committed Dec 30, 2016
1 parent 6709d27 commit 604ecca
Show file tree
Hide file tree
Showing 4 changed files with 349 additions and 2 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
"symfony/yaml": ">=2.7 <3.2",
"symfony/event-dispatcher": ">=2.7 <3.2",
"twig/twig": "^1.23.1",
"webflo/drupal-finder": "0.*"
"webflo/drupal-finder": "0.*",
"psy/psysh": "0.6|0.8"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
309 changes: 308 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ services:
class: Drupal\Console\Core\Command\HelpCommand
tags:
- { name: drupal.command }
console.shell:
class: Drupal\Console\Core\Command\ShellCommand
tags:
- { name: drupal.command }
console.complete:
class: Drupal\Console\Core\Command\CompleteCommand
tags:
Expand Down
Loading

0 comments on commit 604ecca

Please sign in to comment.