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

zf-composer-autoloading 2.0.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 22 Feb 16:57
· 12 commits to master since this release

Added

  • #8 extracts the classes ZF\ComposerAutoloading\Help, ZF\ComposerAutoloading\Command\Enable, and ZF\ComposerAutoloading\Command\Disable from the ZF\ComposerAutoloading\Command class, which now delegates to each of them to perform its tasks.

Changes

  • #8 renames the script from autoload-module-via-composer to zf-composer-autoloading.
  • #8 renames the Command::__invoke() method to Command::process().
  • #8 adds a dependency on zend-stdlib in order to facilitate colorized console reporting, and allow testing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.