-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
41 lines (41 loc) · 981 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
39
40
41
{
"name": "tfrommen/dobby",
"description": "Dobby, the friendly Admin Elf, takes care of all your (unwanted) admin notices.",
"type": "wordpress-plugin",
"keywords": [
"admin",
"dobby",
"notices"
],
"license": "MIT",
"authors": [
{
"name": "Thorsten Frommen",
"email": "info@tfrommen.de",
"homepage": "https://tfrommen.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/tfrommen/Dobby/issues",
"forum": "https://wordpress.org/support/plugin/wp-dobby/",
"source": "https://github.com/tfrommen/Dobby"
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpcompatibility/php-compatibility": "^9.0",
"squizlabs/php_codesniffer": "^3.5",
"wp-coding-standards/wpcs": "^2.3"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
}
}