public, remote and default_enable are not deprecated

This commit is contained in:
Morris Jobke 2015-09-24 16:47:00 +02:00
parent 5a3e57c2f5
commit 03bf2f786a
1 changed files with 3 additions and 3 deletions

View File

@ -39,10 +39,13 @@ class InfoChecker extends BasicEmitter {
private $optionalFields = [
'bugs',
'category',
'default_enable',
'dependencies',
'documentation',
'namespace',
'ocsid',
'public',
'remote',
'repository',
'require',
'requiremin',
@ -51,10 +54,7 @@ class InfoChecker extends BasicEmitter {
'website',
];
private $deprecatedFields = [
'default_enable',
'info',
'public',
'remote',
'shipped',
'standalone',
];