Skip to content

Commit

Permalink
Normalize composer.
Browse files Browse the repository at this point in the history
  • Loading branch information
saidatom committed Jun 28, 2024
1 parent ad8695c commit d9066f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"brianium/paratest": "Lets GrumPHP run PHPUnit in parallel.",
"codeception/codeception": "Lets GrumPHP run your project's full stack tests",
"consolidation/robo": "Lets GrumPHP run your automated PHP tasks.",
"dantleech/ngherkin-lint-php": "Lets GrumPHP lint your Gherkin files.",
"designsecurity/progpilot": "Lets GrumPHP be sure that there are no vulnerabilities in your code.",
"doctrine/orm": "Lets GrumPHP validate your Doctrine mapping files.",
"enlightn/security-checker": "Lets GrumPHP be sure that there are no known security issues.",
Expand All @@ -61,7 +62,6 @@
"infection/infection": "Lets GrumPHP evaluate the quality your unit tests",
"maglnet/composer-require-checker": "Lets GrumPHP analyze composer dependencies.",
"malukenho/kawaii-gherkin": "Lets GrumPHP lint/fix your Gherkin files.",
"dantleech/ngherkin-lint-php": "Lets GrumPHP lint your Gherkin files.",
"nette/tester": "Lets GrumPHP run your unit tests with nette tester.",
"nikic/php-parser": "Lets GrumPHP run static analyses through your PHP files.",
"pestphp/pest": "Lets GrumPHP run your unit test with Pest PHP",
Expand Down

0 comments on commit d9066f9

Please sign in to comment.