Files
FOSRest/composer.json
2013-10-10 20:08:23 +02:00

31 lines
766 B
JSON

{
"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.3"
},
"autoload": {
"psr-0": { "FOS\\Rest": "" }
},
"target-dir": "FOS/Rest",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}