Skip to content

Commit 1b96a86

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 02980e4 commit 1b96a86

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
@@ -17,8 +17,8 @@
1717
"symfony/runtime": "^5.3 || ^6.0"
1818
},
1919
"require-dev": {
20-
"symfony/http-foundation": "^4.4 || ^5.2 || ^6.0",
21-
"symfony/http-kernel": "^4.4 || ^5.2 || ^6.0",
20+
"symfony/http-foundation": "^5.3 || ^6.0",
21+
"symfony/http-kernel": "^5.4 || ^6.0",
2222
"symfony/phpunit-bridge": "^5.3"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)