Skip to content

Commit e60bc8c

Browse files
authored
Compatibility with PhpUnit 11 (#47)
1 parent e506c4e commit e60bc8c

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": "^8.1",
1414
"illuminate/testing": "^10.0|^11.0",
1515
"mockery/mockery": "^1.4.4",
16-
"phpunit/phpunit": "^10.1"
16+
"phpunit/phpunit": "^10.1|^11.0"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)