Skip to content

Releases: VasekPurchart/Phing-Symfony-Command-Task

3.0

31 Dec 13:49
3.0
40c3ab4
Compare
Choose a tag to compare

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.

2.0

22 Mar 11:52
Compare
Choose a tag to compare
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"/>