diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-20 10:09:23 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-20 10:09:23 +0100 |
commit | eaca1949c651c35e5e0e2cc1bc325df57cd6cd38 (patch) | |
tree | d4d583d3f1a446fbe4484539945ec4023cd81ec6 /composer.json | |
parent | 90ee57d063e164252c532de6e745a5c5e74a04c8 (diff) |
update to 3.1.2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/composer.json b/composer.json index 3dbf70e..1c4633f 100644 --- a/composer.json +++ b/composer.json @@ -26,18 +26,16 @@ }, "require-dev": { "composer/package-versions-deprecated": "^1.11", - "phpstan/phpstan": "1.8.8", + "phpstan/phpstan": "1.9.4", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.1", - "doctrine/annotations": "^1.7", - "doctrine/coding-standard": "^10", + "doctrine/coding-standard": "^11", "doctrine/common": "^3.0", "phpunit/phpunit": "^8.5 || ^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6.0", - "vimeo/psalm": "4.29.0" + "vimeo/psalm": "4.30.0 || 5.3.0" }, "conflict": { - "doctrine/annotations": "<1.7 || >=2.0", "doctrine/common": "<2.10" }, "autoload": { |