Method | Description | |
---|---|---|
addDependency ( array $input, string $type, string $optional, &$result ) : null | Add a dependency. | |
addOther ( array $input, $type, $optional, &$result ) : null | Add a package dependency. | |
addPear ( array $input, &$result ) : null | Add the PEAR dependency. | |
addPhp ( array $input, &$result ) : null | Add the PHP dependency. | |
completeVersions ( array $input, &$element, &$result ) : null | Parse version information. |
Method | Description | |
---|---|---|
_completeMax ( array $input, &$element ) : boolean | Complete "max" version information. | |
_completeMin ( array $input, &$element ) : boolean | Complete "min" version information. |
public static completeVersions ( array $input, &$element, &$result ) : null | ||
$input | array | The input array. |
return | null |