Skip to content

Commit 52db1f4

Browse files
authored
Merge pull request #10 from Slavamnem/SUPPOR-96996
support for symfony/config ^5.0
2 parents 0591ae9 + eacd17b commit 52db1f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## 2.0.2
8+
### Added
9+
- Support for symfony/config ^5.0
10+
711
## 2.0.1
812
### Added
913
- Support for PHP >=7.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": ">=7.1",
1818
"symfony/lock": "^v3.4 || ^4.4 || ^5.4",
19-
"symfony/config": "^3.0 || ^4.0",
19+
"symfony/config": "^3.0 || ^4.0 || ^5.0",
2020
"symfony/dependency-injection": "^3.0 || ^4.0 || ^5.0",
2121
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0",
2222
"symfony/yaml": "^4.0 || ^5.0 || ^6.0 || ^7.0",

0 commit comments

Comments
 (0)