Skip to content

Commit

Permalink
Merge pull request #239 from erickcomp/laravel-11.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightwatson authored Mar 13, 2024
2 parents 41f3ca6 + 90ff106 commit 7798363
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "~9.0|~10.0",
"illuminate/database": "~9.0|~10.0",
"illuminate/events": "~9.0|~10.0",
"illuminate/support": "~9.0|~10.0",
"illuminate/validation": "~9.0|~10.0"
"illuminate/contracts": "~9.0|~10.0|~11.0",
"illuminate/database": "~9.0|~10.0|~11.0",
"illuminate/events": "~9.0|~10.0|~11.0",
"illuminate/support": "~9.0|~10.0|~11.0",
"illuminate/validation": "~9.0|~10.0|~11.0"
},
"require-dev": {
"mockery/mockery": "^1.4.4",
Expand Down

0 comments on commit 7798363

Please sign in to comment.