From e0844abfd1000215549920bcf8151660ddf9744b Mon Sep 17 00:00:00 2001 From: zingimmick Date: Thu, 18 Apr 2024 23:52:35 +0800 Subject: [PATCH] Allow PHPUnit 11 --- composer.json | 2 +- phpunit.xml.dist | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e9b52f2..1aeba83 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "nunomaduro/larastan": "^1.0 || ^2.0", "orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0", "phpstan/phpstan-mockery": "^1.0", - "phpunit/phpunit": "^9.3.3 || ^10.0", + "phpunit/phpunit": "^9.3.3 || ^10.0 || ^11.0", "zing/coding-standard": "^6.4 || ^7.0" }, "autoload": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 5a47798..86aa528 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,5 +1,12 @@ - +