forked from brainstormforce/header-footer-elementor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 784 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
{
"name": "nikschavan/header-footer-elementor",
"description": "Create Header and Footer using Elementor page builder.",
"require": {
"brainstormforce/astra-notices": "^1.1"
},
"extra": {
"installer-paths": {
"inc/lib/{$name}/": [
"brainstormforce/astra-notices"
]
}
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"wp-coding-standards/wpcs": "^2.3",
"phpcompatibility/phpcompatibility-wp": "*",
"automattic/vipwpcs": "^2.3"
},
"scripts": {
"format": "phpcbf",
"lint": "phpcs"
},
"config": {
"allow-plugins": {
"composer/installers": true,
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
}