-
Notifications
You must be signed in to change notification settings - Fork 18
/
composer.json
38 lines (38 loc) · 877 Bytes
/
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
35
36
37
38
{
"name": "afragen/git-updater-translations",
"description": "Translation language packs for Git Updater plugin",
"type": "library",
"keywords": [
"git-updater",
"language packs",
"translations"
],
"license": "MIT",
"authors": [
{
"name": "Andy Fragen",
"email": "[email protected]",
"homepage": "https://thefragens.com",
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/afragen/git-updater-translations"
}
],
"support": {
"issues": "https://github.com/afragen/git-updater-translations/issues",
"source": "https://github.com/afragen/git-updater-translations"
},
"prefer-stable": true,
"require": {
"afragen/language-pack-maker": "dev-master"
},
"scripts": {
"post-update-cmd": [
"php ./vendor/autoload.php"
]
}
}