-
Notifications
You must be signed in to change notification settings - Fork 398
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 VM integration broken in latest stable release of DrupalVM #568
Comments
So the issue is that you end up with PHP 7 when you expect 5.6? |
Have you tested this in 8.5-beta1? |
@grasmash yeah I tried 8.5 beta1 same result. Noteworthy DrupalVM 3.4 by itsself works fine. Yeah I end up getting a borked PHP7 install |
This seemed to be a caching issue. Clearing the composer cache. Deleting the vendor dir. Destroying the VM fixed the problem. |
Also note that config.yml should have |
After initializing a fresh blt project:
When I ssh into the VM I get:
Here is the config.yml
Noteworthy I did have to manually add the following before I could do a vagrant up to prevent global composer errors.
The text was updated successfully, but these errors were encountered: