summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2017-07-20 18:34:19 +0200
committerGitHub <noreply@github.com>2017-07-20 18:34:19 +0200
commit37d4edcd9ace5021b6eb02761a9c3865c5607f33 (patch)
tree16c0da4cd2d9c6c10f5d5e02c1b02bd0986636c2 /README.md
parent9b3f6f557a127fef16be267c26f8239dc1c22126 (diff)
parentb7ebb05b8e71b391b6b029fceb5a2d00ff27004c (diff)
Merge pull request #328 from MyIgel/master
Changed $_GET, $_POST and $_REQUEST to use the Request object
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index aa418e4f..fdd20df7 100644
--- a/README.md
+++ b/README.md
@@ -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: