Skip to content

Commit 4745e09

Browse files
committed
update php tools
1 parent 926e43c commit 4745e09

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

composer.json

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,24 @@
1616
"preferred-install": {
1717
"*": "dist"
1818
},
19-
"sort-packages": true
19+
"sort-packages": true,
20+
"allow-plugins": {
21+
"composer/installers": true,
22+
"phpro/grumphp-shim": true,
23+
"dealerdirect/phpcodesniffer-composer-installer": true
24+
}
2025
},
2126
"require": {
2227
"composer/installers": "^1.10"
2328
},
2429
"require-dev": {
25-
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
26-
"overtrue/phplint": "^2.3",
27-
"php-parallel-lint/php-parallel-lint": "^1.2",
30+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
31+
"php-parallel-lint/php-parallel-lint": "^1.1",
2832
"phpcompatibility/php-compatibility": "^9.3",
2933
"phpro/grumphp-shim": "^1.3",
30-
"squizlabs/php_codesniffer": "^3.5",
31-
"wp-coding-standards/wpcs": "^2.3"
34+
"phpcsstandards/php_codesniffer": "^3.0",
35+
"vimeo/psalm": "^4.4",
36+
"wp-coding-standards/wpcs": "^3.0"
3237
},
3338
"scripts": {
3439
"cs": "./vendor/bin/phpcs",

0 commit comments

Comments
 (0)