PHP 7.1+ is now required

This commit is contained in:
Ben Word
2018-03-06 18:40:13 -07:00
parent 808e37a085
commit 8096f74a7a
5 changed files with 14 additions and 12 deletions

View File

@@ -32,9 +32,9 @@
}
},
"require": {
"php": ">=7",
"php": ">=7.1",
"composer/installers": "~1.0",
"illuminate/support": "5.4.27",
"illuminate/support": "5.4.*",
"roots/sage-lib": "~9.0.0-beta.4",
"soberwp/controller": "~9.0.0-beta.4"
},