Skip to content

Commit bd4844d

Browse files
committed
Allow phpunit 10
1 parent e74b0e6 commit bd4844d

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
@@ -35,7 +35,7 @@
3535
},
3636
"require-dev": {
3737
"ext-json": "*",
38-
"phpunit/phpunit": "^9.5",
38+
"phpunit/phpunit": "^9.5|^10",
3939
"orchestra/testbench": "^5.20|^6.24|^7.10|^8|9.x-dev|10.x-dev|dev-master",
4040
"friendsofphp/php-cs-fixer": "^3.0"
4141
},

0 commit comments

Comments
 (0)