summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-03-21 20:10:21 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-03-22 09:49:13 +0100
commiteda1e721c442e5b0b5ea37b0fe9f0dc65f5a9d53 (patch)
tree4589e8f69bf9b7f32e316781403f27399ad1ecfc /composer.json
parente4e5217fa28aaf8b1f52d408081c3a298b9ddb13 (diff)
Add PHP8.1 support
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 3 insertions, 0 deletions
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",