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
vagrant@claw:/var/www/html/riprap$ sudo composer install
Deprecation warning: Your package name riprap is invalid, it should have a vendor name, a forward slash, and a package name. The vendor and package name can be words separated by -, . or _. The complete name should match "[a-z0-9]([_.-]?[a-z0-9]+)*/[a-z0-9]([_.-]?[a-z0-9]+)*". Make sure you fix this as Composer 2.0 will error.
Do not run Composer as root/super user! See https://getcomposer.org/root for details
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for ocramius/proxy-manager 2.2.2 -> satisfiable by ocramius/proxy-manager[2.2.2].
- ocramius/proxy-manager 2.2.2 requires php ^7.2.0 -> your PHP version (7.1.27) does not satisfy that requirement.
Problem 2
- ocramius/proxy-manager 2.2.2 requires php ^7.2.0 -> your PHP version (7.1.27) does not satisfy that requirement.
- doctrine/migrations v2.0.0 requires ocramius/proxy-manager ^2.0.2 -> satisfiable by ocramius/proxy-manager[2.2.2].
- Installation request for doctrine/migrations v2.0.0 -> satisfiable by doctrine/migrations[v2.0.0].
You'd need to create the composer.lock with an older version of PHP.
The text was updated successfully, but these errors were encountered:
I was able to install RipRap inside a current claw-playbook, but
composer install
fails because thecomposer.lock
file was generated with PHP 7.2.It tries to use an version of proxy_manager that requires PHP 7.2.0
https://github.com/mjordan/riprap/blob/master/composer.lock#L1677
You'd need to create the composer.lock with an older version of PHP.
The text was updated successfully, but these errors were encountered: