diff --git a/composer.json b/composer.json index 336dca2..6df94af 100644 --- a/composer.json +++ b/composer.json @@ -10,21 +10,21 @@ } ], "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.10.2", + "phpcompatibility/php-compatibility": "^9.3.5", + "php-parallel-lint/php-parallel-lint": "^1.4.0", "php-parallel-lint/php-console-highlighter": "^0.5.0", - "friendsofphp/php-cs-fixer": "^3.10", - "phpcompatibility/phpcompatibility-wp": "*", + "friendsofphp/php-cs-fixer": "^3.62.0", + "phpcompatibility/phpcompatibility-wp": "2.1.5", "automattic/phpcs-neutron-ruleset": "^3.4", - "saggre/phpdocumentor-markdown": "^0.1.3" + "saggre/phpdocumentor-markdown": "^0.1.4" }, "scripts": { "lint": "phpcs .",