Skip to content

Commit 040a977

Browse files
minor #15173 [2.8] Fix lowest deps (nicolas-grekas)
This PR was merged into the 2.8 branch. Discussion ---------- [2.8] Fix lowest deps | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Looks like that by testing the lowest deps on 5.3, we missed some constraints in our test suite. Commits ------- a036a77 [2.8] Fix lowest deps
2 parents fe1980d + 9a879c1 commit 040a977

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"require-dev": {
2424
"symfony/phpunit-bridge": "~2.7|~3.0.0",
2525
"symfony/browser-kit": "~2.4|~3.0.0",
26+
"symfony/config": "~2.8|~3.0.0",
2627
"symfony/console": "~2.7|~3.0.0",
2728
"symfony/css-selector": "~2.0,>=2.0.5|~3.0.0",
2829
"symfony/dependency-injection": "~2.6,>=2.6.6|~3.0.0",

0 commit comments

Comments
 (0)