Bump min requirements to 7.0.8

This fixes PHP 7.4 support by pulling in Symfony packages at v3.4.36
This commit is contained in:
Samuel Georges 2019-12-09 20:30:48 +11:00
parent 1e449c82b6
commit 9b77e8d81a
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
"source": "https://github.com/octobercms/october"
},
"require": {
"php": ">=7.0",
"php": ">=7.0.8",
"ext-mbstring": "*",
"ext-openssl": "*",
"october/rain": "~1.0",
@ -71,7 +71,7 @@
"config": {
"preferred-install": "dist",
"platform": {
"php": "7.0"
"php": "7.0.8"
}
},
"minimum-stability": "dev",