diff options
author | Arnold Daniels <arnold@jasny.net> | 2016-10-26 00:06:24 +0200 |
---|---|---|
committer | Arnold Daniels <arnold@jasny.net> | 2016-10-26 00:06:24 +0200 |
commit | 4f29019edc80d06ac9cdaf0db85720afd3eb37fe (patch) | |
tree | b30bdfcee141d8f08a4569d976fcd527a712546b | |
parent | 42b317ad7b0ca139e8c9731fa9ee9baf5515de5d (diff) | |
download | error-handler-4f29019edc80d06ac9cdaf0db85720afd3eb37fe.zip error-handler-4f29019edc80d06ac9cdaf0db85720afd3eb37fe.tar.gz error-handler-4f29019edc80d06ac9cdaf0db85720afd3eb37fe.tar.bz2 |
will work with php 5.6
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 5a59f58..c7ee8f8 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "source": "https://github.com/jasny/error-handler" }, "require": { - "php": ">=7.0", + "php": ">=5.6.0", "psr/http-message": "^1.0", "psr/log": "^1.0" }, |