From 24a0b0d8b6f63b5620e95c4b6acfe961d79dec97 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 10 Sep 2024 00:15:27 +0200 Subject: [PATCH] Composer: update various dependencies Not strictly necessary as these versions would be installed anyway, but better to safeguard that. --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a0bcab2..eb097c2 100644 --- a/composer.json +++ b/composer.json @@ -29,11 +29,11 @@ "require-dev" : { "roave/security-advisories" : "dev-master", "phpunit/phpunit" : "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0", - "php-parallel-lint/php-parallel-lint": "^1.3.2", + "php-parallel-lint/php-parallel-lint": "^1.4.0", "php-parallel-lint/php-console-highlighter": "^1.0.0", - "phpcsstandards/phpcsdevcs": "^1.1.3", + "phpcsstandards/phpcsdevcs": "^1.1.6", "phpcsstandards/phpcsutils" : "^1.0", - "yoast/phpunit-polyfills": "^1.0" + "yoast/phpunit-polyfills": "^1.1" }, "config": { "allow-plugins": {