Skip to content

Commit cee14c4

Browse files
authored
Remove explicit dependency to symfony/http-kernel as it's not used directly (#3446)
1 parent 3a87726 commit cee14c4

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
"illuminate/database": "^10.30|^11|^12",
3232
"illuminate/events": "^10.0|^11|^12",
3333
"illuminate/support": "^10.0|^11|^12",
34-
"mongodb/mongodb": "^1.21|^2",
35-
"symfony/http-foundation": "^6.4|^7"
34+
"mongodb/mongodb": "^1.21|^2"
3635
},
3736
"require-dev": {
3837
"laravel/scout": "^10.3",

src/Session/MongoDbSessionHandler.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
<?php
22

3-
/*
4-
* This file is part of the Symfony package.
5-
*
6-
* (c) Fabien Potencier <[email protected]>
7-
*
8-
* For the full copyright and license information, please view the LICENSE
9-
* file that was distributed with this source code.
10-
*/
11-
123
namespace MongoDB\Laravel\Session;
134

145
use Illuminate\Session\DatabaseSessionHandler;

0 commit comments

Comments
 (0)