summaryrefslogtreecommitdiffstats
path: root/composer.json
blob: 9d1f3f0e033e780e500cf2e342d1a7df5f47c1ba (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
28
29
30
31
32
33
{
    "name": "mikey179/vfsstream",
    "type": "library",
    "homepage": "http://vfs.bovigo.org/",
    "description": "Virtual file system to mock the real file system in unit tests.",
    "license": "BSD-3-Clause",
    "authors": [
        {
            "name": "Frank Kleine",
            "homepage": "http://frankkleine.de/",
            "role": "Developer"
        }
    ],
    "support": {
        "issues": "https://github.com/bovigo/vfsStream/issues",
        "source": "https://github.com/bovigo/vfsStream/tree/master",
        "wiki": "https://github.com/bovigo/vfsStream/wiki"
    },
    "require": {
        "php": ">=5.3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "^4.5|^5.0"
    },
    "autoload": {
        "psr-0": { "org\\bovigo\\vfs\\": "src/main/php" }
    },
    "extra": {
        "branch-alias": {
            "dev-master": "1.6.x-dev"
        }
    }
}