|
@@ -1,11 +1,12 @@
|
|
|
{
|
|
|
"name": "knuckleswtf/scribe",
|
|
|
"license": "MIT",
|
|
|
- "description": "Generate beautiful API documentation from your Laravel application",
|
|
|
+ "description": "Generate API documentation for humans from your Laravel codebase.✍",
|
|
|
"keywords": [
|
|
|
"API",
|
|
|
- "Documentation",
|
|
|
- "Laravel"
|
|
|
+ "documentation",
|
|
|
+ "laravel",
|
|
|
+ "dingo"
|
|
|
],
|
|
|
"homepage": "http://github.com/knuckleswtf/scribe",
|
|
|
"authors": [
|
|
@@ -18,14 +19,15 @@
|
|
|
"php": ">=7.2.5",
|
|
|
"ext-json": "*",
|
|
|
"dingo/api": "^2.3",
|
|
|
+ "erusev/parsedown": "^1.7.4",
|
|
|
"fzaninotto/faker": "^1.9.1",
|
|
|
- "illuminate/console": "^5.7|^6.0|^7.0",
|
|
|
- "illuminate/routing": "^5.7|^6.0|^7.0",
|
|
|
- "illuminate/support": "^5.7|^6.0|^7.0",
|
|
|
- "knuckleswtf/pastel": "^1.3.1",
|
|
|
+ "illuminate/console": "^5.8|^6.0|^7.0",
|
|
|
+ "illuminate/routing": "^5.8|^6.0|^7.0",
|
|
|
+ "illuminate/support": "^5.8|^6.0|^7.0",
|
|
|
+ "knuckleswtf/pastel": "^1.3.3",
|
|
|
"league/flysystem": "^1.0",
|
|
|
"mpociot/reflection-docblock": "^1.0.1",
|
|
|
- "nunomaduro/collision": "^3.0|^4.0",
|
|
|
+ "nunomaduro/collision": "^3.0|^4.0|^5.0",
|
|
|
"ramsey/uuid": "^3.8|^4.0",
|
|
|
"shalvah/clara": "^2.6",
|
|
|
"symfony/var-exporter": "^4.0|^5.0"
|
|
@@ -36,7 +38,7 @@
|
|
|
"league/fractal": "^0.17.0",
|
|
|
"orchestra/testbench": "^3.7|^4.0|^5.0",
|
|
|
"phpstan/phpstan": "^0.12.19",
|
|
|
- "phpunit/phpunit": "^8.0"
|
|
|
+ "phpunit/phpunit": "^8.0|^9.0"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"league/fractal": "Required for transformers support"
|