Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • ll-api-test
  • php84
  • detached3
  • detached4
  • detached2
  • ll-sans-console
  • detached
  • revert-482f2acb
  • 5.x
  • 4.x
  • laminas_migration
  • release_4.0.0
  • 6.1.4
  • 6.1.3
  • 6.1.2
  • 6.1.1
  • 6.1.0
  • 5.0.0
  • 4.0.1
  • 4.0.0
  • 3.0.5
  • 3.0.4
  • 3.0.3
  • 3.0.2
  • 3.0.1
  • 3.0.0
27 results

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