From 270011a644ec5c19e6ba2d8f3d26373eea368db0 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 12 Dec 2020 15:57:37 +0000 Subject: [PATCH] Updated SA tools --- psalm-baseline.xml | 2 +- vendor-bin/phpstan/composer.json | 10 +++++----- vendor-bin/phpunit/composer.json | 2 +- vendor-bin/psalm/composer.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/psalm-baseline.xml b/psalm-baseline.xml index bbaeade0e..23610a1c2 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -1,5 +1,5 @@ - + diff --git a/vendor-bin/phpstan/composer.json b/vendor-bin/phpstan/composer.json index 1fe265949..6f461e543 100644 --- a/vendor-bin/phpstan/composer.json +++ b/vendor-bin/phpstan/composer.json @@ -1,11 +1,11 @@ { "require": { "php": "^7.2.5 || ^8.0", - "phpstan/phpstan": "~0.12.57", - "phpstan/phpstan-deprecation-rules": "~0.12.5", - "phpstan/phpstan-strict-rules": "~0.12.5", - "thecodingmachine/phpstan-strict-rules": "~0.12.1", - "ergebnis/phpstan-rules": "~0.15.3" + "phpstan/phpstan": "0.12.60", + "phpstan/phpstan-deprecation-rules": "0.12.5", + "phpstan/phpstan-strict-rules": "0.12.5", + "thecodingmachine/phpstan-strict-rules": "0.12.1", + "ergebnis/phpstan-rules": "0.15.3" }, "config": { "preferred-install": "dist" diff --git a/vendor-bin/phpunit/composer.json b/vendor-bin/phpunit/composer.json index ad52b39d0..ef50d2fe1 100644 --- a/vendor-bin/phpunit/composer.json +++ b/vendor-bin/phpunit/composer.json @@ -1,7 +1,7 @@ { "require": { "php": "^7.1.3 || ^8.0", - "phpunit/phpunit": "^7.5.20 || ^8.5.11 || ^9.4.3" + "phpunit/phpunit": "^7.5.20 || ^8.5.13 || ^9.4.4" }, "config": { "preferred-install": "dist" diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json index 5f16b6219..1fcc1e12b 100644 --- a/vendor-bin/psalm/composer.json +++ b/vendor-bin/psalm/composer.json @@ -1,7 +1,7 @@ { "require": { "php": "^7.1.3 || ^8.0", - "psalm/phar": "~4.2.1" + "psalm/phar": "4.3.1" }, "config": { "preferred-install": "dist"