File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ NOT RELEASED]
4
4
5
+ ### Added
6
+
7
+ - Add support for Symfony 7
8
+
5
9
## 0.3.1
6
10
7
11
### Fixed
Original file line number Diff line number Diff line change 17
17
"psr/http-server-handler" : " ^1.0" ,
18
18
"riverline/multipart-parser" : " ^2.0.9" ,
19
19
"runtime/bref-layer" : " ^1.3" ,
20
- "symfony/runtime" : " ^5.4 || ^6.0"
20
+ "symfony/runtime" : " ^5.4 || ^6.0 || ^7.0 "
21
21
},
22
22
"require-dev" : {
23
23
"bref/bref" : " ^1.3" ,
24
24
"guzzlehttp/test-server" : " ^0.1" ,
25
25
"phpunit/phpunit" : " ^9.5" ,
26
- "symfony/http-foundation" : " ^5.4 || ^6.0" ,
27
- "symfony/http-kernel" : " ^5.4 || ^6.0"
26
+ "symfony/http-foundation" : " ^5.4 || ^6.0 || ^7.0 " ,
27
+ "symfony/http-kernel" : " ^5.4 || ^6.0 || ^7.0 "
28
28
},
29
29
"minimum-stability" : " dev" ,
30
30
"prefer-stable" : true ,
You can’t perform that action at this time.
0 commit comments