File tree 4 files changed +17
-14
lines changed 4 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 1
- name : " Run Tests - Laravel 8 "
1
+ name : " Run Tests - Laravel 10 "
2
2
3
3
on :
4
4
push :
5
- branches : [ v4 .x ]
5
+ branches : [ v5 .x ]
6
6
7
7
pull_request :
8
- branches : [ v4 .x ]
8
+ branches : [ v5 .x ]
9
9
10
10
jobs :
11
11
tests :
@@ -14,10 +14,10 @@ jobs:
14
14
strategy :
15
15
fail-fast : false
16
16
matrix :
17
- php : [ 8.0, 8. 1 ]
18
- laravel : [ 9 .* ]
17
+ php : [ 8.1 ]
18
+ laravel : [ 10 .* ]
19
19
include :
20
- - laravel : 9 .*
20
+ - laravel : 10 .*
21
21
22
22
name : P${{ matrix.php }} - L${{ matrix.laravel }}
23
23
Original file line number Diff line number Diff line change
1
+ php8.1
Original file line number Diff line number Diff line change 3
3
A MongoDB session driver for Laravel
4
4
5
5
| ** Laravel<br />Version** | ** Package<br />Version** | ** Install using<br />this command** |
6
- | ------------------------| -------------------------| ---------------------------------------------------|
7
- | 5.x.x, 6.x | 1.x.x | composer require 1ff/laravel-mongodb-session:^1.0 |
8
- | 7.x | 2.x.x | composer require 1ff/laravel-mongodb-session:^2.0 |
9
- | 8.x | 3.x.x | composer require 1ff/laravel-mongodb-session:^3.0 |
10
- | 9.x | 4.x.x | composer require 1ff/laravel-mongodb-session:^4.0 |
6
+ | -------------------------| -------------------------| ---------------------------------------------------|
7
+ | 10.x | 5.x.x | composer require 1ff/laravel-mongodb-session:^5.0 |
8
+ | 9.x | 4.x.x | composer require 1ff/laravel-mongodb-session:^4.0 |
9
+ | 8.x | 3.x.x | composer require 1ff/laravel-mongodb-session:^3.0 |
10
+ | 7.x | 2.x.x | composer require 1ff/laravel-mongodb-session:^2.0 |
11
+ | 5.x.x, 6.x | 1.x.x | composer require 1ff/laravel-mongodb-session:^1.0 |
11
12
12
13
Installation
13
14
------------
Original file line number Diff line number Diff line change 2
2
"name" : " 1ff/laravel-mongodb-session" ,
3
3
"description" : " A mongodb session driver for laravel" ,
4
4
"type" : " library" ,
5
- "version" : " 4 .0.1 " ,
5
+ "version" : " 5 .0.0 " ,
6
6
"require" : {
7
- "jenssegers/mongodb" : " ~3.9" ,
8
- "illuminate/session" : " ^9.0"
7
+ "php" : " ^8.1" ,
8
+ "illuminate/session" : " ^10.0" ,
9
+ "mongodb/laravel-mongodb" : " dev-master"
9
10
},
10
11
"license" : " MIT" ,
11
12
"authors" : [
You can’t perform that action at this time.
0 commit comments