Skip to content

Commit 7d02e84

Browse files
committed
Explicit dependency to symfony/http-foundation
1 parent 343ec55 commit 7d02e84

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
@@ -30,7 +30,8 @@
3030
"illuminate/database": "^10.30|^11",
3131
"illuminate/events": "^10.0|^11",
3232
"illuminate/support": "^10.0|^11",
33-
"mongodb/mongodb": "^1.18"
33+
"mongodb/mongodb": "^1.18",
34+
"symfony/http-foundation": "^6.4|^7"
3435
},
3536
"require-dev": {
3637
"mongodb/builder": "^0.2",

0 commit comments

Comments
 (0)