Skip to content

Commit

Permalink
Merge pull request #9 from anchan42/to-laravel-11
Browse files Browse the repository at this point in the history
Update composer.json to support Laravel 11
  • Loading branch information
bennettblack authored Oct 8, 2024
2 parents e52521c + 0949cad commit fe3c308
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.13.0",
"illuminate/contracts": "^8|^9|^10",
"illuminate/support": "^8|^9|^10",
"illuminate/database": "^8|^9|^10"
"illuminate/contracts": "^8|^9|^10|^11",
"illuminate/support": "^8|^9|^10|^11",
"illuminate/database": "^8|^9|^10|^11"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down Expand Up @@ -64,4 +64,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit fe3c308

Please sign in to comment.