Skip to content

Commit

Permalink
[shell] Relocate command. (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmolivas committed Jan 2, 2017
1 parent 99fc369 commit fb116ed
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 354 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"symfony/yaml": ">=2.7 <3.2",
"symfony/event-dispatcher": ">=2.7 <3.2",
"twig/twig": "^1.23.1",
"webflo/drupal-finder": "0.*",
"psy/psysh": "0.6|0.8"
"webflo/drupal-finder": "0.*"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
309 changes: 1 addition & 308 deletions composer.lock

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

4 changes: 0 additions & 4 deletions services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ 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 fb116ed

Please sign in to comment.