Skip to content

Commit 3badde6

Browse files
Drop Symfony v4.3 support (#13)
1 parent 463c737 commit 3badde6

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
- [#12] Change a red badge of disabled caches to grey
2121

22+
### Removed
23+
24+
- [#13] Drop Symfony v4.3 support
25+
2226
## [v0.2.0] - 2020-02-01
2327

2428
### Added
@@ -54,3 +58,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5458
[#10]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/10
5559
[#11]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/11
5660
[#12]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/12
61+
[#13]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/13

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.3 || ^5.0",
28-
"symfony/dependency-injection": "^3.4 || ^4.3 || ^5.0",
29-
"symfony/http-kernel": "^3.4 || ^4.3 || ^5.0"
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"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "^8.5"

project/composer.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)