|
1 | 1 | { |
2 | | - "name": "mpociot/laravel-apidoc-generator", |
3 | | - "license": "MIT", |
4 | | - "description": "Generate beautiful API documentation from your Laravel / Lumen application", |
5 | | - "keywords": ["API","Documentation","Laravel"], |
6 | | - "homepage": "http://github.com/mpociot/laravel-apidoc-generator", |
7 | | - "authors": [ |
8 | | - { |
9 | | - "name": "Marcel Pociot", |
10 | | - |
| 2 | + "name": "mpociot/laravel-apidoc-generator", |
| 3 | + "license": "MIT", |
| 4 | + "description": "Generate beautiful API documentation from your Laravel / Lumen application", |
| 5 | + "keywords": [ |
| 6 | + "API", |
| 7 | + "Documentation", |
| 8 | + "Laravel" |
| 9 | + ], |
| 10 | + "homepage": "http://github.com/mpociot/laravel-apidoc-generator", |
| 11 | + "authors": [ |
| 12 | + { |
| 13 | + "name": "Marcel Pociot", |
| 14 | + |
| 15 | + } |
| 16 | + ], |
| 17 | + "require": { |
| 18 | + "php": ">=5.5.0", |
| 19 | + "laravel/framework": "~5.0", |
| 20 | + "phpdocumentor/reflection-docblock": "~2.0", |
| 21 | + "mpociot/documentarian": "^0.2.0", |
| 22 | + "fzaninotto/faker": "^1.6" |
| 23 | + }, |
| 24 | + "require-dev": { |
| 25 | + "phpunit/phpunit": "~4.0", |
| 26 | + "orchestra/testbench": "~3.0" |
| 27 | + }, |
| 28 | + "autoload": { |
| 29 | + "psr-0": { |
| 30 | + "Mpociot\\ApiDoc": "src/" |
| 31 | + } |
11 | 32 | } |
12 | | - ], |
13 | | - "require": { |
14 | | - "php": ">=5.5.0", |
15 | | - "laravel/framework": "~5.0", |
16 | | - "phpdocumentor/reflection-docblock": "~2.0", |
17 | | - "mpociot/documentarian": "^0.2.0", |
18 | | - "fzaninotto/faker": "^1.6" |
19 | | - }, |
20 | | - "require-dev": { |
21 | | - "phpunit/phpunit": "~4.0", |
22 | | - "orchestra/testbench": "~3.0" |
23 | | - }, |
24 | | - "autoload": { |
25 | | - "psr-0": { |
26 | | - "Mpociot\\ApiDoc": "src/" |
27 | | - } |
28 | | - } |
29 | 33 | } |
0 commit comments