Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6b75b9

Browse files
committed
[Intl] Changed composer.json to disallow future versions of the Icu component
1 parent 080c880 commit f6b75b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"symfony/icu": ">=1.0",
20+
"symfony/icu": "~1.0",
2121
"doctrine/common": "~2.2",
2222
"twig/twig": "~1.11",
2323
"psr/log": "~1.0"

src/Symfony/Component/Intl/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
"require": {
2727
"php": ">=5.3.3",
28-
"symfony/icu": ">=1.0"
28+
"symfony/icu": "~1.0"
2929
},
3030
"require-dev": {
3131
"symfony/filesystem": ">=2.1"

0 commit comments

Comments
 (0)