|
11 | 11 | ], |
12 | 12 | "minimum-stability": "stable", |
13 | 13 | "require": { |
14 | | - "php": ">=7.4" |
| 14 | + "php": ">=8.1" |
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.*", |
| 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.*" |
28 | 28 | }, |
29 | 29 | "scripts": { |
30 | 30 | "phpcs": "phpcs --standard=phpcs.xml", |
|
0 commit comments