This commit is contained in:
2025-09-13 01:08:51 +08:00
parent f65d07884f
commit d76a5ba5a5
29 changed files with 941 additions and 0 deletions

View File

@ -0,0 +1,18 @@
<?php
declare(strict_types=1);
use Laminas\ApiTools\Admin\Model\ModulePathSpec;
return [
'view_manager' => [
'display_exceptions' => true,
],
'api-tools-admin' => [
'path_spec' => ModulePathSpec::PSR_4,
],
'api-tools-configuration' => [
'enable_short_array' => true,
'class_name_scalars' => true,
],
];