فهرست منبع

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