zephir
zephir copied to clipboard
Could not find a matching version of package zephir-lang/zephir.
Hey guys, I was trying to install Zephir using composer on Ubuntu 20.4 with PHP 8.0 installed, and I got the below error:
[InvalidArgumentException]
Could not find a matching version of package zephir-lang/zephir. Check the package spelling, your version constraint and that the package is avai
lable in a stability which matches your minimum-stability (stable).
It seems we need to fix namespace for packagist, thanks for reporting.
Try to use: composer require phalcon/zephir
This will be done later, for now just use phalcon/zephir
.
Okay, I will. Thanks guys.