Laravel-Backpack / LangFileManager

A quick interface to edit Laravel language files, for Backpack.
http://backpackforlaravel.com
MIT License
92 stars 42 forks source link

Installation crashes #47

Closed markwalet closed 7 years ago

markwalet commented 7 years ago

I am following the tutorial on the following page: https://laravel-backpack.readme.io/v3.0/docs/install-on-laravel-55. Following it exactly.

When I try to execute composer require backpack/backupmanager it gives the following error:

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

I am trying to install this package on a Laravel 5.5.4 installation.

Complete output:

Using version ^1.2 for backpack/backupmanager
./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 backpack/backupmanager ^1.2 -> satisfiable by backpack/backupmanager[1.2.0].
    - Conclusion: remove laravel/framework v5.5.4
    - Conclusion: don't install laravel/framework v5.5.4
    - backpack/backupmanager 1.2.0 requires spatie/laravel-backup ^4.19 -> satisfiable by spatie/laravel-backup[4.19.0, 4.19.1, 4.19.2].
    - spatie/laravel-backup 4.19.0 requires illuminate/notifications ~5.3.28|~5.4.0 -> satisfiable by illuminate/notifications[v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].
    - spatie/laravel-backup 4.19.1 requires illuminate/notifications ~5.3.28|~5.4.0 -> satisfiable by illuminate/notifications[v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].
    - spatie/laravel-backup 4.19.2 requires illuminate/notifications ~5.3.28|~5.4.0 -> satisfiable by illuminate/notifications[v5.4.0, v5.4.13, v5.4.17, v5.4.19, v5.4.27, v5.4.36, v5.4.9].
    - don't install illuminate/notifications v5.4.0|don't install laravel/framework v5.5.4
    - don't install illuminate/notifications v5.4.13|don't install laravel/framework v5.5.4
    - don't install illuminate/notifications v5.4.17|don't install laravel/framework v5.5.4
    - don't install illuminate/notifications v5.4.19|don't install laravel/framework v5.5.4
    - don't install illuminate/notifications v5.4.27|don't install laravel/framework v5.5.4
    - don't install illuminate/notifications v5.4.36|don't install laravel/framework v5.5.4
    - don't install illuminate/notifications v5.4.9|don't install laravel/framework v5.5.4
    - Installation request for laravel/framework (locked at v5.5.4, required as 5.5.*) -> satisfiable by laravel/framework[v5.5.4].

Installation failed, reverting ./composer.json to its original content.
iMokhles commented 7 years ago

it's related to backupmanager package and there are already pull request open for that Pull Request 41

markwalet commented 7 years ago

Ah okay. Sorry for duplicate.