{
    "name": "friendsofsymfony/rest-bundle",
    "type": "symfony-bundle",
    "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
    "keywords": ["rest"],
    "homepage": "http://friendsofsymfony.github.com",
    "license": "MIT",
    "minimum-stability": "dev",
    "authors": [
        {
            "name": "Lukas Kahwe Smith",
            "email": "smith@pooteeweet.org"
        },
        {
            "name": "Konstantin Kudryashov",
            "email": "ever.zet@gmail.com"
        },
        {
            "name": "FriendsOfSymfony Community",
            "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
        }
    ],

    "require": {
        "php":                            ">=5.3.2",
        "friendsofsymfony/rest":          "0.7.*",
        "symfony/framework-bundle":       ">=2.0,<2.2-dev",
        "sensio/framework-extra-bundle":  ">=2.0,<2.2-dev",
        "jms/serializer-bundle":          "0.9.*"
    },

    "require-dev":{
        "symfony/form": ">=2.0,<2.2-dev",
        "symfony/yaml": ">=2.0,<2.2-dev"
    },

    "autoload": {
        "psr-0": { "FOS\\RestBundle": "" }
    },

    "target-dir": "FOS/RestBundle",

    "extra": {
        "branch-alias": {
            "dev-master": "0.8.x-dev"
        }
    }
}
