From 3ccf0aa3633a2cdf9d76ff2a5aff3e6a00feaa35 Mon Sep 17 00:00:00 2001 From: Zemistr Date: Sun, 15 Mar 2015 23:11:13 +0100 Subject: [PATCH] Added composer.json --- composer.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 composer.json 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" + } + } +}