diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..35aa9f1 --- /dev/null +++ b/composer.json @@ -0,0 +1,26 @@ +{ + "name": "zemistr/l10n", + "description": "Localization and Plurals", + "keywords": [ + "l10n", + "localization", + "plurals" + ], + "homepage": "https://github.com/zemistr/l10n", + "minimum-stability": "stable", + "license": "MIT", + "authors": [ + { + "name": "Martin Zeman (Zemistr)", + "homepage": "http://zemistr.eu" + } + ], + "require": { + "php": ">=5.3.0" + }, + "autoload": { + "psr-4": { + "l10n\\": "src/l10n" + } + } +}