-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 610 Bytes
/
Copy pathcomposer.json
File metadata and controls
30 lines (30 loc) · 610 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
{
"name": "log1x/modern-acf-options",
"type": "wordpress-muplugin",
"license": "MIT",
"description": "A modern take on ACF Theme Options",
"keywords": [
"wordpress",
"wp-admin",
"acf",
"theme-options"
],
"require": {
"php": ">=7.1.3"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.5"
},
"scripts": {
"lint": [
"phpcs --ignore=vendor --extensions=php --standard=PSR12 ."
]
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}