diff options
author | Remi Collet <remi@remirepo.net> | 2025-02-13 08:14:13 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-02-13 08:14:13 +0100 |
commit | 25a3e699d05727f6afc7dfae3763767a29dffbd8 (patch) | |
tree | fb3f23b471daf6c1a8f862a23a4441230a6226c1 /composer.json | |
parent | 8b9b0c0be6b37c4cd9117adbaf4db65ed730ac4c (diff) |
update to 3.0.2
re-license spec file to CECILL-2.1
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 10 |
1 files changed, 5 insertions, 5 deletions
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": { |