Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f75723f

Browse filesBrowse files
[TwigBundle] bump lowest deps to fix issue with "double-colon" controller service refs
1 parent ac74c9a commit f75723f
Copy full SHA for f75723f

File tree

1 file changed

+6
-6
lines changed
Filter options

1 file changed

+6
-6
lines changed

‎src/Symfony/Bundle/TwigBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/composer.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@
1919
"php": "^7.1.3",
2020
"symfony/config": "~3.4|~4.0",
2121
"symfony/twig-bridge": "^3.4.3|^4.0.3",
22-
"symfony/http-foundation": "~3.4|~4.0",
23-
"symfony/http-kernel": "~3.4|~4.0",
22+
"symfony/http-foundation": "~4.1",
23+
"symfony/http-kernel": "~4.1",
2424
"symfony/polyfill-ctype": "~1.8",
2525
"twig/twig": "~1.34|~2.4"
2626
},
2727
"require-dev": {
2828
"symfony/asset": "~3.4|~4.0",
2929
"symfony/stopwatch": "~3.4|~4.0",
30-
"symfony/dependency-injection": "~3.4|~4.0",
30+
"symfony/dependency-injection": "~4.1",
3131
"symfony/expression-language": "~3.4|~4.0",
3232
"symfony/finder": "~3.4|~4.0",
3333
"symfony/form": "~3.4|~4.0",
3434
"symfony/routing": "~3.4|~4.0",
3535
"symfony/templating": "~3.4|~4.0",
3636
"symfony/yaml": "~3.4|~4.0",
37-
"symfony/framework-bundle": "~3.4|~4.0",
37+
"symfony/framework-bundle": "~4.1",
3838
"symfony/web-link": "~3.4|~4.0",
3939
"doctrine/annotations": "~1.0",
4040
"doctrine/cache": "~1.0"
4141
},
4242
"conflict": {
43-
"symfony/dependency-injection": "<3.4",
44-
"symfony/event-dispatcher": "<3.4"
43+
"symfony/dependency-injection": "<4.1",
44+
"symfony/framework-bundle": "<4.1"
4545
},
4646
"autoload": {
4747
"psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" },

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.