From eacdb3e94f114f61805082629ed4090ce40c5b85 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 6 Apr 2024 03:38:01 +0200 Subject: [PATCH] Composer: update dev dependencies Nearly all dev dependencies have had new releases. This commit updates the plugin to use the new versions. For linting, the upgrade will get us preliminary PHP 8.4 support. For CS, the upgrades will get us improved syntax support for PHP 8.3, more documentation and a range of bug fixes. --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index f5ca1fe..691a210 100644 --- a/composer.json +++ b/composer.json @@ -20,10 +20,10 @@ }, "require-dev": { "php-parallel-lint/php-console-highlighter": "^1.0.0", - "php-parallel-lint/php-parallel-lint": "^1.3.2", + "php-parallel-lint/php-parallel-lint": "^1.4.0", "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0", "roave/security-advisories": "dev-master", - "yoast/yoastcs": "^3.0" + "yoast/yoastcs": "^3.1.0" }, "minimum-stability": "dev", "prefer-stable": true,