summaryrefslogtreecommitdiffstats
path: root/src/Intl/MessageFormatter/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/Intl/MessageFormatter/composer.json')
-rw-r--r--src/Intl/MessageFormatter/composer.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/Intl/MessageFormatter/composer.json b/src/Intl/MessageFormatter/composer.json
new file mode 100644
index 0000000..1e2137f
--- /dev/null
+++ b/src/Intl/MessageFormatter/composer.json
@@ -0,0 +1,35 @@
+{
+ "name": "symfony/polyfill-intl-messageformatter",
+ "type": "library",
+ "description": "Symfony polyfill for intl's MessageFormatter class and related functions",
+ "keywords": ["polyfill", "shim", "compatibility", "portable", "intl", "messageformatter"],
+ "homepage": "https://symfony.com",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Nicolas Grekas",
+ "email": "p@tchwork.com"
+ },
+ {
+ "name": "Symfony Community",
+ "homepage": "https://symfony.com/contributors"
+ }
+ ],
+ "require": {
+ "php": ">=5.3.3"
+ },
+ "autoload": {
+ "psr-4": { "Symfony\\Polyfill\\Intl\\MessageFormatter\\": "" },
+ "files": [ "bootstrap.php" ],
+ "classmap": [ "Resources/stubs" ]
+ },
+ "suggest": {
+ "ext-intl": "For best performance"
+ },
+ "minimum-stability": "dev",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "1.13-dev"
+ }
+ }
+}