8000 minor #29337 [Cache] fix deps (nicolas-grekas) · symfony/symfony@63ed84b · GitHub
[go: up one dir, main page]

Skip to content

Commit 63ed84b

Browse files
committed
minor #29337 [Cache] fix deps (nicolas-grekas)
This PR was merged into the 4.2 branch. Discussion ---------- [Cache] fix deps | Q | A | ------------- | --- | Branch? | 4.2 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 069693f [Cache] fix deps
2 parents 721304e + 069693f commit 63ed84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Cache/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"doctrine/dbal": "~2.5",
3535
"predis/predis": "~1.1",
3636
"symfony/config": "~4.2",
37-
"symfony/dependency-injection": "~3.4",
37+
"symfony/dependency-injection": "~3.4|~4.1",
3838
"symfony/var-dumper": "^4.1.1"
3939
},
4040
"conflict": {

0 commit comments

Comments
 (0)
0