We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bdc8e0 commit cda7645Copy full SHA for cda7645
composer.json
@@ -17,6 +17,7 @@
17
"phpstan/phpstan-phpunit": "^1.3.11",
18
"phpstan/phpstan-strict-rules": "^1.5.1",
19
"phpunit/phpunit": "^10.1",
20
+ "shipmonk/composer-dependency-analyser": "^1.2",
21
"shipmonk/name-collision-detector": "^1.1.0",
22
"shipmonk/phpstan-rules": "^2.4",
23
"slevomat/coding-standard": "^8.10.0"
@@ -44,10 +45,12 @@
44
45
"@check:ec",
46
"@check:cs",
47
"@check:types",
- "@check:tests"
48
+ "@check:tests",
49
+ "@check:dependencies"
50
],
51
"check:composer": "composer normalize --dry-run --no-check-lock --no-update-lock",
52
"check:cs": "phpcs",
53
+ "check:dependencies": "composer-dependency-analyser",
54
"check:ec": "ec src tests",
55
"check:tests": "phpunit tests",
56
"check:types": "phpstan analyse -vvv",
0 commit comments