Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Commit 3c78caa

Browse files
committed
Refactor method signatures in MongoDbSessionHandler for clarity and type safety. Add .editorconfig for consistent coding style across files. Update composer.json to include ext-mongodb requirement. (#23)
1 parent cf7a642 commit 3c78caa

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
@@ -6,7 +6,8 @@
66
"require": {
77
"php": "^8.1",
88
"illuminate/session": "^10.0",
9-
"mongodb/laravel-mongodb": "4.0.0-ALPHA2"
9+
"mongodb/laravel-mongodb": "4.0.0-ALPHA2",
10+
"ext-mongodb": "*"
1011
},
1112
"license": "MIT",
1213
"authors": [

0 commit comments

Comments
 (0)