denzyldick / phanalist

Performant static analyzer for PHP, which is extremely easy to use. It helps you catch common mistakes in your PHP code.
https://denzyldick.github.io/phanalist/
MIT License
127 stars 5 forks source link

MacOS: CPU architecture: Unknown OS (Composer installation) #64

Open mingalevme opened 6 months ago

mingalevme commented 6 months ago

MacOS

php -r "echo PHP_OS;"
Darwin
uname -m
x86_64
composer require --dev denzyl/phanalist
php vendor/bin/phanalist
Detecting architecture.
CPU architecture: Unknown OS
Unknown architecture.
Open an issue at https://github.com/denzyldick/phanalist.
Thank you!.
denzyldick commented 5 months ago

The composer installation is a known issue we are working on. Things are a bit complicated, because of the nature of compiling for different platforms.

Is using the default installation I the mean time something you can use?

In the upcoming days the issue with composer will be fixed.