.multirepo/multirepo.json

Summary

Maintainability
Test Coverage
{
    "branch": "1.4.x",
    "files": {
        "../.editorconfig": ".editorconfig",
        "../.gitattributes": ".gitattributes",
        "../.gitignore": ".gitignore",
        "../CONTRIBUTING.md": "CONTRIBUTING.md",
        "../CODE_OF_CONDUCT.md": "CODE_OF_CONDUCT.md",
        "../LICENSE.md": "LICENSE.md",
        "../phpunit.xml": "phpunit.xml"
    },
    "dirs": {
        "../.github": ".github"
    },
    "packages": {
        "railt/container": {
            "remote": "git@github.com:railt/container.git",
            "files": {
                "container/composer.json": "composer.json",
                "container/README.md": "README.md",
                "container/.travis.yml": ".travis.yml"
            },
            "dirs": {
                "../src/Container": "src/Container",
                "../tests/Container": "tests"
            }
        },
        "railt/discovery": {
            "remote": "git@github.com:railt/discovery.git",
            "files": {
                "discovery/composer.json": "composer.json",
                "discovery/README.md": "README.md",
                "discovery/.travis.yml": ".travis.yml"
            },
            "dirs": {
                "../src/Discovery": "src/Discovery",
                "../tests/Discovery": "tests"
            }
        },
        "railt/dumper": {
            "remote": "git@github.com:railt/dumper.git",
            "files": {
                "dumper/composer.json": "composer.json",
                "dumper/README.md": "README.md",
                "dumper/.travis.yml": ".travis.yml"
            },
            "dirs": {
                "../src/Dumper": "src/Dumper",
                "../tests/Dumper": "tests"
            }
        },
        "railt/http": {
            "remote": "git@github.com:railt/http.git",
            "files": {
                "http/composer.json": "composer.json",
                "http/README.md": "README.md",
                "http/.travis.yml": ".travis.yml"
            },
            "dirs": {
                "../src/Http": "src/Http",
                "../tests/Http": "tests"
            }
        },
        "railt/json": {
            "remote": "git@github.com:railt/json.git",
            "files": {
                "json/composer.json": "composer.json",
                "json/README.md": "README.md",
                "json/.travis.yml": ".travis.yml"
            },
            "dirs": {
                "../src/Json": "src/Json",
                "../tests/Json": "tests"
            }
        },
        "railt/sdl": {
            "remote": "git@github.com:railt/sdl.git",
            "files": {
                "sdl/composer.json": "composer.json",
                "sdl/README.md": "README.md",
                "sdl/.travis.yml": ".travis.yml"
            },
            "dirs": {
                "../src/SDL": "src/SDL",
                "../tests/SDL": "tests"
            }
        },
        "railt/graphql": {
            "remote": "git@github.com:railt/graphql.git",
            "files": {
                "sdl/composer.json": "composer.json",
                "sdl/README.md": "README.md",
                "sdl/.travis.yml": ".travis.yml"
            },
            "dirs": {
                "../src/GraphQL": "src/GraphQL"
            }
        }
    }
}