summaryrefslogtreecommitdiff
path: root/vendor/wikimedia/cdb/composer.json
blob: 2134d2f770beb59c76a581e8e61dfc47349c40aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "name": "wikimedia/cdb",
    "description": "Constant Database (CDB) wrapper library for PHP. Provides pure-PHP fallback when dba_* functions are absent.",
    "license": "GPL-2.0",
    "homepage": "https://www.mediawiki.org/wiki/CDB",
    "authors": [
        {
            "name": "Tim Starling",
            "email": "tstarling@wikimedia.org"
        },
        {
            "name": "Chad Horohoe",
            "email": "chad@wikimedia.org"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "php": ">=5.3.2"
    },
    "require-dev": {
        "phpunit/phpunit": "*"
    },
    "autoload": {
        "classmap": ["src/"]
    }
}