<?php

declare(strict_types=1);

return [
    'name' => 'ShlinkMigrations',
    'migrations_namespace' => 'ShlinkMigrations',
    'table_name' => 'migrations',
    'migrations_directory' => 'data/migrations',
    'custom_template' => 'data/migrations_template.txt',
];