Skip to content

Commit 0d615ee

Browse files
committed
fix laravel dependencies
1 parent c597001 commit 0d615ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
],
2424
"require": {
2525
"php": "^8.2",
26-
"ext-zlib": "^8.2"
26+
"illuminate/http": "^11.0 || ^12.0",
27+
"illuminate/support": "^11.0 || ^12.0"
2728
},
2829
"require-dev": {
2930
"larastan/larastan": "^3.0",

0 commit comments

Comments
 (0)