Skip to content

Commit

Permalink
Compatibility with PhpUnit 11 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharafat authored Jun 10, 2024
1 parent e506c4e commit e60bc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"php": "^8.1",
"illuminate/testing": "^10.0|^11.0",
"mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^10.1"
"phpunit/phpunit": "^10.1|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e60bc8c

Please sign in to comment.