Skip to content

2.5.2

Compare
Choose a tag to compare
@webflo webflo released this 14 Jun 20:05
· 9 commits to master since this release

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)