{
    "name": "friendsofsymfony/rest",
    "type": "library",
    "description": "This library provides various tools to develop RESTful API's",
    "keywords": ["rest"],
    "homepage": "http://friendsofsymfony.github.com",
    "license": "MIT",
    "authors": [
        {
            "name": "Lukas Kahwe Smith",
            "email": "smith@pooteeweet.org"
        },
        {
            "name": "FriendsOfSymfony Community",
            "homepage": "https://github.com/FriendsOfSymfony/FOSRest/contributors"
        }
    ],
    "require": {
        "php":                            ">=5.3.2",
        "symfony/http-foundation":        ">=2.0,<2.2-dev"
    },
    "autoload": {
        "psr-0": { "FOS\\Rest": "" }
    },
    "target-dir": "FOS/Rest",
    "extra": {
        "branch-alias": {
            "dev-master": "0.7.x-dev"
        }
    }
}
