-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 952 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
{
"name": "globalis/wp-unhooked",
"description": "Unhook things we don't want from WordPress core",
"type": "library",
"license": "GPL-2.0",
"homepage": "https://github.com/globalis-ms/wp-unhooked",
"authors": [
{
"name": "Pierre Dargham",
"homepage": "https://github.com/pierre-dargham/"
},
{
"name": "GLOBALIS media systems",
"homepage": "https://www.globalis-ms.com/"
}
],
"keywords": [
"wordpress", "unhook", "disable", "optimize", "clean", "wp", "admin"
],
"support": {
"issues": "https://github.com/globalis-ms/wp-unhooked/issues"
},
"require": {
"php": ">=8.0"
},
"require": {
"globalis/wp-cubi-helpers": "^1.0.5"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7.1"
},
"autoload": {
"files": [
"autoload.php"
]
}
}