From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@sury.org>
Date: Sat, 17 Oct 2020 07:13:38 +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 69ba9a1..83a0ad2 100644
--- a/package.xml
+++ b/package.xml
@@ -56,6 +56,7 @@
   <required>
    <php>
     <min>5.2.0</min>
+    <max>7.99.0</max>
    </php>
    <pearinstaller>
     <min>1.4.0</min>
