summaryrefslogtreecommitdiffstats
path: root/vendor/gipfl/db-migration/composer.json
blob: da2ae4a0b3b3e62d0aa8f344423ea7808184c7b9 (plain)
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"
        }
    }
}