Skip to content

Commit 1ebd6da

Browse files
Remove roadrunner specific session handling (#62)
* Fix removing of session cookie after logout * Remove roadrunner specific session handling * Simplify also the Runner * Remove session reset * Fix php-cs * Increased required versions * Fix tests
1 parent 45febea commit 1ebd6da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"require-dev": {
1616
"illuminate/http": "^8.48",
1717
"swoole/ide-helper": "^4.6",
18-
"symfony/http-foundation": "^4.4 || ^5.2 || ^6.0",
19-
"symfony/http-kernel": "^4.4 || ^5.2 || ^6.0",
18+
"symfony/http-foundation": "^5.3 || ^6.0",
19+
"symfony/http-kernel": "^5.4 || ^6.0",
2020
"symfony/phpunit-bridge": "^5.3"
2121
},
2222
"autoload": {

0 commit comments

Comments
 (0)