Skip to content

Commit

Permalink
Merge pull request #8 from plank/7-support-L11
Browse files Browse the repository at this point in the history
Allow Laravel 11
  • Loading branch information
m-triassi authored Oct 29, 2024
2 parents 1e0e48e + 4be330e commit b56cd73
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 b56cd73

Please sign in to comment.