diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-28 10:41:01 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-28 10:41:01 +0200 |
commit | a854711e19c146930f1f9d3f713ea6daa41a10e0 (patch) | |
tree | bde8d0f9142056f382bc669f7a0565f9ac7868ed /composer.json | |
parent | f2e92daa438c7f77678d2bcb898e48e98337e70f (diff) |
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..ba4a8e0 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.63", + "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": { |