mirror of
https://github.com/symfony/icu.git
synced 2026-03-24 01:02:11 +01:00
Declare dependency on ext/intl
Composer's error messages are confusing if the `intl` extension is not present on a system, and upcoming extension installers (think Pickle integration etc) or other means (my use case: auto-enable intl on Heroku if a dependency needs it) can enable the extension without having to alias "lib-icu" to "ext-intl" somehow.
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"require": {
|
||||
"php": ">=5.3.3",
|
||||
"lib-ICU": ">=4.4",
|
||||
"ext-intl": "*",
|
||||
"symfony/intl": "~2.3"
|
||||
},
|
||||
"autoload": {
|
||||
|
||||
Reference in New Issue
Block a user