dmitry-ivanov / laravel-console-mutex

Mutex for Laravel Console Commands.
MIT License
139 stars 31 forks source link

Instalation conflict. #5

Closed ferkun closed 7 years ago

ferkun commented 7 years ago

I get this message installing the package.

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for illuminated/console-mutex ^5.5 -> satisfiable by illuminated/console-mutex[5.5.0].
    - Conclusion: remove laravel/framework v5.4.36
    - Conclusion: don't install laravel/framework v5.4.36
    - illuminated/console-mutex 5.5.0 requires illuminate/console 5.5.* -> satisfiable by illuminate/console[v5.5.0, v5.5.16, v5.5.17, v5.5.2].
    - don't install illuminate/console v5.5.0|don't install laravel/framework v5.4.36
    - don't install illuminate/console v5.5.16|don't install laravel/framework v5.4.36
    - don't install illuminate/console v5.5.17|don't install laravel/framework v5.4.36
    - don't install illuminate/console v5.5.2|don't install laravel/framework v5.4.36
    - Installation request for laravel/framework (locked at v5.4.36, required as 5.4.*) -> satisfiable by laravel/framework[v5.4.36].

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

I tried updating first , same result.

Thanks in advance

dmitry-ivanov commented 7 years ago

Hey, @ferkun !

Latest version of the package supports the latest version of the Laravel Framework, which is 5.5.

In your case, I can see you're using Laravel 5.4, so you should use 5.4.* version of the package.

Please, install package using this command:

composer require "illuminated/console-mutex:5.4.*"

Hope it helps!