From fa81f2ae8665fa263750ad16f500f34a52f30e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 08:22:59 +0100 Subject: [PATCH] Update phpunit/phpunit requirement from ^9.6 to ^9.6 || ^10.0 (#78) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index f293881..e4ae0dd 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "orchestra/testbench": "^3.5|^6.0|^4.0|^7.0|^8.0", "php-coveralls/php-coveralls": "^2.1", "codeception/codeception": "^3.0|^4.0|^5.0", - "phpunit/phpunit": "^9.6" + "phpunit/phpunit": "^9.6 || ^10.0" }, "scripts": { "lint": [