You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error trying to install, using PHP 7.3 on Raspberry Pi 4 (Buster),
pi@raspberrypi:~/cops $ php composer.phar global require "fxp/composer-asset-plugin:~1.1"
Changed current directory to /home/pi/.config/composer
[InvalidArgumentException]
Package fxp/composer-asset-plugin at version ~1.1 has requirements incompatible with your PHP version, PHP extensio
ns and Composer version:
- fxp/composer-asset-plugin v1.4.6 requires composer-plugin-api ^1.0 which does not match your installed version
2.2.0.
The text was updated successfully, but these errors were encountered:
Thanks for the advice. Decided to go with option 1 and it worked like a dream. I don't know why I didn't do that first of all, I just like to make things difficult for myself I suppose.
Getting this error trying to install, using PHP 7.3 on Raspberry Pi 4 (Buster),
pi@raspberrypi:~/cops $ php composer.phar global require "fxp/composer-asset-plugin:~1.1"
Changed current directory to /home/pi/.config/composer
[InvalidArgumentException]
Package fxp/composer-asset-plugin at version ~1.1 has requirements incompatible with your PHP version, PHP extensio
ns and Composer version:
- fxp/composer-asset-plugin v1.4.6 requires composer-plugin-api ^1.0 which does not match your installed version
2.2.0.
The text was updated successfully, but these errors were encountered: