Bumped PHP version to min. 7.0.0 (see 440ed74c)

This commit is contained in:
Igor Scheller 2017-08-29 23:26:26 +02:00
parent d0074cf006
commit 341c076d98
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Please visit https://engelsystem.de for a feature list.
## Installation ## Installation
### Requirements: ### Requirements:
* PHP >= 5.6.4, PHP >= 7.0.0 recommended * PHP >= 7.0.0
* MySQL-Server >= 5.5.x * MySQL-Server >= 5.5.x
* Webserver, i.e. lighttpd, nginx, or Apache * Webserver, i.e. lighttpd, nginx, or Apache

View File

@ -14,7 +14,7 @@
} }
], ],
"require": { "require": {
"php": ">=5.6.4", "php": ">=7.0.0",
"erusev/parsedown": "1.6.*", "erusev/parsedown": "1.6.*",
"twbs/bootstrap": "^3.3", "twbs/bootstrap": "^3.3",
"symfony/http-foundation": "^3.3" "symfony/http-foundation": "^3.3"