This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
Releases: bushbaby/zf2-module-phing-service
Releases · bushbaby/zf2-module-phing-service
second release
- Rely on composer for autoloading (PSR4) (possible BC)
- config key phingPath is now phingBin (possible BC)
- Depend on Symfony's Process component for running the Phing process, which will handle passing of environment values to the phing executable
- (BC) calling 'build' now returns an instance of Process