|
12 | 12 | "type" : "wordpress-plugin", |
13 | 13 | "require" : { |
14 | 14 | "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" |
16 | 16 | }, |
17 | 17 | "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", |
25 | 18 | "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" |
27 | 27 | }, |
28 | 28 | "scripts": { |
29 | 29 | "cs": "./vendor/bin/phpcs", |
30 | | - "cbf": "./vendor/bin/phpcbf", |
31 | | - "psalm": "./vendor/bin/psalm" |
| 30 | + "cbf": "./vendor/bin/phpcbf" |
32 | 31 | }, |
33 | 32 | "config": { |
34 | 33 | "optimize-autoloader": true, |
|
0 commit comments