Skip to content

Commit 3f5f62d

Browse files
authored
Only use supported versions of symfony (#124)
* Only use supported versions of symfony * Update chnagelog
1 parent 7f179a0 commit 3f5f62d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v4.1.0
4+
5+
- Support for Symfony 5.
6+
37
## v4.0.0
48

59
- Added support for PHPUnit 8.0

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"require": {
1616
"php": "^7.2",
1717
"matthiasnoback/symfony-config-test": "^4.0.1",
18-
"symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0",
19-
"symfony/config": "^3.4 || ^4.0 || ^5.0",
20-
"symfony/yaml": "^3.4 || ^4.0 || ^5.0"
18+
"symfony/dependency-injection": "^3.4 || ^4.4 || ^5.0",
19+
"symfony/config": "^3.4 || ^4.4 || ^5.0",
20+
"symfony/yaml": "^3.4 || ^4.4 || ^5.0"
2121
},
2222
"require-dev": {
2323
"phpunit/phpunit": "^8.0"

0 commit comments

Comments
 (0)