KnpLabs / ConsoleServiceProvider

A Console service provider for Silex
MIT License
107 stars 37 forks source link

Deprecate ConsoleEvents::INIT #33

Closed skalpa closed 7 years ago

skalpa commented 7 years ago

The INIT event is unnecessary as Pimple allows users to extend services.

Listening to the ConsoleEvents::INIT now throws a deprecation notice, and the documentation has been amended to advise users to extend the console service instead.