The ComposerTask
runs the Composer tool
(http://getcomposer.org)
directly from Phing.
Table C.2: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
command | String | The Composer command to execute. | n/a | Yes |
composer | String | Path to Composer. | composer.phar , if not found it tries to use composer executable
from your system.
| No |
php | String | Path to the PHP interpreter | Defaults to the ${php.interpreter} property which is the interpreter used
to execute phing itself.
| No |
arg
Table C.3: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
value | String | A single command-line argument; can contain space characters. | n/a | One of these |
file | String | The name of a file as a single command-line argument; will be replaced with the absolute filename of the file. | n/a | |
path | String | A string that will be treated as a path-like string as a single command-line argument; you can use ; or : as path separators and Phing will convert it to the platform's local conventions. | n/a | |
line | String | A space-delimited list of command-line arguments. | n/a |