Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichael-grunder <michael.grunder@gmail.com>2017-03-21 19:42:18 +0300
committermichael-grunder <michael.grunder@gmail.com>2017-03-21 19:42:18 +0300
commit970ca3dc5b8413c7316bf7d00d27bdc22e061be1 (patch)
treec10e522797d84f0912e8f894832b7cfca78c954f /package.xml
parent029475318cdfe67d646cd92c120d8732d335ab3f (diff)
Remove support for php 5.2.x
Diffstat (limited to 'package.xml')
-rw-r--r--package.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.xml b/package.xml
index b3dd1977..bc8e0248 100644
--- a/package.xml
+++ b/package.xml
@@ -88,7 +88,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<dependencies>
<required>
<php>
- <min>5.2.0</min>
+ <min>5.3.0</min>
<max>7.9.99</max>
</php>
<pearinstaller>