Skip to content

Commit 8694594

Browse files
authored
Adding support for Symfony 6 (#56)
* Adding support for Symfony 6 * Updated changelogs
1 parent e410851 commit 8694594

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### Added
66

77
- Added better session handling
8+
- Add support for Symfony 6
89

910
## 0.1.0
1011

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"nyholm/psr7": "^1.4",
1414
"spiral/roadrunner": "^2.0",
1515
"symfony/psr-http-message-bridge": "^2.1",
16-
"symfony/runtime": "^5.3"
16+
"symfony/runtime": "^5.3 || ^6.0"
1717
},
1818
"require-dev": {
19-
"symfony/phpunit-bridge": "^5.2"
19+
"symfony/phpunit-bridge": "^5.3"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)