File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,11 @@ composer require --dev setono/code-quality-pack
1313 * Mutation testing framework to measure the quality of your tests.
1414* [ phpstan/phpstan] ( https://phpstan.org/ )
1515 * A static analysis tool that finds bugs without running your code.
16+ * [ phpunit/phpunit] ( https://phpunit.de/ )
17+ * The PHP testing framework.
1618* [ rector/rector] ( https://getrector.org/documentation )
1719 * Easily refactors and upgrades your code base.
20+ * [ shipmonk/composer-dependency-analyser] ( https://github.com/shipmonk-rnd/composer-dependency-analyser )
21+ * Detects unused, shadow, and misplaced Composer dependencies.
1822* [ sylius-labs/coding-standard] ( https://github.com/SyliusLabs/CodingStandard )
1923 * Sylius' coding standard. Very thorough.
Original file line number Diff line number Diff line change 99 "infection/infection" : " ^0.29.14" ,
1010 "phpstan/phpstan" : " ^2.1.46" ,
1111 "phpstan/phpstan-strict-rules" : " ^2.0.10" ,
12+ "phpunit/phpunit" : " ^11.5.55" ,
1213 "rector/rector" : " ^2.4.1" ,
14+ "shipmonk/composer-dependency-analyser" : " ^1.8.4" ,
1315 "sylius-labs/coding-standard" : " ^4.5"
1416 },
1517 "config" : {
You can’t perform that action at this time.
0 commit comments