Despite the presence of the composer.json file in the repo with the appropriate PIE sections, ssh2 is not available on Packagist and cannot be installed with PIE:
$ pie info php/pecl-networking-ssh2
🥧 PHP Installer for Extensions (PIE) 1.4.2, from The PHP Foundation
You are running PHP 8.4.20
Target PHP installation: 8.4.20 nts, on Linux/OSX/etc x86_64 (from /usr/bin/php8.4)
Could not install package: php/pecl-networking-ssh2
I suspect the php vendor namespace might be reserved.
To be able to install the extension with PIE it must appear here first: https://packagist.org/extensions
PS. On a personal note, assuming this GH account is legit thank you Rasmus for inventing PHP and for maintaining this random extension 31 years later 🫡
Despite the presence of the composer.json file in the repo with the appropriate PIE sections, ssh2 is not available on Packagist and cannot be installed with PIE:
$ pie info php/pecl-networking-ssh2 🥧 PHP Installer for Extensions (PIE) 1.4.2, from The PHP Foundation You are running PHP 8.4.20 Target PHP installation: 8.4.20 nts, on Linux/OSX/etc x86_64 (from /usr/bin/php8.4) Could not install package: php/pecl-networking-ssh2I suspect the
phpvendor namespace might be reserved.To be able to install the extension with PIE it must appear here first: https://packagist.org/extensions
PS. On a personal note, assuming this GH account is legit thank you Rasmus for inventing PHP and for maintaining this random extension 31 years later 🫡