-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
31 lines (31 loc) · 1.05 KB
/
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": "mociof/campi-moduli-italiani",
"description": "A wordpress plugin to create fields in Contact Form 7 e WPForms useful for Italian websites",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Giuseppe Foti",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require-dev": {
"szepeviktor/phpstan-wordpress": "^1.3",
"wp-coding-standards/wpcs": "^3.0.1",
"phpcompatibility/phpcompatibility-wp": "^2.1.4",
"phpstan/phpstan": "^1.10.39",
"phpstan/extension-installer": "^1.3",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"phpunit/phpunit": "^9.6.13",
"yoast/phpunit-polyfills": "^1.1.0",
"phpcompatibility/php-compatibility": "^9.3.5",
"nimut/phpunit-merger": "^2.0"
},
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
}
}