File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1616 "symfony/yaml" : " ^7.3"
1717 },
1818 "require-dev" : {
19+ "deptrac/deptrac" : " ^4.2" ,
1920 "ibexa/behat" : " ~5.0.x-dev" ,
2021 "ibexa/code-style" : " ~2.0.0" ,
2122 "ibexa/doctrine-schema" : " ~5.0.x-dev" ,
2223 "ibexa/rector" : " ~5.0.x-dev" ,
2324 "phpstan/phpstan" : " ^2.0" ,
2425 "phpstan/phpstan-phpunit" : " ^2.0" ,
2526 "phpstan/phpstan-symfony" : " ^2.0" ,
26- "phpunit/phpunit" : " ^9.0" ,
27- "qossmic/deptrac-shim" : " ^0.24.0 || ^1.0.2"
27+ "phpunit/phpunit" : " ^9.0"
2828 },
2929 "autoload" : {
3030 "psr-4" : {
4545 "check-cs" : " @fix-cs --dry-run" ,
4646 "test" : " phpunit -c phpunit.xml.dist" ,
4747 "phpstan" : " phpstan analyse -c phpstan.neon" ,
48- "deptrac" : " php vendor/bin/ deptrac analyse"
48+ "deptrac" : " deptrac analyse"
4949 },
5050 "scripts-descriptions" : {
5151 "fix-cs" : " Automatically fixes code style in all files" ,
You can’t perform that action at this time.
0 commit comments