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 4
4
5
5
### Fixed
6
6
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
8
12
9
13
## 0.1.0
10
14
Original file line number Diff line number Diff line change 10
10
}
11
11
],
12
12
"require" : {
13
- "symfony/runtime" : " ^5.3"
13
+ "symfony/runtime" : " ^5.3 || ^6.0 "
14
14
},
15
15
"require-dev" : {
16
16
"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 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
You can’t perform that action at this time.
0 commit comments