Skip to content

Commit

Permalink
Add Laravel 11 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored and msonowal committed May 11, 2024
1 parent 8a2349f commit 30cac8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"require": {
"php": ">=7.0",
"ext-json": "*",
"illuminate/notifications": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0",
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0"
"illuminate/notifications": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0",
"illuminate/support": "~5.5|~6.0|~7.0|~8.0|~9.0|~10.0|~11.0"
},
"require-dev": {
"mockery/mockery": "^0.9.5|^1.0",
"phpunit/phpunit": "~5|^8.0|^9.0|^10.0"
"phpunit/phpunit": "~5|^8.0|^9.0|^10.0|~11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 30cac8b

Please sign in to comment.