laravel-admin-extensions / reporter

This tool stores the exception information into the database and provides a developer-friendly web interface to view the exception information.
http://laravel-admin.org/
MIT License
58 stars 25 forks source link

Failed to install #14

Open phamtanlong opened 4 years ago

phamtanlong commented 4 years ago
$ ./composer.phar require laravel-admin-ext/reporter -vvv

Using version ^1.0 for laravel-admin-ext/reporter
./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
    - Installation request for laravel/framework (locked at v7.26.0, required as ^7.24) -> satisfiable by laravel/framework[v7.26.0].
    - Conclusion: don't install laravel-admin-ext/reporter v1.0.1
    - Can only install one of: encore/laravel-admin[1.5.x-dev, v1.8.2].
    - Can only install one of: encore/laravel-admin[v1.8.2, 1.5.x-dev].
    - Can only install one of: encore/laravel-admin[1.5.x-dev, v1.8.2].
    - laravel-admin-ext/reporter v1.0.0 requires encore/laravel-admin 1.5.* -> satisfiable by encore/laravel-admin[1.5.x-dev].
    - Installation request for laravel-admin-ext/reporter ^1.0 -> satisfiable by laravel-admin-ext/reporter[v1.0.0, v1.0.1].
    - Installation request for encore/laravel-admin (locked at v1.8.2, required as ^1.8) -> satisfiable by encore/laravel-admin[v1.8.2].

Installation failed, reverting ./composer.json to its original content.
teobatman00 commented 3 years ago

I have the same issue with you and I would like the developer to update for integrating laravel latest version. This is my issue

Terminal composer require laravel-admin-ext/reporter

Result

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

  • laravel-admin-ext/reporter v1.0.0 requires laravel/framework 5.5.* -> found laravel/framework[v5.5.0, ..., 5.5.x-dev] but it conflicts with your root composer.json require (^8.40).
  • laravel-admin-ext/reporter v1.0.1 requires laravel/framework ~5.5 -> found laravel/framework[v5.5.0, ..., 5.8.x-dev] but it conflicts with your root composer.json require (^8.40).
  • Root composer.json requires laravel-admin-ext/reporter ^1.0 -> satisfiable by laravel-admin-ext/reporter[v1.0.0, v1.0.1].

I am unable to handle it.