$_deps
$_deps : array
The dependency list.
A parser for a dependency list from a PEAR server.
_convert(string $type, array $input, string $optional, $result) : NULL
Convert the PEAR server response into an array that we would get when accessing the dependencies of a local package.xml via PEAR.
| string | $type | The dependency type. |
| array | $input | The input array. |
| string | $optional | Indicates if it is an optional dependency. |
| $result |