Skip to content

Commit

Permalink
fix: #7 allow Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
m-triassi committed Oct 29, 2024
1 parent 1e0e48e commit 4be330e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
}
],
"require": {
"php": "^8.1",
"php": "^8.1|^8.2",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^10.0"
"illuminate/contracts": "^10.0|^11.0"
},
"require-dev": {
"doctrine/dbal": "^3.7",
Expand Down

0 comments on commit 4be330e

Please sign in to comment.