mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-23 06:19:17 +08:00
40 lines
1013 B
JSON
40 lines
1013 B
JSON
{
|
|
"name": "mpociot/laravel-apidoc-generator",
|
|
"license": "MIT",
|
|
"description": "Generate beautiful API documentation from your Laravel / Lumen application",
|
|
"keywords": [
|
|
"API",
|
|
"Documentation",
|
|
"Laravel"
|
|
],
|
|
"homepage": "http://github.com/mpociot/laravel-apidoc-generator",
|
|
"authors": [
|
|
{
|
|
"name": "Marcel Pociot",
|
|
"email": "m.pociot@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.5.0",
|
|
"fzaninotto/faker": "^1.6",
|
|
"laravel/framework": "~5.0",
|
|
"mpociot/documentarian": "^0.2.0",
|
|
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2"
|
|
},
|
|
"require-dev": {
|
|
"orchestra/testbench": "~3.0",
|
|
"phpunit/phpunit": "~4.0 || ~5.0",
|
|
"dingo/api": "1.0.*@dev"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Mpociot\\ApiDoc": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Mpociot\\ApiDoc\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|