summaryrefslogtreecommitdiffstats
path: root/vendor/gipfl/zfdb/composer.json
blob: 742235a2b93295c5bb845f2ce1d48a58c2b02dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "gipfl/zfdb",
    "description": "Zend_Db from Zend Framework 1. For compatibility reasons only",
    "type": "library",
    "require": {
        "php": ">=5.4"
    },
    "config": {
        "sort-packages": true
    },
    "autoload": {
        "psr-4": {
            "gipfl\\ZfDb\\": "src"
        }
    }
}