From 8951f069fef6916bd293d278c2491b82bc349fc1 Mon Sep 17 00:00:00 2001
From: Côme Chilliet <come.chilliet@nextcloud.com>
Date: Wed, 30 Mar 2022 16:13:16 +0200
Subject: Require a recent phpunit version in integration and acceptance
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Otherwise build with PHP>8 will fail as PHPUnit 6 does not support it

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
---
 build/integration/composer.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'build/integration/composer.json')

diff --git a/build/integration/composer.json b/build/integration/composer.json
index 0ab212b3cdf..a9ba7980064 100644
--- a/build/integration/composer.json
+++ b/build/integration/composer.json
@@ -1,6 +1,7 @@
 {
   "require-dev": {
-    "phpunit/phpunit": "~6.5",
+    "phpunit/phpunit": "^9",
+    "dms/phpunit-arraysubset-asserts": "^0.4",
     "behat/behat": "~3.10.0",
     "guzzlehttp/guzzle": "7.4.2",
     "jarnaiz/behat-junit-formatter": "^1.3",
-- 
cgit v1.2.3