Changed recommended PHP Version to >= 7.0
This commit is contained in:
parent
3a1e460249
commit
6cfd309bef
|
@ -8,8 +8,8 @@ Please visit https://engelsystem.de for a feature list.
|
|||
## Installation
|
||||
|
||||
### Requirements:
|
||||
* PHP 5.4.x (cgi-fcgi)
|
||||
* MySQL-Server 5.5.x
|
||||
* PHP >= 5.6.4, PHP >= 7.0.0 recommended
|
||||
* MySQL-Server >= 5.5.x
|
||||
* Webserver, i.e. lighttpd, nginx, or Apache
|
||||
|
||||
### Directions:
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.4",
|
||||
"php": ">=5.6.4",
|
||||
"erusev/parsedown": "1.6.*",
|
||||
"twbs/bootstrap": "^3.3"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue