summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-01-16 14:40:16 +0100
committerRemi Collet <remi@remirepo.net>2018-01-16 14:40:16 +0100
commit45b1172ac143d5d20002de8bad329a152f42b37f (patch)
tree8ed00e46ca8a0a7332f300b192e0edcf6b135145 /composer.json
parent25de79841f21238e7ea71f3b7ef328600e37acb8 (diff)
ass backport stuff
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..3d5911d
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,46 @@
+{
+ "name" : "gettext/languages",
+ "description" : "gettext languages with plural rules",
+ "keywords" : [
+ "localization",
+ "l10n",
+ "internationalization",
+ "i18n",
+ "translations",
+ "translate",
+ "php",
+ "unicode",
+ "cldr",
+ "language",
+ "languages",
+ "plural",
+ "plurals",
+ "plural rules"
+ ],
+ "homepage" : "https://github.com/mlocati/cldr-to-gettext-plural-rules",
+ "license" : "MIT",
+ "authors" : [{
+ "name" : "Michele Locati",
+ "email" : "mlocati@gmail.com",
+ "role" : "Developer"
+ }
+ ],
+ "autoload" : {
+ "psr-4" : {
+ "Gettext\\Languages\\" : "src/"
+ }
+ },
+ "require" : {
+ "php" : ">=5.3"
+ },
+ "require-dev": {
+ "phpunit/phpunit": "^4"
+ },
+ "scripts": {
+ "test": "phpunit"
+ },
+ "bin" : [
+ "bin/export-plural-rules",
+ "bin/export-plural-rules.php"
+ ]
+} \ No newline at end of file