-
-
Notifications
You must be signed in to change notification settings - Fork 556
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
Drupal Console isn't compatible with Symfony components ~3.2 #3293
Comments
@anavarre do you know the ETA for 8.4? |
ETA is ~6 months from the day 8.3.0 was released, so around October 2017. See core release cycle. That being said, chasing HEAD means 8.4.x is being used already by developers. |
I will make |
Sounds good. Let me know if you end up doing so, I will switch drucker to use the dev branch, then. |
Running into the same thing here for Dropwhale. |
@socketwench are you also using Drupal 8.4.x? |
Well yeah, since typically you're developing against Drupal HEAD for modules. |
Same issue here too. |
Same problem here... |
Also running into this, but against a Drupal 8.3.2 codebase. |
Is there an update on this? |
Yes development branch will updated the later next week early Aug. |
Is there any method for using drupal console on drupal 8.4.x? |
FYI there's an issue about ugprading to 3.3 https://www.drupal.org/node/2874909 |
Any updates on this? I ran into this at sprints at Twin Cities Drupal Camp and spent several hours trying to get Drupal Console working with 8.4.x to no avail. From everything I can see it's this discrepancy in symfony/console versions that is causing this problem. Would really like to see this resolved as there are multiple issues opened with this same issue, and it can cause severe setbacks trying to find a workaround, when as far as I can tell, there isn't one. |
+1 To note:
|
As the first alpha of 8.4.0 is planned in about two weeks (https://groups.drupal.org/node/517148), the need for a compatible DC release will likely become more urgent for a lot of dev projects soon. |
Update Symfony components to ~3.2 was committed and breaks installing Drupal Console (up to RC18) when chasing HEAD (8.4.x)
When reverting to Git commit hash 4d80891 (that is, just before the Symfony components ~3.2 commit) it installs just fine.
The text was updated successfully, but these errors were encountered: