Closed Xoshbin closed 7 years ago
Hey @Xoshbin,
I'll work on a fix for this hopefully this afternoon. I'll update you when a new release is available.
Hey @Xoshbin,
This should now be fixed in the 2.0 release, could you try updating when you can?
"dawson/amazon-ecs": "~2.0"
Thanks
Hi @JoeDawson I think I have another issue with Laravel passport, Laravel passport requires "symfony/psr-http-message-bridge": "^1.0", and amazon-ecs requires another version of "symfony/psr-http-message-bridge". anyway I tried to install amazon-ecs beside Laravel passport but it gave me this error:
Problem 1
- Installation request for dawson/amazon-ecs ~2.0 -> satisfiable by dawson/amazon-ecs[v2.0.0].
- dawson/amazon-ecs v2.0.0 requires symfony/psr-http-message-bridge 0.2 -> satisfiable by symfony/psr-http-message-bridge[v0.2] but these conflict with your requirements or minimum-stability.
and I removed "symfony/psr-http-message-bridge": "^1.0" from the composer.json of the Laravel 5.4 it gave me this error:
Problem 1
- laravel/passport v2.0.4 requires symfony/psr-http-message-bridge ~1.0 -> satisfiable by symfony/psr-http-message-bridge[v1.0.0].
- laravel/passport v2.0.0 requires symfony/psr-http-message-bridge ~1.0 -> satisfiable by symfony/psr-http-message-bridge[v1.0.0].
- laravel/passport v2.0.1 requires symfony/psr-http-message-bridge ~1.0 -> satisfiable by symfony/psr-http-message-bridge[v1.0.0].
- laravel/passport v2.0.2 requires symfony/psr-http-message-bridge ~1.0 -> satisfiable by symfony/psr-http-message-bridge[v1.0.0].
- laravel/passport v2.0.3 requires symfony/psr-http-message-bridge ~1.0 -> satisfiable by symfony/psr-http-message-bridge[v1.0.0].
- laravel/passport v2.0.4 requires symfony/psr-http-message-bridge ~1.0 -> satisfiable by symfony/psr-http-message-bridge[v1.0.0].
- Can only install one of: symfony/psr-http-message-bridge[v0.2, v1.0.0].
- Can only install one of: symfony/psr-http-message-bridge[v1.0.0, v0.2].
- dawson/amazon-ecs v2.0.0 requires symfony/psr-http-message-bridge 0.2 -> satisfiable by symfony/psr-http-message-bridge[v0.2].
- Installation request for dawson/amazon-ecs ~2.0 -> satisfiable by dawson/amazon-ecs[v2.0.0].
- Installation request for laravel/passport ^2.0 -> satisfiable by laravel/passport[v2.0.0, v2.0.1, v2.0.2, v2.0.3, v2.0.4].
I think I have to make a fork of "amazon-ecs" "if it's allowed" and add "symfony/psr-http-message-bridge": "^1.0" in it's composer.json. and I'm not sure if it's going to work or not. Thanks for the reply and all of the hard work again.
hi @JoeDawson As I expected just by removing "symfony/psr-http-message-bridge" solved the problem. Thanks
Dear Joe, It looks like the package is not compatible with Laravel 5.4 is there anyway to fix this issue?