Skip to content
Snippets Groups Projects
Select Git revision
  • 40cf9ee253bbd25c06b2e2d6a69b4e44f10e33a0
  • master default protected
  • release_3.0.0
  • test
  • feature_pre_sql
  • develop
  • 3.0.1
  • 3.0.0
  • 2.3.0
  • 2.2.0
  • 2.1.0
  • 2.0.0
  • 1.3.7
  • 1.3.6
  • 1.3.5
  • 1.3.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
  • 1.3.0
  • 1.2.6
  • 1.2.5
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.1
26 results

global-development.php

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,
        ],
    ];