-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
47 lines (47 loc) · 1.27 KB
/
Copy pathcomposer.json
File metadata and controls
47 lines (47 loc) · 1.27 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
{
"name": "kevinpirnie/security-header-generator",
"description": "Security Header Generator",
"version": "6.0.75",
"type": "project",
"homepage": "https://kevinpirnie.com/",
"readme": "readme.txt",
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"funding": [
{
"type": "paypal",
"url": "https://www.paypal.biz/kevinpirnie"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/kevinpirnie"
}
],
"authors": [
{
"name": "Kevin Pirnie",
"email": "iam@kevinpirnie.com",
"role": "Developer"
}
],
"support": {
"email": "iam@kevinpirnie.com",
"issues": "https://github.com/kpirnie/wpplugin-security-header-generator/issues",
"source": "https://github.com/kpirnie/wpplugin-security-header-generator"
},
"require": {
"php": ">=8.2",
"kevinpirnie/kpt-wpfieldframework": ">=1"
},
"autoload": {
"classmap": [
"work/inc/"
]
},
"config": {
"optimize-autoloader": true,
"classmap-authoritative": true,
"apcu-autoloader": true,
"sort-packages": true
}
}