summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-22 13:57:44 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-22 13:57:44 +0100
commit01f543c87c84f6334ed9bcb401356893a03fa832 (patch)
tree14d8490d70b5a48df4b07085939bb343df9e9f2b /composer.json
parent65d859c12ace1313e130f0722c8cb3abd8c2a51a (diff)
php-punic: 1.6.4
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..88c4b42
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,48 @@
+{
+ "name": "punic/punic",
+ "description": "PHP-Unicode CLDR",
+ "keywords": [
+ "localization",
+ "l10n",
+ "internationalization",
+ "i18n",
+ "translations",
+ "translate",
+ "php",
+ "unicode",
+ "cldr",
+ "calendar",
+ "date-time",
+ "date",
+ "time"
+ ],
+ "homepage": "https://github.com/punic/punic",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Michele Locati",
+ "email": "mlocati@gmail.com",
+ "role": "Developer"
+ },
+ {
+ "name": "Remo Laubacher",
+ "email": "remo.laubacher@gmail.com",
+ "role": "Collaborator, motivator and perfectionist supporter"
+ }
+ ],
+ "autoload": {
+ "psr-4": {
+ "Punic\\": "code/"
+ }
+ },
+ "require": {
+ "php": ">=5.3"
+ },
+ "require-dev": {
+ "apigen/apigen": "4.0.*"
+ },
+ "replace": {
+ "punic/common": "*",
+ "punic/calendar": "*"
+ }
+}