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

Fix issue with composer dependencies & FOSRest config #2428

Merged
merged 1 commit into from
Feb 3, 2015

Conversation

stloyd
Copy link
Contributor

@stloyd stloyd commented Feb 3, 2015

Closes #2425.
Fixes #2421.

@pjedrzejewski
Copy link
Member

Travis... Where are you?

@loevstroem
Copy link
Contributor

Thanks Joseph 👍

pjedrzejewski pushed a commit that referenced this pull request Feb 3, 2015
Fix issue with composer dependencies & FOSRest config
@pjedrzejewski pjedrzejewski merged commit 42b457b into Sylius:master Feb 3, 2015
@stloyd stloyd deleted the bugfix/composer_rest branch February 3, 2015 11:40
@psyray
Copy link
Contributor

psyray commented Feb 3, 2015

Thx

Another strange issue when I do a vendor update composer.phar update --prefer-dist --profile -vvv, it upgrades me to symfony 2.6.
I have to remove the vendors dir and composer.lock file, run composer.phar install --prefer-dist --profile -vvv to have latest symfony 2.3 version.

Is this normal ?

@@ -75,7 +75,7 @@
"willdurand/hateoas-bundle": "@stable",
"winzou/state-machine": "~0.1",
"winzou/state-machine-bundle": "~0.2",
"payum/omnipay-bridge": "0.13.*"
"payum/omnipay-bridge": "~0.12"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@stloyd 0.12.*

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's covered by payum version, composer locks himself on 0.12 so there is no need to change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also there should be provide in payum/payum package as there is replace note (for version 0.12 ofc).

@psyray
Copy link
Contributor

psyray commented Feb 13, 2015

Always same issue with symfony updating to 2.6 while doing an update.
Workaround is : delete vendor dir, composer.lock and do an install.

Is this problem happens to someone ?

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

Successfully merging this pull request may close these issues.

Cannot find OmnipayBridge payment Wrong MIME Type returned for CSS files (text/html instead of text/css)
5 participants