File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed
Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 44
55### Fixed
66
7- - Fixed case of SERVER variables and added request headers.
7+ - Fixed case of SERVER variables and added request headers
8+
9+ ### Added
10+
11+ - Add support for Symfony 6
812
913## 0.1.0
1014
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "symfony/runtime" : " ^5.3"
13+ "symfony/runtime" : " ^5.3 || ^6.0 "
1414 },
1515 "require-dev" : {
1616 "swoole/ide-helper" : " ^4.6" ,
17- "symfony/http-foundation" : " ^4.4 || ^5.2" ,
18- "symfony/http-kernel" : " ^4.4 || ^5.2" ,
19- "symfony/phpunit-bridge" : " ^5.2 "
17+ "symfony/http-foundation" : " ^4.4 || ^5.2 || ^6.0 " ,
18+ "symfony/http-kernel" : " ^4.4 || ^5.2 || ^6.0 " ,
19+ "symfony/phpunit-bridge" : " ^5.3 "
2020 },
2121 "autoload" : {
2222 "psr-4" : {
You can’t perform that action at this time.
0 commit comments