Skip to content

Commit 7f5f16e

Browse files
committed
feat: support laravel 11
Signed-off-by: Lukas Frey <[email protected]>
1 parent bc237fd commit 7f5f16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.1",
20-
"illuminate/contracts": "^10.0",
19+
"php": "^8.2",
20+
"illuminate/contracts": "^10.0|^11.0",
2121
"spatie/laravel-package-tools": "^1.14.0",
2222
"sqids/sqids": "^0.4.1"
2323
},

0 commit comments

Comments
 (0)