Skip to content

Commit

Permalink
Merge pull request #45 from TomaszGasior/add-dep-and-artisan
Browse files Browse the repository at this point in the history
Artisan and Deployer support
  • Loading branch information
rquadling authored Apr 18, 2019
2 parents bcd5a90 + 2681b8e commit 509a415
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,5 @@ here is a non-exhaustive list :
* behat
* phpspec
* robo
* deployer
* laravel's artisan
2 changes: 2 additions & 0 deletions src/DumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ protected function execute(InputInterface $input, OutputInterface $output)
'phpspec',
'behat',
'robo',
'dep',
'artisan',
);
}

Expand Down
2 changes: 2 additions & 0 deletions tests/fixtures/bash/default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ complete -o default -F _symfony php-cs-fixer
complete -o default -F _symfony phpspec
complete -o default -F _symfony behat
complete -o default -F _symfony robo
complete -o default -F _symfony dep
complete -o default -F _symfony artisan

0 comments on commit 509a415

Please sign in to comment.