public, remote and default_enable are not deprecated
This commit is contained in:
parent
5a3e57c2f5
commit
03bf2f786a
|
@ -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',
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue