You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I'm getting this error when attempting to install with composer
I notice the git repo composer.json indicates
"symfony/psr-http-message-bridge": "^1.0"
as a requirement, but packagist listssymfony/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.The text was updated successfully, but these errors were encountered: