From 6e0a75220eaf530ccd9f82c1fad88f6d0951166f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Oct 2020 09:33:34 +0200 Subject: update to 2.11.2 --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'composer.json') 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." -- cgit