From e4993b78e3e7f6e68bfb148be54be80f4151623b Mon Sep 17 00:00:00 2001 From: Rancoud Date: Sun, 28 Apr 2024 20:36:16 +0200 Subject: [PATCH] chore: add phpunit 10.0 and 11.0 (#180) --- composer.json | 2 +- composer.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0b8d581..4f6ff71 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16 || ^3.0", - "phpunit/phpunit": "^9.1", + "phpunit/phpunit": "^9.1 || ^10.0 || ^11.0", "squizlabs/php_codesniffer": "^3.5" }, "scripts": { diff --git a/composer.lock b/composer.lock index edfe88f..fd0d7b5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a6fc0576889727fa56c97743dea599d0", + "content-hash": "a9e9a00d0d89934112424a2b84c89a39", "packages": [], "packages-dev": [ {