Releases: drupal-composer/drupal-scaffold
Releases · drupal-composer/drupal-scaffold
2.6.1
Replace cgit.drupalcode.org with git.drupalcode.org (#104)
2.5.4
Fixed
- Protect against missing result value #91
2.5.3
- [closed] Fatal error: Interface 'Composer\Plugin\Capability\CommandProvider' not found #86
- [closed] Error in post install script #79
- [closed] Performance #67
- [closed] Drupal-l10n #64
- [closed] Composer TransportException, empty 200 response #59
2.5.2
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)
2.5.0
drupal-scaffold
is now a full featured composer plugin. It is no longer require to call the plugin itself in your projects composer.json
.