浏览代码

[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"
     }
 }