From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@sury.org>
Date: Sat, 17 Oct 2020 06:42:40 +0200
Subject: Build the extension only for PHP 5 and PHP 7

---
 package.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.xml b/package.xml
index c747431..2c02e69 100644
--- a/package.xml
+++ b/package.xml
@@ -106,6 +106,7 @@ OS (for example against Windows Active-Directory via IAS).</description>
   <required>
    <php>
     <min>5.3.0</min>
+    <max>7.99.0</max>
    </php>
    <pearinstaller>
     <min>1.4.0b1</min>
