summaryrefslogtreecommitdiffstats
path: root/package.xml
diff options
context:
space:
mode:
Diffstat (limited to 'package.xml')
-rw-r--r--package.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.xml b/package.xml
index 4756ce4..34627ee 100644
--- a/package.xml
+++ b/package.xml
@@ -25,6 +25,7 @@ Documentation: https://www.php.net/rpminfo
<license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license>
<notes>
- add optional operator to rpmcmpver for consistency with version_compare
+- drop support for PHP 7
</notes>
<contents>
<dir name="/">
@@ -65,7 +66,7 @@ Documentation: https://www.php.net/rpminfo
<dependencies>
<required>
<php>
- <min>7.2.0</min>
+ <min>8.0.0</min>
</php>
<pearinstaller>
<min>1.10.0</min>