Skip to content

Commit

Permalink
Alphabetize all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Oct 20, 2021
1 parent 84334ed commit aa727ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ Any tool using the Symfony Console component and default `console` entrypoint is

Additionally, the following tools with custom-named entrypoints are supported:

* composer
* [Composer](https://getcomposer.org/)
* [Acquia CLI (acli)](https://github.com/acquia/cli)
* php-cs-fixer
* behat
* phpspec
* robo
* deployer
* laravel artisan
* roadiz
* magento 2 console
* [Behat](https://docs.behat.org/en/latest/)
* [Deployer](https://deployer.org/)
* [Laravel Artisan](https://laravel.com/docs/8.x/artisan)
* [Magento 2 console](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/cli-cmds/cli-howto.html)
* [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
* [phpspec](http://www.phpspec.net/en/stable/)
* [Roadiz](https://www.roadiz.io/)
* [Robo](https://github.com/consolidation/Robo)
10 changes: 5 additions & 5 deletions src/DumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$tools = array(
'console',
'acli',
'artisan',
'behat',
'composer',
'dep',
'magento',
'php-cs-fixer',
'phpspec',
'behat',
'robo',
'dep',
'artisan',
'roadiz',
'magento',
'robo',
);
}

Expand Down

0 comments on commit aa727ea

Please sign in to comment.