From ce7831c688636cc39fca17d6509db39f89af3472 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Oct 2021 09:42:23 +0200 Subject: update to 3.1.3 --- composer.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 091b1fa..013b6b8 100644 --- a/composer.json +++ b/composer.json @@ -40,9 +40,9 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", - "phpstan/phpstan": "0.12.96", + "phpstan/phpstan": "0.12.99", "phpstan/phpstan-strict-rules": "^0.12.11", - "phpunit/phpunit": "9.5.5", + "phpunit/phpunit": "9.5.10", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^5.2|^6.0", @@ -54,9 +54,6 @@ }, "bin": ["bin/doctrine-dbal"], "config": { - "platform": { - "php": "7.3.0" - }, "sort-packages": true }, "autoload": { -- cgit