Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed May 25, 2020
1 parent 8308ac1 commit 6721694
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
20 changes: 11 additions & 9 deletions composer.dingo.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
Expand All @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"keywords": [
"API",
"documentation",
"laravel"
"laravel",
"dingo"
],
"homepage": "http://github.com/knuckleswtf/scribe",
"authors": [
Expand Down

0 comments on commit 6721694

Please sign in to comment.