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 authored Jun 11, 2021
1 parent 238ce4d commit caafeb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@

### Fixed

- Fixed case of SERVER variables and added request headers.
- Fixed case of SERVER variables and added request headers

### Added

- Add support for Symfony 6

## 0.1.0

Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require": {
"symfony/runtime": "^5.3"
"symfony/runtime": "^5.3 || ^6.0"
},
"require-dev": {
"swoole/ide-helper": "^4.6",
"symfony/http-foundation": "^4.4 || ^5.2",
"symfony/http-kernel": "^4.4 || ^5.2",
"symfony/phpunit-bridge": "^5.2"
"symfony/http-foundation": "^4.4 || ^5.2 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.2 || ^6.0",
"symfony/phpunit-bridge": "^5.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit caafeb0

Please sign in to comment.