terion-name / package-installer

Ultimate package installer for Laravel Framework
MIT License
49 stars 4 forks source link

Composer installation fails on Laravel 5 #3

Open acacha opened 9 years ago

acacha commented 9 years ago

Installation fails with following error:

$ composer require terion/package-installer:~1
./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
    - Conclusion: remove laravel/framework v5.0.31
    - terion/package-installer v1.0.0 requires illuminate/config 4.2.* -> satisfiable by illuminate/config[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].
    - terion/package-installer v1.0.1 requires illuminate/config 4.2.* -> satisfiable by illuminate/config[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/config v4.2.1|don't install laravel/framework v5.0.31
    - don't install illuminate/config v4.2.12|don't install laravel/framework v5.0.31
    - don't install illuminate/config v4.2.16|don't install laravel/framework v5.0.31
    - don't install illuminate/config v4.2.17|don't install laravel/framework v5.0.31
    - don't install illuminate/config v4.2.2|don't install laravel/framework v5.0.31
    - don't install illuminate/config v4.2.3|don't install laravel/framework v5.0.31
    - don't install illuminate/config v4.2.4|don't install laravel/framework v5.0.31
    - don't install illuminate/config v4.2.5|don't install laravel/framework v5.0.31
    - don't install illuminate/config v4.2.6|don't install laravel/framework v5.0.31
    - don't install illuminate/config v4.2.7|don't install laravel/framework v5.0.31
    - don't install illuminate/config v4.2.8|don't install laravel/framework v5.0.31
    - don't install illuminate/config v4.2.9|don't install laravel/framework v5.0.31
    - Installation request for laravel/framework == 5.0.31.0 -> satisfiable by laravel/framework[v5.0.31].
    - Installation request for terion/package-installer ~1 -> satisfiable by terion/package-installer[v1.0.0, v1.0.1].

Installation failed, reverting ./composer.json to its original content.
terion-name commented 9 years ago

Yeah, I should update it for L5. Had no time yet =( I'll try in near future

Evertt commented 8 years ago

Still no time? =(

tabacitu commented 8 years ago

Boy, would this be helpful for L5 👍

terion-name commented 8 years ago

@tabacitu @Evertt this needs full rework for L5 (and in general). I'll try to get my hand on this, but it's really hard because of amounts of work I have :(

tabacitu commented 8 years ago

Yup, I know, we're all in the same situation. But if you do have time to update it, I promise i'll try to make it super-popular.

tabacitu commented 8 years ago

Just imagine. Everybody will know your name. Random beautiful girls will approach you on the street and ask for your autograph on their skin (don't forget to use <?php ?>). Guys will want to take pictures with you. Obama and Putin will both ask you to install a red phone, just in case they need you.

Or... just a few thousand installs and famous in Laravel circles. But still, good stuff :-)

j3rrey commented 7 years ago

will become mostly obsolete I guess :( https://laravel-news.com/package-auto-discovery https://github.com/barryvdh/laravel-debugbar/pull/643