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"/>