Skip to content

Commit

Permalink
Adding support for Symfony 6 (#56)
Browse files Browse the repository at this point in the history
* Adding support for Symfony 6

* Updated changelogs
  • Loading branch information
Nyholm committed Jun 11, 2021
1 parent e410851 commit 8694594
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Added

- Added better session handling
- Add support for Symfony 6

## 0.1.0

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"nyholm/psr7": "^1.4",
"spiral/roadrunner": "^2.0",
"symfony/psr-http-message-bridge": "^2.1",
"symfony/runtime": "^5.3"
"symfony/runtime": "^5.3 || ^6.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.2"
"symfony/phpunit-bridge": "^5.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 8694594

Please sign in to comment.