File: 0001-Build-only-for-PHP-8.4-and-higher.patch

package info (click to toggle)
php-imap 3%3A1.0.2-3~exp1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 844 kB
  • sloc: ansic: 3,841; xml: 153; php: 149; pascal: 112; sh: 6; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 475 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: =?utf-8?b?T25kxZllaiBTdXLDvQ==?= <ondrej@sury.org>
Date: Sat, 6 Jul 2024 10:37:19 +0200
Subject: Build only for PHP 8.4 and higher

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

diff --git a/package.xml b/package.xml
index 55ca8fc..6e9e77c 100644
--- a/package.xml
+++ b/package.xml
@@ -138,7 +138,7 @@
  <dependencies>
   <required>
    <php>
-    <min>8.3.0</min>
+    <min>8.4.0</min>
    </php>
    <pearinstaller>
     <min>1.4.0b1</min>