zephir icon indicating copy to clipboard operation
zephir copied to clipboard

Could not find a matching version of package zephir-lang/zephir.

Open Ahmard opened this issue 3 years ago • 3 comments

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).

Ahmard avatar Jun 21 '21 18:06 Ahmard

It seems we need to fix namespace for packagist, thanks for reporting. Try to use: composer require phalcon/zephir

AlexNDRmac avatar Jun 21 '21 18:06 AlexNDRmac

This will be done later, for now just use phalcon/zephir.

Jeckerson avatar Jun 21 '21 21:06 Jeckerson

Okay, I will. Thanks guys.

Ahmard avatar Jun 22 '21 02:06 Ahmard