|
14 | 14 | "php": ">=7.4" |
15 | 15 | }, |
16 | 16 | "require-dev": { |
17 | | - "phpunit/phpunit": "^9.*", |
18 | | - "yoast/phpunit-polyfills": "^2.*", |
19 | | - "squizlabs/php_codesniffer": "^3.*", |
20 | | - "wp-coding-standards/wpcs": "^3.*", |
21 | | - "phpcsstandards/phpcsextra": "^1.*", |
22 | | - "dealerdirect/phpcodesniffer-composer-installer": "^1.*", |
23 | | - "friendsofphp/php-cs-fixer": "^3.*", |
24 | | - "php-stubs/wordpress-stubs": "^6.*", |
25 | | - "szepeviktor/phpstan-wordpress": "^2.*", |
26 | | - "phpstan/phpstan": "^2.*", |
27 | | - "phpcompatibility/phpcompatibility-wp": "^2.*" |
| 17 | + "phpunit/phpunit": "^9.0", |
| 18 | + "yoast/phpunit-polyfills": "^2.0", |
| 19 | + "squizlabs/php_codesniffer": "^3.7", |
| 20 | + "wp-coding-standards/wpcs": "^3.3", |
| 21 | + "phpcsstandards/phpcsextra": "^1.5", |
| 22 | + "dealerdirect/phpcodesniffer-composer-installer": "^1.2", |
| 23 | + "friendsofphp/php-cs-fixer": "^3.94", |
| 24 | + "php-stubs/wordpress-stubs": "^6.9", |
| 25 | + "szepeviktor/phpstan-wordpress": "^2.0", |
| 26 | + "phpstan/phpstan": "^2.1", |
| 27 | + "phpcompatibility/phpcompatibility-wp": "^2.1" |
28 | 28 | }, |
29 | 29 | "scripts": { |
30 | 30 | "phpcs": "phpcs --standard=phpcs.xml", |
|
0 commit comments