From eda1e721c442e5b0b5ea37b0fe9f0dc65f5a9d53 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 21 Mar 2022 20:10:21 +0100 Subject: Add PHP8.1 support Signed-off-by: Christoph Wurst --- composer.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'composer.json') diff --git a/composer.json b/composer.json index fc5607ec..aaa18d71 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,9 @@ "test:unit": "phpunit -c phpunit.xml --fail-on-warning", "test:integration": "phpunit -c phpunit.integration.xml --fail-on-warning" }, + "require": { + "php": ">=7.3 <=8.1" + }, "require-dev": { "christophwurst/nextcloud_testing": "^0.12.4", "nextcloud/coding-standard": "^0.5.0", -- cgit v1.2.3