diff options
author | Scott <scott@paragonie.com> | 2016-03-13 19:54:45 -0400 |
---|---|---|
committer | Scott <scott@paragonie.com> | 2016-03-13 19:54:45 -0400 |
commit | c88e9971dbbce80227bef06e9a6f4c77a8e8ac3c (patch) | |
tree | ae7011934ec54215813b6b1f659de51d9b680454 | |
parent | 687ca82881414f8b83caf12082a75e9e237b1c99 (diff) | |
download | constant_time_encoding-c88e9971dbbce80227bef06e9a6f4c77a8e8ac3c.zip constant_time_encoding-c88e9971dbbce80227bef06e9a6f4c77a8e8ac3c.tar.gz constant_time_encoding-c88e9971dbbce80227bef06e9a6f4c77a8e8ac3c.tar.bz2 |
Update composer.jsonv0.4.0
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 8495275..58e6f35 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "source": "https://github.com/paragonie/constant_time_encoding" }, "require": { - "php": "^5.5|^7" + "php": "^5.3|^7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", @@ -37,4 +37,4 @@ "ParagonIE\\ConstantTime\\": "src/" } } -}
\ No newline at end of file +} |