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

Commit 2126548

Browse files
spont4eDevquasarX9
authored andcommitted
Added support for Laravel 10.x (#15)
1 parent 1f354ed commit 2126548

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

composer.json

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,11 @@
22
"name": "1ff/laravel-mongodb-session",
33
"description": "A mongodb session driver for laravel",
44
"type": "library",
5+
"version": "5.0.0",
56
"require": {
67
"php": "^8.1",
78
"illuminate/session": "^10.0",
8-
"mongodb/laravel-mongodb": "^5.0",
9-
"ext-mongodb": "*"
10-
},
11-
"require-dev": {
12-
"phpunit/phpunit": "^10.0",
13-
"orchestra/testbench": "^8.0"
9+
"mongodb/laravel-mongodb": "dev-master"
1410
},
1511
"license": "MIT",
1612
"authors": [
@@ -29,19 +25,11 @@
2925
"ForFit\\Session\\": "src"
3026
}
3127
},
32-
"autoload-dev": {
33-
"psr-4": {
34-
"ForFit\\Session\\Tests\\": "tests"
35-
}
36-
},
3728
"extra": {
3829
"laravel": {
3930
"providers": [
4031
"ForFit\\Session\\SessionServiceProvider"
4132
]
4233
}
43-
},
44-
"scripts": {
45-
"test": "vendor/bin/phpunit"
4634
}
4735
}

0 commit comments

Comments
 (0)