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

Commit b4d127d

Browse files
authored
Merge pull request #1 from 1FF/bump-laravel-version
Allow laravel 6 installations
2 parents 62256c1 + f24bad5 commit b4d127d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor
2+
composer.lock

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)