[PECL-CVS] [pecl-networking-ssh2] fix/sftp-fragment-hash-in-filename: The minimum PHP version is 8.0

[email protected] (Rasmus Lerdorf) Sat, 4 Apr 2026 10:09:28 +0000
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Rasmus Lerdorf (rlerdorf)
Date: 2026-04-04T06:09:21-04:00

Commit: https://github.com/php/pecl-networking-ssh2/commit/736ca96b36b7ec93c098aac2d8d9e1a4ca5007b3
Raw diff: https://github.com/php/pecl-networking-ssh2/commit/736ca96b36b7ec93c098aac2d8d9e1a4ca5007b3.diff

The minimum PHP version is 8.0

Changed paths:
  M  package.xml


Diff:

diff --git a/package.xml b/package.xml
index f463b36..4714e84 100644
--- a/package.xml
+++ b/package.xml
@@ -79,7 +79,7 @@
     <dependencies>
         <required>
             <php>
-                <min>7.0.0</min>
+                <min>8.0.0</min>
             </php>
             <pearinstaller>
                 <min>1.4.0</min>