From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@sury.org>
Date: Sat, 17 Oct 2020 07:06:27 +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 9e10c0f..e2c9211 100644
--- a/package.xml
+++ b/package.xml
@@ -90,6 +90,7 @@
   <required>
    <php>
     <min>7.0.0</min>
+    <max>7.99.0</max>
    </php>
    <pearinstaller>
     <min>1.4.0</min>
