This repository was archived by the owner on Jul 31, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +17
-14
lines changed Expand file tree Collapse file tree 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 "
22
33on :
44 push :
5- branches : [ v4 .x ]
5+ branches : [ v5 .x ]
66
77 pull_request :
8- branches : [ v4 .x ]
8+ branches : [ v5 .x ]
99
1010jobs :
1111 tests :
@@ -14,10 +14,10 @@ jobs:
1414 strategy :
1515 fail-fast : false
1616 matrix :
17- php : [ 8.0, 8. 1 ]
18- laravel : [ 9 .* ]
17+ php : [ 8.1 ]
18+ laravel : [ 10 .* ]
1919 include :
20- - laravel : 9 .*
20+ - laravel : 10 .*
2121
2222 name : P${{ matrix.php }} - L${{ matrix.laravel }}
2323
Original file line number Diff line number Diff line change 1+ php8.1
Original file line number Diff line number Diff line change 33A MongoDB session driver for Laravel
44
55| ** 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 |
1112
1213Installation
1314------------
Original file line number Diff line number Diff line change 22 "name" : " 1ff/laravel-mongodb-session" ,
33 "description" : " A mongodb session driver for laravel" ,
44 "type" : " library" ,
5- "version" : " 4 .0.1" ,
5+ "version" : " 5 .0.1" ,
66 "require" : {
7- "jenssegers/mongodb" : " ~3.9" ,
8- "illuminate/session" : " ^9.0"
7+ "php" : " ^8.1" ,
8+ "illuminate/session" : " ^10.0" ,
9+ "mongodb/laravel-mongodb" : " 4.0.0-ALPHA2"
910 },
1011 "license" : " MIT" ,
1112 "authors" : [
You can’t perform that action at this time.
0 commit comments