Skip to content

Commit f5d6b4a

Browse files
spont4eivosgem
andauthored
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) (#26)
Co-authored-by: Ivelin Ivanov <[email protected]>
1 parent 8ba1b9f commit f5d6b4a

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"
9+
"mongodb/laravel-mongodb": "^4.0",
10+
"ext-mongodb": "*"
1011
},
1112
"license": "MIT",
1213
"authors": [

0 commit comments

Comments
 (0)