Skip to content

Commit e7170f0

Browse files
committed
Update deptrac dependency to support version 3.0
Expand the version constraint for deptrac to include ^3.0, ensuring compatibility with the latest version. This update helps maintain flexibility and future-proofing for dependency management.
1 parent 1b273bd commit e7170f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"phpstan/phpstan-strict-rules": "^1.4|^2.0",
7979
"phpstan/phpstan-symfony": "^1.3|^2.0",
8080
"phpunit/phpunit": "^10.5.10|^11.0|^12.0",
81-
"deptrac/deptrac": "^2.0",
81+
"deptrac/deptrac": "^2.0|^3.0",
8282
"rector/rector": "^1.0|^2.0",
8383
"roave/security-advisories": "dev-latest",
8484
"spomky-labs/aes-key-wrap": "^7.0",

0 commit comments

Comments
 (0)