joomla-framework / console

Joomla Framework Console Package
GNU General Public License v2.0
9 stars 4 forks source link

Rebuild the package to not inherit from Symfony's application or command classes again #4

Closed mbabker closed 5 years ago

mbabker commented 5 years ago

Summary of Changes

Goes back to not extending Symfony's Application class or using the Command class. This is a bit of a re-design from before the Symfony inheritance change to not pull in some of the more complex app logic and address a couple design issues that made things like running multiple commands somewhat tricky, changes include: