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

Commit f4dbd46

Browse files
committed
Update mongodb/laravel-mongodb package to version 5.0 in composer.json
1 parent ec7be50 commit f4dbd46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name": "1ff/laravel-mongodb-session",
33
"description": "A mongodb session driver for laravel",
44
"type": "library",
5-
"version": "5.0.4",
5+
"version": "5.0.5",
66
"require": {
77
"php": "^8.1",
88
"illuminate/session": "^10.0",
9-
"mongodb/laravel-mongodb": "^4.0",
9+
"mongodb/laravel-mongodb": "^5.0",
1010
"ext-mongodb": "*"
1111
},
1212
"license": "MIT",

0 commit comments

Comments
 (0)