Skip to content

Commit

Permalink
feat: add Laravel 11.x Compatibility (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphjsmit authored Mar 14, 2024
1 parent ed0da9e commit 5ffb9ca
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 @@ -17,16 +17,16 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0",
"illuminate/http": "^10.29",
"illuminate/support": "^10.29",
"laravel/framework": "^10.29",
"illuminate/contracts": "^10.0|^11.0",
"illuminate/http": "^10.29|^11.0",
"illuminate/support": "^10.29|^11.0",
"laravel/framework": "^10.29|^11.0",
"league/glide-laravel": "^1.0",
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^7.8",
"nunomaduro/collision": "^7.8|^8.0",
"spatie/laravel-ray": "^1.26"
},
"autoload": {
Expand Down

0 comments on commit 5ffb9ca

Please sign in to comment.