diff options
author | Remi Collet <remi@remirepo.net> | 2021-08-11 15:48:01 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-08-11 15:48:01 +0200 |
commit | e3d442869abc9f5ca89b4c887d3d9abaf908d4e6 (patch) | |
tree | f7a2dedfab47e479d6c16c3f3cd28b5a4f38dd43 /composer.json | |
parent | 2a47e898457f64ce4aff6bb7d30c15a542e575d8 (diff) |
update to 1.6.8
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/composer.json b/composer.json index f0b6a4a..9a6494e 100644 --- a/composer.json +++ b/composer.json @@ -21,10 +21,10 @@ "php": "^7.1.3 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^7.0", - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan-shim": "^0.9.2", - "vimeo/psalm": "^3.8.1" + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "^0.12", + "vimeo/psalm": "^4.2.1" }, "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } |