Skip to content

Commit 6721694

Browse files
committed
Update deps
1 parent 8308ac1 commit 6721694

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

composer.dingo.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "knuckleswtf/scribe",
33
"license": "MIT",
4-
"description": "Generate beautiful API documentation from your Laravel application",
4+
"description": "Generate API documentation for humans from your Laravel codebase.✍",
55
"keywords": [
66
"API",
7-
"Documentation",
8-
"Laravel"
7+
"documentation",
8+
"laravel",
9+
"dingo"
910
],
1011
"homepage": "http://github.com/knuckleswtf/scribe",
1112
"authors": [
@@ -18,14 +19,15 @@
1819
"php": ">=7.2.5",
1920
"ext-json": "*",
2021
"dingo/api": "^2.3",
22+
"erusev/parsedown": "^1.7.4",
2123
"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",
2628
"league/flysystem": "^1.0",
2729
"mpociot/reflection-docblock": "^1.0.1",
28-
"nunomaduro/collision": "^3.0|^4.0",
30+
"nunomaduro/collision": "^3.0|^4.0|^5.0",
2931
"ramsey/uuid": "^3.8|^4.0",
3032
"shalvah/clara": "^2.6",
3133
"symfony/var-exporter": "^4.0|^5.0"
@@ -36,7 +38,7 @@
3638
"league/fractal": "^0.17.0",
3739
"orchestra/testbench": "^3.7|^4.0|^5.0",
3840
"phpstan/phpstan": "^0.12.19",
39-
"phpunit/phpunit": "^8.0"
41+
"phpunit/phpunit": "^8.0|^9.0"
4042
},
4143
"suggest": {
4244
"league/fractal": "Required for transformers support"

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"keywords": [
66
"API",
77
"documentation",
8-
"laravel"
8+
"laravel",
9+
"dingo"
910
],
1011
"homepage": "http://github.com/knuckleswtf/scribe",
1112
"authors": [

0 commit comments

Comments
 (0)