mirror of
https://github.com/FriendsOfSymfony/FOSRest.git
synced 2026-03-24 00:32:21 +01:00
31 lines
766 B
JSON
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"
|
|
}
|
|
}
|
|
}
|