Skip to content

Installation fails (Laravel 5.2) #61

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Mastergalen opened this issue Jan 7, 2016 · 2 comments
Closed

Installation fails (Laravel 5.2) #61

Mastergalen opened this issue Jan 7, 2016 · 2 comments

Comments

@Mastergalen
Copy link

vagrant@homestead:~/Code/Zugy$ composer require spatie/laravel-backup
Using version ^2.9 for spatie/laravel-backup
./composer.json has been updated
> php artisan clear-compiled
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 spatie/laravel-backup ^2.9 -> satisfiable by spatie/laravel-backup[2.9.0].
    - Conclusion: remove symfony/finder v3.0.1
    - Conclusion: don't install symfony/finder v3.0.1
    - spatie/laravel-backup 2.9.0 requires symfony/finder ~2.6 -> satisfiable by symfony/finder[v2.6.0, v2.6.1, v2.6.10, v2.6.11, v2.6.12, v2.6.2, v2.6.3, v2.6.4, v2.6.5, v2.6.6, v2.6.7, v2.6.8, v2.6.9, v2.7.0, v2.7.1, v2.7.2, v2.7.3, v2.7.4, v2.7.5, v2.7.6, v2.7.7, v2.7.8, v2.8.0, v2.8.1].
    - Can only install one of: symfony/finder[v2.8.0, v3.0.1].
    - Can only install one of: symfony/finder[v2.8.1, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.0, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.1, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.10, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.11, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.12, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.2, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.3, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.4, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.5, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.6, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.7, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.8, v3.0.1].
    - Can only install one of: symfony/finder[v2.6.9, v3.0.1].
    - Can only install one of: symfony/finder[v2.7.0, v3.0.1].
    - Can only install one of: symfony/finder[v2.7.1, v3.0.1].
    - Can only install one of: symfony/finder[v2.7.2, v3.0.1].
    - Can only install one of: symfony/finder[v2.7.3, v3.0.1].
    - Can only install one of: symfony/finder[v2.7.4, v3.0.1].
    - Can only install one of: symfony/finder[v2.7.5, v3.0.1].
    - Can only install one of: symfony/finder[v2.7.6, v3.0.1].
    - Can only install one of: symfony/finder[v2.7.7, v3.0.1].
    - Can only install one of: symfony/finder[v2.7.8, v3.0.1].
    - Installation request for symfony/finder == 3.0.1.0 -> satisfiable by symfony/finder[v3.0.1].


Installation failed, reverting ./composer.json to its original content.
@kyleh
Copy link

kyleh commented Jan 7, 2016

composer.json "require":

Laravel 5.0 - "symfony/finder": "2.6."
Laravel 5.1 - "symfony/finder": "2.7.
",
Laravel 5.2 - "symfony/finder": "2.8.|3.0."

laravel-backup - "symfony/finder": "~2.6"

@freekmurze
Copy link
Member

Fixed in v2.9.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants