-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
31 lines (31 loc) · 1.03 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": "happyprime/coding-standards",
"description": "Happy Prime coding standards",
"type": "phpcodesniffer-standard",
"license": "GPL-2.0-or-later",
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
}
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "*",
"php": ">=7.4",
"phpcompatibility/phpcompatibility-wp": "*",
"phpcompatibility/php-compatibility": "*",
"sirbrillig/phpcs-variable-analysis": "*",
"wp-coding-standards/wpcs": "*",
"phpstan/phpstan": "^1.10",
"szepeviktor/phpstan-wordpress": "^1.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-phpunit": "^1.3",
"php-stubs/wordpress-tests-stubs": "^6.2",
"php-stubs/wp-cli-stubs": "^2.9",
"phpunit/phpunit": "^5 || ^7 || ^8 || ^9",
"yoast/phpunit-polyfills": "*"
},
"suggest": {
"dealerdirect/phpcodesniffer-composer-installer": "Automatically adds this package's ruleset to the installed_paths option of PHP_CodeSniffer"
}
}