-
Notifications
You must be signed in to change notification settings - Fork 627
Your requirements could not be resolved to an installable set of packages. #75
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
Comments
The problem lies with the swiftmailer/swiftmailer package and with the mashape/unirest-php package. This issue only appears with the latest composer version (which has a security update) This is the full error log: Problem 1
Potential causes:
To Reproduce: |
Thanks for this. I did the following:
That put me at version: Composer version fff913d6de5ec8c4315f466cf203c3e0acc3218a 2014-03-01 20:25:32 Then I ran the following:
I'm not getting the same error. What composer version are you each on? |
Using the same composer version. The only difference we probably have is which version of sendgrid-php we are trying to install. This is what my composer.json looks like to install sendgrid:
Which gives this output:
It does work when we add minimum-stability : dev to composer. (didn't have to do that in the past) But it should work just as good without (hate adding min. stab. dev for prod. env.) |
Ok, cool. So the fix here is to move to: And you also can update to |
@motdotla You are a gentlemen and a scholar. Thanks. |
https://github.com/sendgrid/sendgrid-php/blob/v1.1.4/composer.json
line 8-11
mashape/unirest-php needs to be an uppercase M
since composer is seeing everything strict now
as mentioned in this github issue of composer: composer/composer#2690
This is the error our users are receiving when attempting to install SendGrid PHP with the new version of composer : Your requirements could not be resolved to an installable set of packages.
The text was updated successfully, but these errors were encountered: