-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1.08 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "unwiredbrain/polyglot",
"type": "library",
"description": "A localization, pluralization and interpolation library for PHP.",
"keywords": ["polyglot", "localization", "pluralization", "interpolation", "internationalization", "l10n", "i18n"],
"homepage": "https://github.com/unwiredbrain/polyglot",
"license": "MIT",
"authors": [
{
"name": "Massimo Lombardo",
"email": "[email protected]",
"homepage": "http://unwiredbrain.com",
"role": "developer"
},
{
"name": "The Polyglot contributors",
"homepage": "https://github.com/unwiredbrain/polyglot/contributors",
"role": "developer"
}
],
"support": {
"issues": "https://github.com/unwiredbrain/polyglot/issues",
"wiki": "https://github.com/unwiredbrain/polyglot/wiki",
"source": "https://github.com/unwiredbrain/polyglot"
},
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {
"Polyglot\\": "src/"
}
}
}