We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96f19b3 commit a156c1cCopy full SHA for a156c1c
tests/integration/external/guzzle7/skipif.inc
@@ -6,8 +6,8 @@
6
7
require_once(realpath(dirname(__FILE__)) . '/../../../include/unpack_guzzle.php');
8
9
-if (version_compare(phpversion(), '7.2.5', '<')) {
10
- die("skip: PHP >= 7.2.5 required\n");
+if (version_compare(phpversion(), '8.1', '<')) {
+ die("skip: PHP >= 8.1 required\n");
11
}
12
13
/*
0 commit comments