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

Commit 33bb589

Browse files
committed
Added support for Laravel 7.x
1 parent fafc521 commit 33bb589

File tree

5 files changed

+4
-111
lines changed

5 files changed

+4
-111
lines changed

.github/workflows/run-tests-l5.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/run-tests-l6.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/run-tests-l7.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [7.3, 7.4, 8.0]
17+
php: [7.2, 7.3, 7.4, 8.0]
1818
laravel: [7.*]
1919
include:
2020
- laravel: 7.*
21-
testbench: 5.20
2221

2322
name: P${{ matrix.php }} - L${{ matrix.laravel }}
2423

.github/workflows/run-tests-l8.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

composer.json

Lines changed: 3 additions & 3 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.1.2",
5+
"version": "2.0.0",
66
"require": {
7-
"jenssegers/mongodb": "^3.5|^3.6",
8-
"illuminate/session": "^5.0|^6.0"
7+
"jenssegers/mongodb": "~3.7",
8+
"illuminate/session": "^7.0"
99
},
1010
"license": "MIT",
1111
"authors": [

0 commit comments

Comments
 (0)