chore(php): bump minimum PHP version to 7.4 (#2925)

This commit is contained in:
Nathan Knowler
2022-01-03 05:40:40 -06:00
committed by GitHub
parent 0eeda78340
commit 443e493161
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@
}
},
"require": {
"php": "^7.3|^8.0",
"php": "^7.4|^8.0",
"roots/acorn": "v2.0.0-beta.7"
},
"require-dev": {