Skip to content

Commit

Permalink
Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
mralston authored Apr 29, 2024
1 parent 6e62e10 commit d8f8de2
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 @@ -18,8 +18,8 @@
"require": {
"php": "^7.4.15|^8.0",
"chrome-php/chrome": "^1.9",
"illuminate/http": "^7.0|^8.0|^9.0|^10.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0"
"illuminate/http": "^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand All @@ -38,4 +38,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit d8f8de2

Please sign in to comment.