From cf3432fda4a044853cdb84ee1cad59e7a1de4a39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20=C3=87al=C4=B1=C5=9Fkan?= <13554944+thecaliskan@users.noreply.github.com> Date: Tue, 11 Aug 2026 16:10:46 +0300 Subject: [PATCH] Change package name from php/pecl-networking-ssh2 to pecl/ssh2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 44123d1..4dfdd36 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "php/pecl-networking-ssh2", + "name": "pecl/ssh2", "type": "php-ext", "license": "PHP-3.01", "description": "Bindings for the libssh2 library",