Skip to content

Commit

Permalink
Add composer-dependency-analyser (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Feb 21, 2024
1 parent 3bdc8e0 commit cda7645
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"phpstan/phpstan-phpunit": "^1.3.11",
"phpstan/phpstan-strict-rules": "^1.5.1",
"phpunit/phpunit": "^10.1",
"shipmonk/composer-dependency-analyser": "^1.2",
"shipmonk/name-collision-detector": "^1.1.0",
"shipmonk/phpstan-rules": "^2.4",
"slevomat/coding-standard": "^8.10.0"
Expand Down Expand Up @@ -44,10 +45,12 @@
"@check:ec",
"@check:cs",
"@check:types",
"@check:tests"
"@check:tests",
"@check:dependencies"
],
"check:composer": "composer normalize --dry-run --no-check-lock --no-update-lock",
"check:cs": "phpcs",
"check:dependencies": "composer-dependency-analyser",
"check:ec": "ec src tests",
"check:tests": "phpunit tests",
"check:types": "phpstan analyse -vvv",
Expand Down

0 comments on commit cda7645

Please sign in to comment.