Skip to content

Commit 4be330e

Browse files
committed
fix: #7 allow Laravel 11
1 parent 1e0e48e commit 4be330e

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)