Skip to content
composer.json 893 B
Newer Older
{
    "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/mikey179/vfsStream/issues",
        "source": "https://github.com/mikey179/vfsStream/tree/master",
        "wiki": "https://github.com/mikey179/vfsStream/wiki"
    },
    "require-dev": {
    "autoload": {
        "psr-0": { "org\\bovigo\\vfs\\": "src/main/php" }
    },
    "extra": {
        "branch-alias": {