diff --git a/phpstan.src.neon.dist b/phpstan.src.neon.dist index 3721e8d9..d4e67757 100644 --- a/phpstan.src.neon.dist +++ b/phpstan.src.neon.dist @@ -8,4 +8,3 @@ parameters: - '/^Parameter \#1 \$readers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/' - '/^Parameter \#2 \$writers of class Dotenv\\Repository\\[a-zA-Z]*Repository[a-zA-Z]* constructor expects/' - '#Parameter \#1 \$name of method Dotenv\\Repository\\AbstractRepository::set\(\) expects string, string\|null given.#' - - '#Parameter \#.+ of method Dotenv\\Repository\\AbstractRepository::offset.+ should be contravariant .+#' diff --git a/vendor-bin/phpstan/composer.json b/vendor-bin/phpstan/composer.json index 17f45120..bbf74fd0 100644 --- a/vendor-bin/phpstan/composer.json +++ b/vendor-bin/phpstan/composer.json @@ -1,9 +1,9 @@ { "require": { - "phpstan/phpstan": "0.12.88", + "phpstan/phpstan": "0.12.99", "phpstan/extension-installer": "1.1.0", "phpstan/phpstan-deprecation-rules": "0.12.6", - "phpstan/phpstan-strict-rules": "0.12.9", + "phpstan/phpstan-strict-rules": "0.12.11", "thecodingmachine/phpstan-strict-rules": "0.12.1" }, "config": { diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json index 5408be3e..76c6bd32 100644 --- a/vendor-bin/psalm/composer.json +++ b/vendor-bin/psalm/composer.json @@ -1,6 +1,6 @@ { "require": { - "psalm/phar": "4.7.1" + "psalm/phar": "4.10.0" }, "config": { "preferred-install": "dist"