<?php declare(strict_types=1); use Laminas\ConfigAggregator\ConfigAggregator; return [ 'debug' => true, ConfigAggregator::ENABLE_CACHE => false, ];