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 2
2
3
3
## NOT RELEASED
4
4
5
+ ### Added
6
+
7
+ - Support for Symfony 8
8
+
5
9
## 1.14.0
6
10
7
11
### Added
Original file line number Diff line number Diff line change 14
14
"require" : {
15
15
"php" : " ^7.2.5 || ^8.0" ,
16
16
"async-aws/core" : " ^1.0" ,
17
- "symfony/config" : " ^4.4 || ^5.0 || ^6.0 || ^7.0" ,
18
- "symfony/dependency-injection" : " ^4.4 || ^5.0 || ^6.0 || ^7.0" ,
19
- "symfony/http-kernel" : " ^4.4 || ^5.0 || ^6.0 || ^7.0"
17
+ "symfony/config" : " ^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0 " ,
18
+ "symfony/dependency-injection" : " ^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0 " ,
19
+ "symfony/http-kernel" : " ^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0 "
20
20
},
21
21
"require-dev" : {
22
22
"async-aws/s3" : " ^1.0 || ^2.0" ,
25
25
"async-aws/ssm" : " ^1.0 || ^2.0" ,
26
26
"matthiasnoback/symfony-config-test" : " ^4.1 || ^5.0" ,
27
27
"nyholm/symfony-bundle-test" : " ^3.0" ,
28
- "symfony/cache" : " ^4.4 || ^5.0 || ^6.0 || ^7.0"
28
+ "symfony/cache" : " ^4.4 || ^5.0 || ^6.0 || ^7.0 || ^8.0 "
29
29
},
30
30
"autoload" : {
31
31
"psr-4" : {
39
39
},
40
40
"extra" : {
41
41
"branch-alias" : {
42
- "dev-master" : " 1.14 -dev"
42
+ "dev-master" : " 1.15 -dev"
43
43
}
44
44
}
45
45
}
You can’t perform that action at this time.
0 commit comments