include version

This commit is contained in:
Ulf Gebhardt 2024-11-21 02:58:57 +01:00
parent 0db9650836
commit b34a34a0dd
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -7,5 +7,5 @@ class lib_phpdocumentor extends \LIB\lib_php{
require_once dirname(__FILE__).'/lib/phpdocumentor.php';
return true;}
public static function version(){
return 'https://www.phpdoc.org/ phpdocumentor2';}
return 'https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.5.3';}
}