::::::::::::::::::::
3rd-Party Components
::::::::::::::::::::

Main components (used directly by Baleen CLI) listed in alphabetical order. Their dependencies are not included in
this list unless they're used directly as well.

Baleen\\Migrations
------------------

.. php:namespace:: Baleen\Migrations

A migrations domain library. It provides the core migrations mechanism and domain classes/interfaces.


League\\Container
-----------------

.. php:namespace:: League\Container

An extensible service layer. This allows for easy customization of almost every aspect of the Baleen CLI framework.


League\\Flysystem
-----------------

.. php:namespace:: League\Flysystem

A file-system abstraction library.


League\\Tactician
-----------------

.. php:namespace:: League\Tactician

A simple library that implements the CommandBus pattern.


Symfony\\Config
----------------------

.. php:namespace:: Symfony\Config

A library that facilitates creating and validating configuration schemas.


Symfony\\Console
----------------

.. php:namespace:: Symfony\Console

A widely-adopted library for interacting with the command-line.

