diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-08-29 23:26:26 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-08-29 23:26:26 +0200 |
commit | 341c076d98209b19f8360486ca41ac62e506db7b (patch) | |
tree | 78f7f9022feeda8db1c51286bd86e7199b5532f7 | |
parent | d0074cf0069322fe175fb385b91c974fc2771547 (diff) |
Bumped PHP version to min. 7.0.0 (see 440ed74c)
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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" |