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 22
33## NOT RELEASED
44
5+ ### Added
6+
7+ - Support for Symfony 8
8+
59## 1.14.0
610
711### Added
Original file line number Diff line number Diff line change 1414 "require" : {
1515 "php" : " ^7.2.5 || ^8.0" ,
1616 "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 "
2020 },
2121 "require-dev" : {
2222 "async-aws/s3" : " ^1.0 || ^2.0" ,
2525 "async-aws/ssm" : " ^1.0 || ^2.0" ,
2626 "matthiasnoback/symfony-config-test" : " ^4.1 || ^5.0" ,
2727 "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 "
2929 },
3030 "autoload" : {
3131 "psr-4" : {
3939 },
4040 "extra" : {
4141 "branch-alias" : {
42- "dev-master" : " 1.14 -dev"
42+ "dev-master" : " 1.15 -dev"
4343 }
4444 }
4545}
You can’t perform that action at this time.
0 commit comments