Skip to content

Commit 66567ab

Browse files
committed
fix(deps): make it compatible with PHPUnit >= 12
1 parent 6844e19 commit 66567ab

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
@@ -10,7 +10,7 @@
1010
"php": ">=8.2",
1111
"nette/utils": "^4.0.5",
1212
"phar-io/version": "^3.2",
13-
"sebastian/diff": "^6.0",
13+
"sebastian/diff": "^6.0 || ^7.0",
1414
"symfony/config": "^7.0",
1515
"symfony/console": "^7.0",
1616
"symfony/dependency-injection": "^7.0",

0 commit comments

Comments
 (0)