bug #27702 [TwigBundle] bump lowest deps to fix issue with "double-colon" controller service refs (nicolas-grekas)

This PR was merged into the 4.1 branch.

Discussion
----------

[TwigBundle] bump lowest deps to fix issue with "double-colon" controller service refs

| Q             | A
| ------------- | ---
| Branch?       | 4.1
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #27645
| License       | MIT
| Doc PR        | -

Bumping http-kernel to ~4.1 and conflicting with framework-bundle <4.1.
The rest is transitivity.

Commits
-------

f75723f38a [TwigBundle] bump lowest deps to fix issue with "double-colon" controller service refs
This commit is contained in:
Nicolas Grekas 2018-06-25 12:07:49 +02:00
commit 467dce15f8

View File

@ -19,29 +19,29 @@
"php": "^7.1.3",
"symfony/config": "~3.4|~4.0",
"symfony/twig-bridge": "^3.4.3|^4.0.3",
"symfony/http-foundation": "~3.4|~4.0",
"symfony/http-kernel": "~3.4|~4.0",
"symfony/http-foundation": "~4.1",
"symfony/http-kernel": "~4.1",
"symfony/polyfill-ctype": "~1.8",
"twig/twig": "~1.34|~2.4"
},
"require-dev": {
"symfony/asset": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/dependency-injection": "~4.1",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/form": "~3.4|~4.0",
"symfony/routing": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
"symfony/yaml": "~3.4|~4.0",
"symfony/framework-bundle": "~3.4|~4.0",
"symfony/framework-bundle": "~4.1",
"symfony/web-link": "~3.4|~4.0",
"doctrine/annotations": "~1.0",
"doctrine/cache": "~1.0"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<3.4"
"symfony/dependency-injection": "<4.1",
"symfony/framework-bundle": "<4.1"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" },