Skip to content

Commit 570a8fa

Browse files
committed
Add shipmonk/composer-dependency-analyser and phpunit/phpunit
1 parent d641076 commit 570a8fa

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
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": {

0 commit comments

Comments
 (0)