Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

README.md

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    global-development.php 494 B
    <?php
    /**
     * @license   http://opensource.org/licenses/BSD-3-Clause BSD-3-Clause
     * @copyright Copyright (c) 2014-2016 Zend Technologies USA Inc. (http://www.zend.com)
     */
    
    use ZF\Apigility\Admin\Model\ModulePathSpec;
    
    return [
        'view_manager' => [
            'display_exceptions' => true,
        ],
        'zf-apigility-admin' => [
            'path_spec' => ModulePathSpec::PSR_4,
        ],
        'zf-configuration' => [
            'enable_short_array' => true,
            'class_name_scalars' => true,
        ],
    ];