Преглед изворни кода

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

Igor Wiedler пре 13 година
родитељ
комит
9c8f100c11
1 измењених фајлова са 1 додато и 1 уклоњено
  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"
     }
 }