forked from FacundoCerezo/wplang
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 797 Bytes
/
composer.json
File metadata and controls
34 lines (34 loc) · 797 Bytes
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": "mindtwo/wplang",
"description": "Composer plugin to download translation files from wordpress.org",
"license": "GPL-2.0+",
"type": "composer-plugin",
"authors": [
{
"name": "Mirai DEV Team",
"email": "dev@mirai.com"
},
{
"name": "Bjørn Johansen",
"email": "post@bjornjohansen.no"
},
{
"name": "Facundo Cerezo",
"email": "facundomcerezo@gmail.com"
}
],
"require": {
"composer-plugin-api": "^1.0 || ^2.0"
},
"require-dev": {
"composer/composer": "^2.0"
},
"autoload": {
"psr-4": {
"Mirai\\Wplang\\": "src"
}
},
"extra": {
"class": "Mirai\\Wplang\\Wplang"
}
}