$name
$name
deprecated(string $package, string $version, string|\Closure $message = 'The option "%name%" is deprecated.') : $this
Marks this option as deprecated.
string | $package | The name of the composer package that is triggering the deprecation |
string | $version | The version of the package that introduced the deprecation |
string|\Closure | $message | The deprecation message to use |