Skip to content

Commit 0884019

Browse files
committed
build: guards dependencies
1 parent 3429fe0 commit 0884019

File tree

2 files changed

+72
-2
lines changed

2 files changed

+72
-2
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"peckphp/peck": "^0.1.2",
3636
"phpstan/phpstan": "^2.1",
3737
"phpunit/phpunit": "^11.4.4",
38+
"shipmonk/composer-dependency-analyser": "^1.8",
3839
"stolt/lean-package-validator": "^4.4"
3940
},
4041
"suggest": {
@@ -48,6 +49,7 @@
4849
"validate-gitattributes": "./vendor/bin/lean-package-validator validate",
4950
"test-with-coverage": "export XDEBUG_MODE=coverage && phpunit --coverage-html coverage-reports",
5051
"static-analyse": "phpstan analyse --configuration phpstan.neon.dist",
52+
"dependency-analyse": "./vendor/bin/composer-dependency-analyser",
5153
"pre-commit-check": [
5254
"@test",
5355
"@cs-lint",

composer.lock

Lines changed: 70 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)