summaryrefslogtreecommitdiffstats
path: root/vendor/gipfl/zfdbstore/composer.json
blob: dc849393e9df2925ab66815409744fb69cf9170b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "gipfl/zfdbstore",
    "description": "Storable class helpers for ZfDb",
    "type": "library",
    "require": {
        "php": ">=5.6"
    },
    "config": {
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "gipfl\\ZfDbStore\\": "src"
        }
    }
}