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>2016-12-19 23:05:55 +0300
committermichael-grunder <michael.grunder@gmail.com>2016-12-19 23:05:55 +0300
commit9deafa1a382f770e98830daa0f88e19e583d0993 (patch)
treebd465a5742cee8c2d51f2eaae3131c2ee71367cd /package.xml
parent721c272995273699eabb54e1eee19570fd181c47 (diff)
Allow higher max php version
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 4d41fed7..1c7f63ee 100644
--- a/package.xml
+++ b/package.xml
@@ -101,7 +101,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
<required>
<php>
<min>5.2.0</min>
- <max>7.1.0</max>
+ <max>7.1.99</max>
</php>
<pearinstaller>
<min>1.4.0b1</min>