available()
available() : boolean
Get whether composer dev packages are available.
Allows us to use dev packages safely without having to call functions such as class_exists
.
See the source code of Kernel::commands to see how it is used.
Returns
boolean