From 9ec437a90e289bd5be4d7791fb75fa01e7548826 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 9 Sep 2024 00:35:58 +0100 Subject: [PATCH] chore: prepares `3.x` --- composer.json | 4 ++-- phpstan.neon | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index f35d3e1..c0dcfbc 100644 --- a/composer.json +++ b/composer.json @@ -13,8 +13,8 @@ "license": "MIT", "require": { "php": "^8.2", - "pestphp/pest": "^2.35.1", - "pestphp/pest-plugin": "^2.1.1", + "pestphp/pest": "^3.0.0", + "pestphp/pest-plugin": "^3.0.0", "ext-curl": "*", "ext-zip": "*" }, diff --git a/phpstan.neon b/phpstan.neon index 36ab48a..2ea988d 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -7,11 +7,9 @@ parameters: level: max paths: - src - - tests checkMissingIterableValueType: true checkGenericClassInNonGenericObjectType: false reportUnmatchedIgnoredErrors: true ignoreErrors: - - "#Undefined variable: \\$this#" - "#Short ternary operator is not allowed#"