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
35
36
37
38
39
40
41
42
43
44
45
46
47
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": "*"
}
}
|