From 9ccba00fa8613e8583cbbf6febfffb29ae8f5571 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 20 Nov 2020 11:58:10 +0545 Subject: [PATCH] Use phpunit9 in acceptance tests --- ocis/vendor-bin/behat/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocis/vendor-bin/behat/composer.json b/ocis/vendor-bin/behat/composer.json index 5b9ba8274..bca82d986 100644 --- a/ocis/vendor-bin/behat/composer.json +++ b/ocis/vendor-bin/behat/composer.json @@ -16,7 +16,7 @@ "symfony/translation": "^4.4", "sabre/xml": "^2.2", "guzzlehttp/guzzle": "^7.2", - "phpunit/phpunit": "^8.5", + "phpunit/phpunit": "^9.4", "laminas/laminas-ldap": "^2.10" } }