-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcomposer.json
More file actions
58 lines (58 loc) · 1.29 KB
/
composer.json
File metadata and controls
58 lines (58 loc) · 1.29 KB
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
49
50
51
52
53
54
55
56
57
58
{
"name": "punic/data",
"description": "PHP-Unicode CLDR - Data",
"keywords": [
"localization",
"l10n",
"internationalization",
"i18n",
"translations",
"translate",
"php",
"unicode",
"cldr",
"calendar",
"date-time",
"date",
"time"
],
"homepage": "https://github.com/punic/data",
"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"
},
{
"name": "Christian Schmidt",
"email": "github@chsc.dk",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"Punic\\DataBuilder\\": "src/"
}
},
"require": {
"php": "^8.1",
"illuminate/container": "^9.35",
"symfony/console": "^6.1"
},
"config": {
"optimize-autoloader": true,
"platform": {
"php": "8.1.11"
},
"sort-packages": true
},
"bin": [
"bin/punic-data-builder"
]
}