1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "name": "gipfl/db-migration", "description": "Simple DB migration helper", "type": "library", "require": { "php": ">=5.6" }, "config": { "sort-packages": true }, "autoload": { "psr-4": { "gipfl\\DbMigration\\": "src" } } }