require_once 'PEAR/PackageUpdate.php';
boolean PEAR_PackageUpdate::setMinimumReleaseType (string $minType)
boolean PEAR_PackageUpdate::setMinimumReleaseType
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.