-
Notifications
You must be signed in to change notification settings - Fork 379
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
[Dependencies] Enable Symfony 4.0 support #1010
Conversation
#SymfonyConHackday2017 |
looks good .. will wait until php-enqueue/enqueue-bundle#1 is merged |
@lsmith77 It seems that it has been merged now (the PR being this one: php-enqueue/enqueue-dev#269) |
@lsmith77 I'll try to check today |
@@ -36,19 +36,18 @@ | |||
"doctrine/cache": "~1.1", | |||
"doctrine/orm": "~2.3", | |||
"enqueue/enqueue-bundle": "^0.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC for versions below 1.0, we need to explicitly allow minor versions .. so I think this needs to be “^0.7|^0.8” in order to be able to pull in the 0.89 version which provides Symfony compatibility
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed via c5e26d6
On SymfonyCon Cluj 2017 we add changes to bundles for Symfony 4 support. Also, added changes to composer.json ^4.0 and to .trevis.yml for tests.
#SymfonyConHackDay2017