Composer require dependencies and version issue. Is it possible to force or change satisfiable version requirements?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP



Composer require dependencies and version issue. Is it possible to force or change satisfiable version requirements?



I am currently working in Laravel 5.6.
I am trying to use the Corcel composer package.

It looks like I already have a version of the hautelook/phpass installed and locked at 0.3.5. Corcel seams to want 0.3.4. Is there a way to force Corcel ge to use 0.3.5 so I don't have to play with my lock?



From my terminal:



$ composer require jgrossi/corcel Using version ^2.6 for
jgrossi/corcel ./composer.json has been updated Loading composer
repositories with package information Updating dependencies (including
require-dev) Your requirements could not be resolved to an installable
set of packages.



Problem 1



Installation failed, reverting ./composer.json to its original content.


./composer.json





Is it possible to update the existing composer.json to a newer version of phpass?
– Dale
Aug 10 at 13:35





You can fake a library version using "as" in composer. getcomposer.org/doc/articles/aliases.md
– GiamPy
Aug 10 at 13:35





Thank you, and thank you for the formatting to my post!
– Cameron
Aug 13 at 17:10









By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

Firebase Auth - with Email and Password - Check user already registered

Dynamically update html content plain JS

How to determine optimal route across keyboard