summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott <scott@paragonie.com>2016-03-13 19:54:45 -0400
committerScott <scott@paragonie.com>2016-03-13 19:54:45 -0400
commitc88e9971dbbce80227bef06e9a6f4c77a8e8ac3c (patch)
treeae7011934ec54215813b6b1f659de51d9b680454
parent687ca82881414f8b83caf12082a75e9e237b1c99 (diff)
downloadconstant_time_encoding-0.4.0.zip
constant_time_encoding-0.4.0.tar.gz
constant_time_encoding-0.4.0.tar.bz2
Update composer.jsonv0.4.0
-rw-r--r--composer.json4
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
+}