|
1 | 1 | { |
2 | 2 | "name": "knuckleswtf/scribe", |
3 | 3 | "license": "MIT", |
4 | | - "description": "Generate beautiful API documentation from your Laravel application", |
| 4 | + "description": "Generate API documentation for humans from your Laravel codebase.✍", |
5 | 5 | "keywords": [ |
6 | 6 | "API", |
7 | | - "Documentation", |
8 | | - "Laravel" |
| 7 | + "documentation", |
| 8 | + "laravel", |
| 9 | + "dingo" |
9 | 10 | ], |
10 | 11 | "homepage": "http://github.com/knuckleswtf/scribe", |
11 | 12 | "authors": [ |
|
18 | 19 | "php": ">=7.2.5", |
19 | 20 | "ext-json": "*", |
20 | 21 | "dingo/api": "^2.3", |
| 22 | + "erusev/parsedown": "^1.7.4", |
21 | 23 | "fzaninotto/faker": "^1.9.1", |
22 | | - "illuminate/console": "^5.7|^6.0|^7.0", |
23 | | - "illuminate/routing": "^5.7|^6.0|^7.0", |
24 | | - "illuminate/support": "^5.7|^6.0|^7.0", |
25 | | - "knuckleswtf/pastel": "^1.3.1", |
| 24 | + "illuminate/console": "^5.8|^6.0|^7.0", |
| 25 | + "illuminate/routing": "^5.8|^6.0|^7.0", |
| 26 | + "illuminate/support": "^5.8|^6.0|^7.0", |
| 27 | + "knuckleswtf/pastel": "^1.3.3", |
26 | 28 | "league/flysystem": "^1.0", |
27 | 29 | "mpociot/reflection-docblock": "^1.0.1", |
28 | | - "nunomaduro/collision": "^3.0|^4.0", |
| 30 | + "nunomaduro/collision": "^3.0|^4.0|^5.0", |
29 | 31 | "ramsey/uuid": "^3.8|^4.0", |
30 | 32 | "shalvah/clara": "^2.6", |
31 | 33 | "symfony/var-exporter": "^4.0|^5.0" |
|
36 | 38 | "league/fractal": "^0.17.0", |
37 | 39 | "orchestra/testbench": "^3.7|^4.0|^5.0", |
38 | 40 | "phpstan/phpstan": "^0.12.19", |
39 | | - "phpunit/phpunit": "^8.0" |
| 41 | + "phpunit/phpunit": "^8.0|^9.0" |
40 | 42 | }, |
41 | 43 | "suggest": { |
42 | 44 | "league/fractal": "Required for transformers support" |
|
0 commit comments