summaryrefslogtreecommitdiff
path: root/www/wiki/vendor/nicmart/tree/composer.json
blob: 803abf41ba8ae81e32526b393f1b14123b0f42af (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
27
{
    "name": "nicmart/tree",
    "type": "library",
    "description": "A basic but flexible php tree data structure and a fluent tree builder implementation.",
    "keywords": [],
    "license": "MIT",
    "authors": [
        {
            "name": "Nicolò Martini",
            "email": "nicmartnic@gmail.com"
        }
    ],
    "require": {
        "php": ">=5.4"
    },
    "autoload": {
        "psr-4": {
            "Tree\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Tree\\Test\\": "tests/"
        }
    }
}