Releases: VasekPurchart/Phing-Symfony-Command-Task
Releases · VasekPurchart/Phing-Symfony-Command-Task
3.0
Maintenance
BC breaks: Since new language features from PHP 7.1 are used some method signatures have changed. This means that if you were extending/implementing them, you need to update the method signatures to match the new form.
- Remove support for PHP 7.0 since it is no longer supported and adopt PHP 7.1 (#3)
- Remove support for PHP 7.1 since it is no longer supported (#4)
- Support for PHP 7.3 (#5)
2.0
- namespaced
SymfonyCommandTask
- fix setting
executable
- remove support for PHP 5.x, since it is no longer supported
- tests and build for this repository
Migration from 1.x
In your <taskdef>
definition replace the classname with it's new FQN name, for example:
<taskdef name="symfony-cmd" classname="SymfonyCommand"/>
<!-- replace with: -->
<taskdef name="symfony-cmd" classname="VasekPurchart\Phing\SymfonyCommand\SymfonyCommandTask"/>