Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit aa727ea

Browse files
Alphabetize all the things
1 parent 84334ed commit aa727ea

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

‎README.md‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ Any tool using the Symfony Console component and default `console` entrypoint is
108108

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

111-
* composer
111+
* [Composer](https://getcomposer.org/)
112112
* [Acquia CLI (acli)](https://github.com/acquia/cli)
113-
* php-cs-fixer
114-
* behat
115-
* phpspec
116-
* robo
117-
* deployer
118-
* laravel artisan
119-
* roadiz
120-
* magento 2 console
113+
* [Behat](https://docs.behat.org/en/latest/)
114+
* [Deployer](https://deployer.org/)
115+
* [Laravel Artisan](https://laravel.com/docs/8.x/artisan)
116+
* [Magento 2 console](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/cli-cmds/cli-howto.html)
117+
* [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer)
118+
* [phpspec](http://www.phpspec.net/en/stable/)
119+
* [Roadiz](https://www.roadiz.io/)
120+
* [Robo](https://github.com/consolidation/Robo)

‎src/DumpCommand.php‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ protected function execute(InputInterface $input, OutputInterface $output): int
5151
$tools = array(
5252
'console',
5353
'acli',
54+
'artisan',
55+
'behat',
5456
'composer',
57+
'dep',
58+
'magento',
5559
'php-cs-fixer',
5660
'phpspec',
57-
'behat',
58-
'robo',
59-
'dep',
60-
'artisan',
6161
'roadiz',
62-
'magento',
62+
'robo',
6363
);
6464
}
6565

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /