This repository was archived by the owner on Jan 1, 2018. It is now read-only.
Releases: mrtnzlml/compiler-extension
Releases · mrtnzlml/compiler-extension
v2.1.0
Added GroupedNeonAdapter. Read more about this feature in README.
This is experimental feature. If you want to enable experimental features you have to register this extension differently:
$configurator->defaultExtensions['extensions'] = [\Adeira\ConfigurableExtensionsExtension::class, [TRUE]]; // Become superhero!v2.0.0
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;