Skip to content

Commit 376e791

Browse files
committed
bug #1031 require symfony/polyfill-intl-messageformatter (dmaicher)
This PR was merged into the master branch. Discussion ---------- require symfony/polyfill-intl-messageformatter Fixes #1026 Commits ------- 1dffa66 require symfony/polyfill-intl-messageformatter
2 parents 0a57f82 + 1dffa66 commit 376e791

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"symfony/framework-bundle": "*",
2323
"symfony/intl": "*",
2424
"symfony/monolog-bundle": "^3.1",
25+
"symfony/polyfill-intl-messageformatter": "^1.12",
2526
"symfony/polyfill-php72": "^1.8",
2627
"symfony/security-bundle": "*",
2728
"symfony/swiftmailer-bundle": "^3.1",

composer.lock

Lines changed: 64 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

symfony.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,9 @@
318318
"symfony/polyfill-intl-idn": {
319319
"version": "v1.10.0"
320320
},
321+
"symfony/polyfill-intl-messageformatter": {
322+
"version": "v1.12.0"
323+
},
321324
"symfony/polyfill-mbstring": {
322325
"version": "1.9-dev"
323326
},

0 commit comments

Comments
 (0)