mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
* Adding new state "emeritus", which can be used for former maintainers of
packages. Submitted by: Daniel Convissor # The necessary updates for the website and the manual will follow in a # few hours or at least tomorrow morning.
This commit is contained in:
@@ -51,7 +51,7 @@ $GLOBALS['_PEAR_Common_tempfiles'] = array();
|
||||
* Valid maintainer roles
|
||||
* @var array
|
||||
*/
|
||||
$GLOBALS['_PEAR_Common_maintainer_roles'] = array('lead','developer','contributor','helper');
|
||||
$GLOBALS['_PEAR_Common_maintainer_roles'] = array('lead','developer','contributor','helper', 'emeritus');
|
||||
|
||||
/**
|
||||
* Valid release states
|
||||
|
||||
Reference in New Issue
Block a user