summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-11 11:15:22 +0200
committerRemi Collet <remi@remirepo.net>2018-06-11 11:15:22 +0200
commit79304342a276e62abd5b46385dacda0b3c8b9459 (patch)
tree94a76497b3cb7e671898d8f9e63554343f7c74a8 /composer.json
new packageHEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..6366d0a
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,35 @@
+{
+ "name": "aura/intl",
+ "type": "library",
+ "description": "The Aura Intl package provides internationalization tools, specifically message translation.",
+ "keywords": [
+ "intl",
+ "internationalization",
+ "i18n",
+ "l10n",
+ "localization",
+ "globalization",
+ "g11n"
+ ],
+ "homepage": "https://github.com/auraphp/Aura.Intl",
+ "license": "MIT",
+ "authors": [
+ {
+ "name": "Aura.Intl Contributors",
+ "homepage": "https://github.com/auraphp/Aura.Intl/contributors"
+ }
+ ],
+ "require": {
+ "php": "^5.6|^7.0"
+ },
+ "autoload": {
+ "psr-4": {
+ "Aura\\Intl\\": "src/"
+ }
+ },
+ "autoload-dev": {
+ "psr-4": {
+ "Aura\\Intl\\": "tests/"
+ }
+ }
+}