boolean PEAR_PackageUpdate::setMinimumReleaseType (
string $minType
)
Sets the user's preference for asking about minimum release types.
throws PEAR_PACKAGEUPDATE_ERROR_INVALIDTYPE
,
when invalid type of release is used (bug|minor|major).
since 0.4.0a1
This function can not be called statically.
boolean - TRUE if the preference was set properly, FALSE otherwise.