Skip to content

Commit b56cd73

Browse files
authored
Merge pull request #8 from plank/7-support-L11
Allow Laravel 11
2 parents 1e0e48e + 4be330e commit b56cd73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^8.1",
26+
"php": "^8.1|^8.2",
2727
"spatie/laravel-package-tools": "^1.14.0",
28-
"illuminate/contracts": "^10.0"
28+
"illuminate/contracts": "^10.0|^11.0"
2929
},
3030
"require-dev": {
3131
"doctrine/dbal": "^3.7",

0 commit comments

Comments
 (0)