Skip to content

Commit

Permalink
Merge pull request #10 from Slavamnem/SUPPOR-96996
Browse files Browse the repository at this point in the history
support for symfony/config ^5.0
  • Loading branch information
mSprunskas authored Apr 2, 2024
2 parents 0591ae9 + eacd17b commit 52db1f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.0.2
### Added
- Support for symfony/config ^5.0

## 2.0.1
### Added
- Support for PHP >=7.1
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require": {
"php": ">=7.1",
"symfony/lock": "^v3.4 || ^4.4 || ^5.4",
"symfony/config": "^3.0 || ^4.0",
"symfony/config": "^3.0 || ^4.0 || ^5.0",
"symfony/dependency-injection": "^3.0 || ^4.0 || ^5.0",
"symfony/http-kernel": "^3.0 || ^4.0 || ^5.0",
"symfony/yaml": "^4.0 || ^5.0 || ^6.0 || ^7.0",
Expand Down

0 comments on commit 52db1f4

Please sign in to comment.