From 25a3e699d05727f6afc7dfae3763767a29dffbd8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 13 Feb 2025 08:14:13 +0100 Subject: update to 3.0.2 re-license spec file to CECILL-2.1 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 03c3387..2d26c23 100644 --- a/composer.json +++ b/composer.json @@ -37,11 +37,11 @@ } }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.17", - "phpstan/phpstan": "^1.10", - "phpstan/phpstan-phpunit": "^1.3", - "phpstan/phpstan-strict-rules": "^1.5", - "phpstan/extension-installer": "^1.3", + "friendsofphp/php-cs-fixer": "^3.64", + "phpstan/phpstan": "^1.12", + "phpstan/phpstan-phpunit": "^1.4", + "phpstan/phpstan-strict-rules": "^1.6", + "phpstan/extension-installer": "^1.4", "phpunit/phpunit" : "^9.6" }, "scripts": { -- cgit