release; } /** * {@inheritdoc} */ public function require_all_upgrades() { return false; } /** * {@inheritdoc} */ public function concern() { return $this->concern; } /** * {@inheritdoc} */ public function apply(base $appbox, Application $app) { $app['conf']->set(['main', 'search-engine'], [ 'type' => 'Alchemy\Phrasea\SearchEngine\Phrasea\PhraseaEngine', 'options' => [], ]); return true; } }