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
This releases fixes the bad upgrade path, which has been introduced in version 2.5.0. Upgrading from version 2.4.0 is still broken, but can be mitigated with various workarounds. It is best to delete the package before the update for example via rm -rf vendor/drupal-composer/drupal-scaffold. Other workarounds can be found in #79.
Changelog
Pre-load all of our sources on initial load so that we will not get a more recent version of one of our classes e.g. after a 'composer update' operation. (#82)
Use g1a/composer-test-scenarios to test more php versions. (#82)