Codebase list php-stomp / 1b572bd
Disable PHP 7.1.x builds Ondřej Surý 7 years ago
2 changed file(s) with 21 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 From: =?utf-8?q?Ond=C5=99ej_Sur=C3=BD?= <ondrej@sury.org>
1 Date: Mon, 7 Nov 2016 10:24:10 +0100
2 Subject: Disable PHP 7.1.x builds
3
4 ---
5 package-7.xml | 1 +
6 1 file changed, 1 insertion(+)
7
8 diff --git a/package-7.xml b/package-7.xml
9 index 11e49e2..ab2884d 100644
10 --- a/package-7.xml
11 +++ b/package-7.xml
12 @@ -83,6 +83,7 @@
13 <required>
14 <php>
15 <min>7.0.0</min>
16 + <max>7.1</max>
17 </php>
18 <pearinstaller>
19 <min>1.4.0</min>
0 0001-Disable-PHP-7.1.x-builds.patch