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

Composer install issue #16

Open
james-brndwgn opened this issue Jul 24, 2017 · 2 comments
Open

Composer install issue #16

james-brndwgn opened this issue Jul 24, 2017 · 2 comments

Comments

@james-brndwgn
Copy link

I'm getting this error when attempting to install with composer

Problem 1
    - nutsweb/laravel-prerender v2.0.0 requires symfony/psr-http-message-bridge ^0.2.0 -> satisfiable by symfony/psr-http-message-bridge[v0.2].
    - nutsweb/laravel-prerender v2.0.1 requires symfony/psr-http-message-bridge ^0.2.0 -> satisfiable by symfony/psr-http-message-bridge[v0.2].
    - Conclusion: don't install symfony/psr-http-message-bridge v0.2
    - Installation request for nutsweb/laravel-prerender ^2.0 -> satisfiable by nutsweb/laravel-prerender[v2.0.0, v2.0.1].

Installation failed, reverting ./composer.json to its original content.

I notice the git repo composer.json indicates "symfony/psr-http-message-bridge": "^1.0" as a requirement, but packagist lists symfony/psr-http-message-bridge: ^0.2.0.

Could this be part of the problem?

I have "symfony/psr-http-message-bridge": "^1.0" installed for other packages.

@james-brndwgn
Copy link
Author

For anyone else experiencing this, running composer require nutsweb/laravel-prerender:dev-master worked.

@anthonyboutinov
Copy link

It's been a year and the issue is still unresolved. At least, please, update README.md with this "fixed" line of code.

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