LiquibaseBundle for Symfony
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
$ composer require --dev freesoftde/liquibaseBundleEnable the Bundle:
// config/bundles.php
return [
// ...
Freesoftde\LiquibaseBundle\FreesoftdeLiquibaseBundle::class => ['dev' => true, 'test' => true],
];