It seams like the package is both found and not found.
✗ pie install igbinary/igbinary
🥧 PHP Installer for Extensions (PIE) 1.3.1, from The PHP Foundation
This command may need elevated privileges, and may prompt you for your password.
You are running PHP 8.4.13
Target PHP installation: 8.4.13 nts, on Linux/OSX/etc arm64 (from /opt/homebrew/Cellar/php/8.4.13/bin/php)
Could not install package: igbinary/igbinary
Unable to find an installable package igbinary/igbinary for the latest compatible version, with minimum stability stable.
Did you mean this?
- igbinary/igbinary (provides extension: igbinary): Igbinary is a drop in replacement for the standard php serializer. Instead of the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data structures in a compact binary form. Savings are significant when using memcached or similar memory based storages for serialized data
It seams like the package is both found and not found.