From 6721694c27da4ebfb0098101c0a7a164badda3c6 Mon Sep 17 00:00:00 2001 From: shalvah Date: Mon, 25 May 2020 11:55:22 +0100 Subject: [PATCH] Update deps --- composer.dingo.json | 20 +++++++++++--------- composer.json | 3 ++- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/composer.dingo.json b/composer.dingo.json index 36a03c21..8da24b8a 100644 --- a/composer.dingo.json +++ b/composer.dingo.json @@ -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" diff --git a/composer.json b/composer.json index 3b73545c..9e150148 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,8 @@ "keywords": [ "API", "documentation", - "laravel" + "laravel", + "dingo" ], "homepage": "http://github.com/knuckleswtf/scribe", "authors": [