summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2020-11-06 20:00:03 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2020-11-07 09:47:54 +0100
commitad202a71866f82d0ad6a650665b338dbc7d66478 (patch)
treed654320a99bf7e227cf0bc0c9eb7cfc361469b98 /composer.json
parentf285dd5b1f0cdc7663508ec93d620bf6fc36c403 (diff)
enable PHP 8.0 to validate for NC 21
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index a5a00775f..9e9178ad8 100644
--- a/composer.json
+++ b/composer.json
@@ -41,7 +41,7 @@
"source": "https://github.com/nextcloud/news/"
},
"require": {
- "php": "^7.2",
+ "php": "^7.2 || 8.0.x",
"ezyang/htmlpurifier": "^4.13.0",
"pear/net_url2": "2.2.2",
"riimu/kit-pathjoin": "1.2.0",