boolean PEAR_PackageUpdate::setMinimumState (
string $minState
)
Sets the user's preference for asking about minimum release state.
throws PEAR_PACKAGEUPDATE_ERROR_INVALIDSTATE
,
when invalid state of release is used (snapshot|devel|alpha|beta|stable).
since 0.4.0a1
This function can not be called statically.
boolean - TRUE if the preference was set properly, FALSE otherwise.