[BUG] - Composer detected issues in your platform. Your Composer dependencies require a PHP version >
git-toni opened this issue · 2 comments
git-toni commented
Describe the bug
When using the vultr-cli binary to interact with the Vultr API it seems the binary complains of my machine lacking PHP. Is everything necessary to use the cli tool packaged into the self-contained binary? Or does one have to install extra packages in the system?
Thanks!
To Reproduce
Steps to reproduce the behavior:
- Either download the amd64 binary or build from source as described in README.
- Correctly set the
VULTR_API_KEY
env variable - Run
$ vultr-cli account
(or any other command) - See error
Error getting account information : gave up after 4 attempts, last error: "Composer detected issues in your platform:\n\nYour Composer dependencies require a PHP version \">= 8.1.0\".
Expected behavior
The account description rendered in the terminal.
Desktop (please complete the following information where applicable:
- OS: Linux AMD64 Kernel 5.11.0
- Language Version Go 1.18.1
- Version 2.15.0
Additional context
optik-aper commented
@git-toni That looks to be a response from the API. Are you still seeing it?
git-toni commented
That is correct @optik-aper, seems to be resolved now, thanks!