Skip to content
Snippets Groups Projects
Select Git revision
  • cb8b152dcc049c15d2a55b5630e1462dffa65fe0
  • master default protected
  • release-1.3.10
  • popover-bootstrap-3.4
  • zf-3.x
  • 3.0.9
  • 3.0.8
  • 1.3.10
  • 3.0.7
  • 3.0.6
  • 3.0.5
  • 3.0.4
  • 3.0.3
  • 3.0.2
  • 3.0.1
  • 3.0.0
  • 1.3.9
  • 1.3.8
  • 1.3.7
  • 1.3.6
  • 1.3.5
  • 1.3.4
  • 1.3.3
  • 1.3.2
  • 1.3.1
25 results

AbstractFactoryTest.php

Blame
  • Forked from lib / unicaen / auth
    Source project has a limited visibility.
    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,
        ],
    ];