You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In master right now is a overly complicated system. Let's uncomplicate it.
The Drupal 8 composer template has drupal/core: true as opposed to a real semver range or version.
Elsewhere, we are detecting that value is present, and performing a lookup of the Drupal.org update system to find the latest stable minor release of D8.
This is then injected into the template.
That value is then used by another not-quite-open generator to make decisions about things like docker images to use.
Let's just change the value to ^8.3 or the like, remove that particular spot of cleverness from this generator doing the lookup, make sure Octane successfully removes drupal/core from it's template, and then test that this generator and the other generator both work.
The text was updated successfully, but these errors were encountered:
In master right now is a overly complicated system. Let's uncomplicate it.
Let's just change the value to ^8.3 or the like, remove that particular spot of cleverness from this generator doing the lookup, make sure Octane successfully removes drupal/core from it's template, and then test that this generator and the other generator both work.
The text was updated successfully, but these errors were encountered: