Laravel-debugbar: Installation Error

Created on 12 Sep 2017  路  3Comments  路  Source: barryvdh/laravel-debugbar

Hi! I'm running the installation with composer require barryvdh/laravel-debugbar (so code: composer require barryvdh/laravel-debugbar --dev) but I recieve the following error message:
`composer require barryvdh/laravel-debugbar --dev
Using version ^3.0 for barryvdh/laravel-debugbar
./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.3.31
- Conclusion: don't install laravel/framework v5.3.31
- barryvdh/laravel-debugbar v3.0.0 requires illuminate/session 5.5.x -> satisfiable by illuminate/session[v5.5.0, v5.5.2].
- barryvdh/laravel-debugbar v3.0.1 requires illuminate/session 5.5.x -> satisfiable by illuminate/session[v5.5.0, v5.5.2].
- don't install illuminate/session v5.5.0|don't install laravel/framework v5.3.31
- don't install illuminate/session v5.5.2|don't install laravel/framework v5.3.31
- Installation request for laravel/framework (locked at v5.3.31, required as 5.3.*) -> satisfiable by laravel/framework[v5.3.31].
- Installation request for barryvdh/laravel-debugbar ^3.0 -> satisfiable by barryvdh/laravel-debugbar[v3.0.0, v3.0.1].

Installation failed, reverting ./composer.json to its original content.
`
How fix problem and install?

Most helpful comment

Which version of DebugBar you're trying to install on which version of Laravel?

  • the DebugBar 2.4.x is for Laravel 5.4-
  • the DebugBar 3.0.x is for Laravel 5.5+

All 3 comments

Which version of DebugBar you're trying to install on which version of Laravel?

  • the DebugBar 2.4.x is for Laravel 5.4-
  • the DebugBar 3.0.x is for Laravel 5.5+

yes!Its done!Thanks very much aik099! version of Laravel is 5.3. I'm running the installation with composer require barryvdh/laravel-debugbar v2.4.0

@MRZ2017 , does it mean that all is working correctly for you now? If so, then please close the issue on GitHub.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kjhatis picture kjhatis  路  5Comments

alphametric picture alphametric  路  5Comments

innerdev picture innerdev  路  5Comments

beneverard picture beneverard  路  6Comments

Thijmen picture Thijmen  路  6Comments