Skip to content

Commit 3cf17b3

Browse files
committed
Fixed deptrac
1 parent ecd9a90 commit 3cf17b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
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": {
@@ -45,7 +45,7 @@
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",

0 commit comments

Comments
 (0)