8000 Merge branch '3.4' into 4.1 · sroze/symfony@1b19d80 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1b19d80

Browse files
Merge branch '3.4' into 4.1
* 3.4: [TwigBridge] fix lowest version of symfony/form
2 parents 1f98703 + 1834352 commit 1b19d80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Symfony/Bridge/Monolog/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"suggest": {
3434
"symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.",
35-
"symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings. You need version ^2.8 of the console for it.",
35+
"symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.",
3636
"symfony/event-dispatcher": "Needed when using log messages in console commands.",
3737
"symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler."
3838
},

src/Symfony/Bridge/Twig/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/asset": "~3.4|~4.0",
2424
"symfony/dependency-injection": "~3.4|~4.0",
2525
"symfony/finder": "~3.4|~4.0",
26-
"symfony/form": "^4.1.2",
26+
"symfony/form": "^4.1.5",
2727
"symfony/http-foundation": "~3.4|~4.0",
2828
"symfony/http-kernel": "~3.4|~4.0",
2929
"symfony/polyfill-intl-icu": "~1.0",

0 commit comments

Comments
 (0)
0