-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 801 Bytes
/
Copy pathcomposer.json
File metadata and controls
31 lines (31 loc) · 801 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
{
"name": "rabindratharu/elementify",
"type": "wordpress-theme",
"description": "A base theme for WordPress development.",
"homepage": "https://github.com/rabindratharu/blank-theme",
"license": "MIT",
"require": {
"php": ">=7.4"
},
"require-dev": {
"automattic/vipwpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"sirbrillig/phpcs-variable-analysis": "^2.8",
"wp-coding-standards/wpcs": "^2.3",
"wp-cli/i18n-command": "^2.6"
},
"config": {
"discard-changes": true,
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"phpcbf": "phpcbf",
"phpcs": "phpcs"
}
}