summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: ba282a5e34cc1e0d25792246df3af4fb4efefce0 (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
{
    "name": "sebastian/finder-facade",
    "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.",
    "homepage": "https://github.com/sebastianbergmann/finder-facade",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "Sebastian Bergmann",
            "email": "sebastian@phpunit.de",
            "role": "lead"
        }
    ],
    "support": {
        "issues": "https://github.com/sebastianbergmann/finder-facade/issues"
    },
    "require": {
        "theseer/fdomdocument": "~1.3",
        "symfony/finder": "~2.3|~3.0|~4.0"
    },
    "autoload": {
        "classmap": [
            "src/"
        ]
    }
}