-
Notifications
You must be signed in to change notification settings - Fork 3
/
composer.json
37 lines (37 loc) · 990 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": "wpzoom/wpzoom-elementor-addons",
"description": "This plugin provides a collection of Elementor page builder custom templates and widgets for WordPress themes.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "WPZOOM",
"email": "[email protected]"
},
{
"name": "Alexei Samarschi",
"email": "[email protected]"
}
],
"require": {
"php": ">=7.1"
},
"config": {
"platform": {
"php": "7.1"
}
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"wp-coding-standards/wpcs": "^2.3.0",
"phpcompatibility/phpcompatibility-wp": "2.1.0",
"squizlabs/php_codesniffer": "^3.5.8",
"phpstan/phpstan": "^0.12.51",
"szepeviktor/phpstan-wordpress": "^0.6.6"
},
"scripts": {
"format": "@php ./vendor/bin/phpcbf",
"lint": "@php ./vendor/bin/phpcs",
"phpstan": "@php vendor/bin/phpstan analyse"
}
}