Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[FlowBundle] Fix version so we can use this bundle with Symfony 2.8 too #3635

Merged
merged 2 commits into from
Nov 26, 2015

Conversation

tristanbes
Copy link
Contributor

No description provided.

@tristanbes tristanbes changed the title Fix version so we can use this bundle with Symfony 2.8 too [FlowBundle] Fix version so we can use this bundle with Symfony 2.8 too Nov 26, 2015
@@ -22,7 +22,7 @@
"require": {
"php": ">=5.5.9",

"symfony/framework-bundle": "~2.7.5"
"symfony/framework-bundle": "~2.7,>=2.7.5"
Copy link
Contributor

Choose a reason for hiding this comment

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

We can simply use ^ instead of ~ and that should be corrected in all bundles...

Copy link
Contributor

Choose a reason for hiding this comment

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

Should be ^2.7.7, versions from 2.7 to 2.7.6 have some security issues.

@tristanbes
Copy link
Contributor Author

@michalmarcinkowski done

pjedrzejewski pushed a commit that referenced this pull request Nov 26, 2015
[FlowBundle] Fix version so we can use this bundle with Symfony 2.8 too
@pjedrzejewski pjedrzejewski merged commit 15b2fdf into Sylius:master Nov 26, 2015
@pjedrzejewski
Copy link
Member

Thank you Tristan!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants