Skip to content

Commit 87ed2c4

Browse files
chore: prevent prefer-lowest tests from failing due to PHPUnit 10 deprecations
1 parent 1d46ac3 commit 87ed2c4

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
@@ -21,7 +21,7 @@
2121
},
2222
"require-dev": {
2323
"orchestra/testbench-browser-kit": "^8.5|^9.0",
24-
"phpunit/phpunit": "^10.0"
24+
"phpunit/phpunit": "^9.5.10|^10.0"
2525
},
2626
"suggest": {
2727
"ext-intl": "*"

0 commit comments

Comments
 (0)