Skip to content

Commit 5f73f6a

Browse files
Drop Symfony v5.0 support (#14)
1 parent 3badde6 commit 5f73f6a

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
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"

0 commit comments

Comments
 (0)