summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-01-16 16:19:50 +0100
committerJoas Schilling <coding@schilljs.com>2023-01-16 16:19:50 +0100
commitebe1e6864affefa3bdd51936ebcba7133554c78a (patch)
tree10d152a2b38b74ec039abadcb8cf7bf02a4a2a74 /composer.json
parent05e3023c18261311edcd0ad10b369161031fe888 (diff)
chore(CI): Update main php testing versions and workflow templates
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 45e0b51d..7b4916bf 100644
--- a/composer.json
+++ b/composer.json
@@ -4,7 +4,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
- "php": "7.3"
+ "php": "7.4"
}
},
"scripts": {
@@ -15,7 +15,7 @@
"test:integration": "phpunit -c phpunit.integration.xml --fail-on-warning"
},
"require": {
- "php": ">=7.3 <8.2"
+ "php": ">=7.4 <8.2"
},
"require-dev": {
"christophwurst/nextcloud_testing": "^0.12.4",