File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222### Removed
2323
2424- [ #13 ] Drop Symfony v4.3 support
25+ - [ #14 ] Drop Symfony v5.0 support
2526
2627## [ v0.2.0] - 2020-02-01
2728
@@ -59,3 +60,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5960[ #11 ] : https://github.com/PabloKowalczyk/CacheStatsBundle/pull/11
6061[ #12 ] : https://github.com/PabloKowalczyk/CacheStatsBundle/pull/12
6162[ #13 ] : https://github.com/PabloKowalczyk/CacheStatsBundle/pull/13
63+ [ #14 ] : https://github.com/PabloKowalczyk/CacheStatsBundle/pull/14
Original file line number Diff line number Diff line change 2424 },
2525 "require" : {
2626 "php" : " >=7.3" ,
27- "symfony/config" : " ^3.4 || ^4.4 || ^5.0 " ,
28- "symfony/dependency-injection" : " ^3.4 || ^4.4 || ^5.0 " ,
29- "symfony/http-kernel" : " ^3.4 || ^4.4 || ^5.0 "
27+ "symfony/config" : " ^3.4 || ^4.4 || ^5.1 " ,
28+ "symfony/dependency-injection" : " ^3.4 || ^4.4 || ^5.1 " ,
29+ "symfony/http-kernel" : " ^3.4 || ^4.4 || ^5.1 "
3030 },
3131 "require-dev" : {
3232 "phpunit/phpunit" : " ^8.5"
You can’t perform that action at this time.
0 commit comments