diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-19 09:33:34 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-19 09:33:34 +0200 |
commit | 6e0a75220eaf530ccd9f82c1fad88f6d0951166f (patch) | |
tree | 97f03f4f502c86eaa6de596914f596fdf1a534f2 /composer.json | |
parent | 653d585dfdefd39ac70420b85946659dfa7fbbcb (diff) |
update to 2.11.2
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/composer.json b/composer.json index e3c2668..de722c5 100644 --- a/composer.json +++ b/composer.json @@ -40,12 +40,11 @@ "require-dev": { "doctrine/coding-standard": "^8.1", "jetbrains/phpstorm-stubs": "^2019.1", - "nikic/php-parser": "^4.4", "phpstan/phpstan": "^0.12.40", - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^9.4", "psalm/plugin-phpunit": "^0.10.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", - "vimeo/psalm": "^3.14.2" + "vimeo/psalm": "^3.17.2" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." |