rocketeers / rocketeer

Send your projects up in the clouds
http://rocketeer.autopergamene.eu/
MIT License
2.66k stars 217 forks source link

rocketeer is not adding through Composer in Laravel 5.5 #763

Closed rakib-09 closed 6 years ago

rakib-09 commented 7 years ago

First of all thanks Anahkiasen For this beatiful Project. Recently I am getting this problem when I am trying to require rocketeer in CLI. composer require --dev anahkiasen/rocketeer

The response is always like this. image

How Can I solve this ?

thearmandov commented 6 years ago

Rocketeer cannot be installed via composer on laravel 5.5.

JanKyselica commented 6 years ago

Same problem on L5.4.36

Problem 1
    - Conclusion: remove laravel/framework v5.4.36
    - Conclusion: don't install laravel/framework v5.4.36
    - anahkiasen/rocketeer 2.2.0 requires illuminate/log ~4.2 -> satisfiable by illuminate/log[v4.2.1, v4.2.12, v4.2.16, v4.2.17, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9].
    - anahkiasen/rocketeer 2.2.1 requires illuminate/log ~4.2 -> satisfiable by illuminate/log[v4.2.1, v4.2.12, v4.2.16, v4.2.17, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9].
    - anahkiasen/rocketeer 2.2.2 requires illuminate/log ~4.2 -> satisfiable by illuminate/log[v4.2.1, v4.2.12, v4.2.16, v4.2.17, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9].
    - anahkiasen/rocketeer 2.2.3 requires illuminate/log ~4.2 -> satisfiable by illuminate/log[v4.2.1, v4.2.12, v4.2.16, v4.2.17, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9].
    - anahkiasen/rocketeer 2.2.4 requires illuminate/log ~4.2 -> satisfiable by illuminate/log[v4.2.1, v4.2.12, v4.2.16, v4.2.17, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9].
    - anahkiasen/rocketeer 2.2.5 requires illuminate/log ~4.2 -> satisfiable by illuminate/log[v4.2.1, v4.2.12, v4.2.16, v4.2.17, v4.2.2, v4.2.3, v4.2.4, v4.2.5, v4.2.6, v4.2.7, v4.2.8, v4.2.9].
    - don't install illuminate/log v4.2.1|don't install laravel/framework v5.4.36
    - don't install illuminate/log v4.2.12|don't install laravel/framework v5.4.36
    - don't install illuminate/log v4.2.16|don't install laravel/framework v5.4.36
    - don't install illuminate/log v4.2.17|don't install laravel/framework v5.4.36
    - don't install illuminate/log v4.2.2|don't install laravel/framework v5.4.36
    - don't install illuminate/log v4.2.3|don't install laravel/framework v5.4.36
    - don't install illuminate/log v4.2.4|don't install laravel/framework v5.4.36
    - don't install illuminate/log v4.2.5|don't install laravel/framework v5.4.36
    - don't install illuminate/log v4.2.6|don't install laravel/framework v5.4.36
    - don't install illuminate/log v4.2.7|don't install laravel/framework v5.4.36
    - don't install illuminate/log v4.2.8|don't install laravel/framework v5.4.36
    - don't install illuminate/log v4.2.9|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 request for anahkiasen/rocketeer ^2.2 -> satisfiable by anahkiasen/rocketeer[2.2.0, 2.2.1, 2.2.2, 2.2.3, 2.2.4, 2.2.5].
KiberMath commented 6 years ago

may be this plugin can help? https://github.com/bamarni/composer-bin-plugin i've just noticed it.

Ciaro commented 6 years ago

Hi @KiberMath Thanks for the tip! I successfully implemented rocketeer in Laravel 5.5 by using the composer plugin you mentioned.

Ciaro commented 6 years ago

Keep in mind that this is a work-around and the actual linking to the Laravel framework still does not work.