diff --git a/composer.json b/composer.json index 336dca2..016ae65 100644 --- a/composer.json +++ b/composer.json @@ -10,19 +10,19 @@ } ], "require": { - "php": ">=7.4" + "php": ">=7.4.33" }, "minimum-stability": "dev", "prefer-stable": true, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.2", "wp-coding-standards/wpcs": "^2.3", - "squizlabs/php_codesniffer": "^3.7", - "phpcompatibility/php-compatibility": "^9.3", - "php-parallel-lint/php-parallel-lint": "^1.3", + "squizlabs/php_codesniffer": "^3.7.2", + "phpcompatibility/php-compatibility": "^9.3.5", + "php-parallel-lint/php-parallel-lint": "^1.3.2", "php-parallel-lint/php-console-highlighter": "^0.5.0", - "friendsofphp/php-cs-fixer": "^3.10", - "phpcompatibility/phpcompatibility-wp": "*", + "friendsofphp/php-cs-fixer": "^3.26.0", + "phpcompatibility/phpcompatibility-wp": "2.1.4", "automattic/phpcs-neutron-ruleset": "^3.4", "saggre/phpdocumentor-markdown": "^0.1.3" },