Skip to content

2.0

Choose a tag to compare

@VasekPurchart VasekPurchart released this 22 Mar 11:52
· 45 commits to master since this release
  • 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"/>