This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
zf-composer-autoloading 2.0.0
Added
- #8 extracts the classes
ZF\ComposerAutoloading\Help
,ZF\ComposerAutoloading\Command\Enable
, andZF\ComposerAutoloading\Command\Disable
from theZF\ComposerAutoloading\Command
class, which now delegates to each of them to perform its tasks.
Changes
- #8 renames the script from
autoload-module-via-composer
tozf-composer-autoloading
. - #8 renames the
Command::__invoke()
method toCommand::process()
. - #8 adds a dependency on zend-stdlib in order to facilitate colorized console reporting, and allow testing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.