Skip to content

Commit 1bffaf2

Browse files
committed
update quality tools
1 parent e81dfc8 commit 1bffaf2

File tree

4 files changed

+2647
-670
lines changed

4 files changed

+2647
-670
lines changed

composer.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,22 @@
1212
"type" : "wordpress-plugin",
1313
"require" : {
1414
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
15-
"composer/installers": "^1.10"
15+
"composer/installers": "^1.0 || ^2.0"
1616
},
1717
"require-dev": {
18-
"php-parallel-lint/php-parallel-lint": "^1.2",
19-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
20-
"phpcompatibility/php-compatibility": "^9.3",
21-
"phpro/grumphp-shim": "^1.3",
22-
"squizlabs/php_codesniffer": "^3.5",
23-
"wp-coding-standards/wpcs": "^2.3",
24-
"overtrue/phplint": "^2.3",
2518
"wp-phpunit/wp-phpunit": "^6.5",
26-
"yoast/phpunit-polyfills": "^1.1.0"
19+
"yoast/phpunit-polyfills": "^1.1.0",
20+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
21+
"overtrue/phplint": "^9.0",
22+
"php-parallel-lint/php-parallel-lint": "^1.4",
23+
"phpcompatibility/phpcompatibility-wp": "^2.1",
24+
"phpro/grumphp-shim": "^2.6",
25+
"roave/security-advisories": "dev-latest",
26+
"wp-coding-standards/wpcs": "^3.1"
2727
},
2828
"scripts": {
2929
"cs": "./vendor/bin/phpcs",
30-
"cbf": "./vendor/bin/phpcbf",
31-
"psalm": "./vendor/bin/psalm"
30+
"cbf": "./vendor/bin/phpcbf"
3231
},
3332
"config": {
3433
"optimize-autoloader": true,

0 commit comments

Comments
 (0)