diff options
author | Elmer Thomas <elmer@ThinkingSerious.com> | 2016-07-11 16:28:35 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-11 16:28:35 -0700 |
commit | 51814c675eefb9b02d8978a86f3ab97ae5ad9086 (patch) | |
tree | cd4f5b05b8d553cc41a6bafca24f3d1b210da6e0 | |
parent | 5a2875976c58d5690e719234f8e568da5366e53a (diff) | |
download | php-http-client-51814c675eefb9b02d8978a86f3ab97ae5ad9086.zip php-http-client-51814c675eefb9b02d8978a86f3ab97ae5ad9086.tar.gz php-http-client-51814c675eefb9b02d8978a86f3ab97ae5ad9086.tar.bz2 |
Require PHP 5.6 or higher
-rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 8ca92eb..12376d8 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": ">=5.3" + "php": ">=5.6" }, "autoload": { "psr-0": { |