Skip to content
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

Laravel 5.2 - Cant install - Conclusion: remove symfony/finder v3.0.7 #95

Closed
simplenotezy opened this issue Jun 13, 2016 · 1 comment
Closed

Comments

@simplenotezy
Copy link

simplenotezy commented Jun 13, 2016

I am getting the following error when I install on a Laravel 5.2 project.

vagrant@homestead:~/Projects/project$ composer require vinelab/cdn:dev-master
./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 vinelab/cdn dev-master -> satisfiable by vinelab/cdn[dev-master].
    - Conclusion: remove symfony/finder v3.0.7
    - Conclusion: don't install symfony/finder v3.0.7
@marcaube
Copy link
Contributor

Rollback to the 2.* branch.

composer require "symfony/console:^2.8"
composer require "symfony/finder:^2.8"
composer require "vinelab/cdn"

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

2 participants