{
    "name": "jelix/fakeserverconf",
    "type": "library",
    "description": "Fill the $_SERVER array with various PHP server configuration for unit tests.",
    "keywords": ["_SERVER PHP configuration unit tests"],
    "license": "MIT",
    "authors": [
        {
            "name": "Laurent Jouanneau",
            "email": "laurent@jelix.org"
        }
    ],
    "require": {
        "php": ">=5.3.0"
    },
    "require-dev": {
        "phpunit/phpunit": "4.3.*"
    },
    "autoload": {
        "psr-4": {
            "Jelix\\FakeServerConf\\": "src/"
        }
    }
}