From 9afcae3875cbba8a653416c5ccacdefea5ff4bcb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Feb 2026 07:13:21 +0100 Subject: update to 1.1.6 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 91ba9e6..14a81cf 100644 --- a/composer.json +++ b/composer.json @@ -8,14 +8,14 @@ "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^12 || ^13", - "phpstan/phpstan": "1.4.10 || 2.1.11", + "doctrine/coding-standard": "^9 || ^12 || ^14", + "phpstan/phpstan": "1.4.10 || 2.1.30", "phpstan/phpstan-phpunit": "^1.0 || ^2", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0", "psr/log": "^1 || ^2 || ^3" }, "conflict": { - "phpunit/phpunit": "<=7.5 || >=13" + "phpunit/phpunit": "<=7.5 || >=14" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" -- cgit