Skip to content

Commit 6f55387

Browse files
committed
Add missing dependencies
1 parent e0f001a commit 6f55387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"require": {
2323
"php": "^8.1",
2424
"illuminate/support": "^8|^9|^10|^11|^12",
25+
"illuminate/http": "^8|^9|^10|^11|^12",
26+
"illuminate/routing": "^8|^9|^10|^11|^12",
2527
"intervention/image": "^3.11"
2628
},
2729
"require-dev": {

0 commit comments

Comments
 (0)