Explorar o código

[composer] change ext/intl to the new ext-intl syntax

Igor Wiedler %!s(int64=13) %!d(string=hai) anos
pai
achega
9c8f100c11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Symfony/Component/Locale/composer.json

+ 1 - 1
src/Symfony/Component/Locale/composer.json

@@ -20,6 +20,6 @@
         "php": ">=5.3.2"
     },
     "suggest": {
-        "ext/intl": ">=5.3.2"
+        "ext-intl": ">=5.3.2"
     }
 }