Skip to content

Commit

Permalink
Update Laravel version constraints on composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
erickcomp authored Mar 13, 2024
1 parent 41f3ca6 commit 90ff106
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 90ff106

Please sign in to comment.