Skip to content
This repository has been archived by the owner on Jan 1, 2018. It is now read-only.

v2.0.0

Compare
Choose a tag to compare
@mrtnzlml mrtnzlml released this 17 Dec 15:24
· 19 commits to master since this release

Please read README.md - there is big BC break. You basically have to use Adeira\ConfigurableExtensionsExtension instead of default ExtensionsExtension like this (bootstrap.php):

$configurator->defaultExtensions['extensions'] = \Adeira\ConfigurableExtensionsExtension::class;