radic / phing-tasks
Changelog generator, VendorBinExec, etc
1.0.0
2015-02-11 00:26 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- phing/phing: 2.*
- phpmd/phpmd: ~2.2
- phpunit/phpunit: 4.*
- squizlabs/php_codesniffer: 2.*
This package is not auto-updated.
Last update: 2024-10-30 06:42:40 UTC
README
Installation
The preferred way of installation is through Composer. Add radic/phing-tasks
as a dependency to
composer.json:
{ "require": { "radic/phing-tasks": "1.*" } }
Example
Import the default build.xml to let Phing know about the tasks:
<import file="vendor/radic/phing-tasks/build.xml" />
Or define the tasks on your own:
<taskdef name="changelog" classname="vendor/radic/phing-tasks/ChangelogTask" /> <taskdef name="bin" classname="vendor/radic/phing-tasks/BinTask" />
License
Copyright 2014 Robin Radic