From 8252195e8816861e0e2a9b24cc8dee16f5966f46 Mon Sep 17 00:00:00 2001 From: Raza Mehdi Date: Mon, 24 Jun 2024 22:31:55 +0500 Subject: [PATCH] Fixed test suite. --- composer.json | 8 ++++---- phpstan.neon.dist | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 1752b583..2911b1d0 100644 --- a/composer.json +++ b/composer.json @@ -30,13 +30,13 @@ "php": "^8.1", "ext-curl": "*", "guzzlehttp/guzzle": "~7.0", - "illuminate/console": "~6.0|~7.0|~8.0|~9.0|^10.0|^11.0", - "illuminate/process": "~6.0|~7.0|~8.0|~9.0|^10.0|^11.0", - "illuminate/support": "~6.0|~7.0|~8.0|~9.0|^10.0|^11.0", + "illuminate/console": "^10.0|^11.0", + "illuminate/process": "^10.0|^11.0", + "illuminate/support": "^10.0|^11.0", "nesbot/carbon": "~2.0|^3.0" }, "require-dev": { - "orchestra/testbench": "^9.1", + "orchestra/testbench": "^8.0|^9.0", "pestphp/pest": "~2.0", "phpstan/phpstan": "^1.10", "symfony/var-dumper": "~5.0|^6.0|^7.0" diff --git a/phpstan.neon.dist b/phpstan.neon.dist index dfd417be..f5309327 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -3,7 +3,6 @@ parameters: - src level: 0 ignoreErrors: - - "#Parameter#" - "#Call to static method error\\(\\)\\ on an unknown class Log.#" excludePaths: - "src/Providers/PayPalServiceProvider.php" \ No newline at end of file