summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--composer.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fdd20df7..30c52039 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Please visit https://engelsystem.de for a feature list.
## Installation
### Requirements:
- * PHP >= 5.6.4, PHP >= 7.0.0 recommended
+ * PHP >= 7.0.0
* MySQL-Server >= 5.5.x
* Webserver, i.e. lighttpd, nginx, or Apache
diff --git a/composer.json b/composer.json
index e6d20108..45dce626 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
}
],
"require": {
- "php": ">=5.6.4",
+ "php": ">=7.0.0",
"erusev/parsedown": "1.6.*",
"twbs/bootstrap": "^3.3",
"symfony/http-foundation": "^3.3"