Skip to content
Snippets Groups Projects
Select Git revision
  • 689a03f7a5d426674df98bfb9b249eb87ff204bb
  • master default protected
  • php84
  • ll-api-test
  • 6.x
  • release_6.2.0
  • modif_maintenance_phtml
  • 6.0.x
  • detached2
  • detached
  • php82
  • feature_SearchAndSelectFilter
  • 5.x
  • 4.x
  • 7.2.1
  • 7.2.0
  • 6.2.0
  • 7.1.0
  • 7.0.0
  • 1.1.1
  • 6.1.7
  • 6.1.6
  • 6.1.5
  • 6.0.16
  • 6.0.15
  • 6.1.4
  • 6.0.14
  • 6.1.3
  • 6.0.13
  • 6.1.2
  • 6.0.12
  • 6.1.1
  • 6.1.0
  • 6.0.11
34 results

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