Skip to content

Commit

Permalink
Laravel 11.x Compatibility (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored Feb 29, 2024
1 parent 7ce041c commit e506c4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"php": "^8.0",
"illuminate/testing": "^9.0|^10.0",
"mockery/mockery": "^1.4.2",
"phpunit/phpunit": "^9.3.3|^10.0"
"php": "^8.1",
"illuminate/testing": "^10.0|^11.0",
"mockery/mockery": "^1.4.4",
"phpunit/phpunit": "^10.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e506c4e

Please sign in to comment.