Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 4c737bb

Browse files
authored
add use_zend_loader in config/application.config.php
to use composer autoloader instead of zend-loader
1 parent 7581703 commit 4c737bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/application.config.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
// These are various options for the listeners attached to the ModuleManager
1313
'module_listener_options' => [
14+
15+
// use composer autoloader instead of zend-loader
16+
'use_zend_loader' => false,
17+
1418
// This should be an array of paths in which modules reside.
1519
// If a string key is provided, the listener will consider that a module
1620
// namespace, the value of that key the specific path to that module's

0 commit comments

Comments
 (0)