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

Commit 31d0cda

Browse files
committed
Allow version 6 of the framework
1 parent 62256c1 commit 31d0cda

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,10 +2,10 @@
22
"name": "1ff/laravel-mongodb-session",
33
"description": "A mongodb session driver for laravel",
44
"type": "library",
5-
"version": "1.0.0",
5+
"version": "1.1.0",
66
"require": {
77
"jenssegers/mongodb": "3.*",
8-
"illuminate/session": "5.*"
8+
"illuminate/session": "5.*|6.*"
99
},
1010
"license": "MIT",
1111
"authors": [

0 commit comments

Comments
 (0)