Skip to content

Commit

Permalink
Update deptrac, add Makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBadura committed Mar 12, 2024
1 parent ea61fb7 commit b62fb09
Show file tree
Hide file tree
Showing 8 changed files with 1,101 additions and 649 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ phpstan.neon
infection.log
.phpbench/
infection.html
*.sqlite3
*.sqlite3
.deptrac.cache
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ phpunit-unit: vendor ## run phpu
infection: vendor ## run infection
vendor/bin/infection

.PHONY: deptrac
deptrac: tools/vendor ## run infection
cd tools && ./vendor/bin/deptrac -c ../deptrac.yaml

.PHONY: static
static: psalm phpstan phpcs-check ## run static analyser

Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"phpstan/phpstan": "^1.10.49",
"phpunit/phpunit": "^10.5.2",
"psalm/plugin-phpunit": "^0.18.4",
"qossmic/deptrac": "dev-main#5dd4bbc507fb6b36468c8de889bdd2d586e4a580",
"roave/infection-static-analysis-plugin": "^1.34.0",
"symfony/messenger": "^5.4.31|^6.4.0|^7.0.1",
"symfony/var-dumper": "^5.4.29|^6.4.0|^7.0.0",
Expand Down
Loading

0 comments on commit b62fb09

Please sign in to comment.