Skip to content

Commit cda7645

Browse files
authored
Add composer-dependency-analyser (#32)
1 parent 3bdc8e0 commit cda7645

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"phpstan/phpstan-phpunit": "^1.3.11",
1818
"phpstan/phpstan-strict-rules": "^1.5.1",
1919
"phpunit/phpunit": "^10.1",
20+
"shipmonk/composer-dependency-analyser": "^1.2",
2021
"shipmonk/name-collision-detector": "^1.1.0",
2122
"shipmonk/phpstan-rules": "^2.4",
2223
"slevomat/coding-standard": "^8.10.0"
@@ -44,10 +45,12 @@
4445
"@check:ec",
4546
"@check:cs",
4647
"@check:types",
47-
"@check:tests"
48+
"@check:tests",
49+
"@check:dependencies"
4850
],
4951
"check:composer": "composer normalize --dry-run --no-check-lock --no-update-lock",
5052
"check:cs": "phpcs",
53+
"check:dependencies": "composer-dependency-analyser",
5154
"check:ec": "ec src tests",
5255
"check:tests": "phpunit tests",
5356
"check:types": "phpstan analyse -vvv",

0 commit comments

Comments
 (0)