public
|
setDeprecated(string $package, string $version, string $message): $this
Whether this alias is deprecated, that means it should not be referenced anymore.
Whether this alias is deprecated, that means it should not be referenced anymore.
Parameters
$package |
The name of the composer package that is triggering the deprecation
|
$version |
The version of the package that introduced the deprecation
|
$message |
The deprecation message to use
|
Throws
|
#
|