Changed recommended PHP Version to >= 7.0

This commit is contained in:
Igor Scheller 2017-07-19 11:48:28 +02:00
parent 3a1e460249
commit 6cfd309bef
2 changed files with 3 additions and 3 deletions

View File

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

View File

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