{
    "require": {
        "monolog/monolog": "^1.1",
        "php": ">=5.4.0,<5.6.0",
        "test/foo": "dev-master"
    },
    "require-dev": {
        "test/a": "*",
        "test/bar": "1.0.*@beta"
    },
    "conflict": {
        "test/baz": "*"
    },
    "replace": {
        "test/xyzzy": "*"
    },
    "provide": {
        "test/plugh": "*"
    },
    "suggest": {
        "punk/rock": "It's the best kind of rock"
    },
    "autoload": {
        "psr-4": {
            "Foo\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Foo\\": "src/"
        }
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/bd808/composer-merge-plugin.git"
        },
        {
            "packagist": false
        }
    ],
    "extra": {
        "merge-plugin": {
            "ignored": true,
            "include": []
        },
        "wibble": "wobble"
    }
}

