Skip to content

Commit e4b3d7d

Browse files
authored
Add support for PHPUnit 10 (#42)
1 parent 7bef0bf commit e4b3d7d

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
@@ -13,7 +13,7 @@
1313
"php": ">=7.3|^8.0",
1414
"illuminate/testing": "^8.0|^9.0|^10.0",
1515
"mockery/mockery": "^1.4.2",
16-
"phpunit/phpunit": "^9.3.3"
16+
"phpunit/phpunit": "^9.3.3|^10.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)