Wulfheart / pretty-routes

Display your Laravel routes in the console, but make it pretty. 😎

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install fails

Sophist-UK opened this issue · comments

composer require wulfheart/pretty_routes:^0.3.0

./composer.json has been updated
Running composer update wulfheart/pretty_routes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires wulfheart/pretty_routes 0.3.0 -> satisfiable by wulfheart/pretty_routes[0.3.0].
    - wulfheart/pretty_routes 0.3.0 requires illuminate/contracts ^8.0 -> found illuminate/contracts[v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.


Installation failed, reverting ./composer.json and ./composer.lock to their original content.
commented

What does your composer.json look like? Did you try to install it with Laravel 9?

It is the very latest laravel version - composer.lock says laravel 9.18, which means illuminate/contracts is also 9.18..

Your own composer.json says you need illuminate/contracts "^8.0" and not "^8|^9" or ">=8.0" as most other packages state.

commented

Laravel 9 is not supported as the functionality of this package is integrated into the framework itself.

Ah - it does say that in the Readme but I didn't spot it. Thx for your patience with me.

commented

You’re welcome!