ocramius / ocracomposerinstaller
Helper library that handles installation of OcraComposer, so that Zend\Module\Manager can load it
Installs: 549
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:composer-installer
Requires
- php: >=5.3.3
This package is auto-updated.
Last update: 2022-02-01 12:20:34 UTC
README
This module is a composer-installer
package type for composer. It handles the path where packages of type
zendframework-module-autoloader
are installed (simply into vendor
typically). This is to avoid manual setting of
module_paths
in ZendFramework applications using modules.