Skip to content

Commit 80a8fcb

Browse files
committed
generator test
1 parent 92b6751 commit 80a8fcb

File tree

6 files changed

+3622
-21
lines changed

6 files changed

+3622
-21
lines changed

composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"email": "[email protected]"
99
}
1010
],
11-
"require": {
12-
"laravel/framework": ">=5.0"
11+
"require-dev": {
12+
"orchestra/testbench": "~3.0",
13+
"phpunit/phpunit": "6.*"
1314
},
1415
"autoload": {
1516
"files": [
@@ -19,6 +20,11 @@
1920
"Mtrajano\\LaravelSwagger\\": "src/"
2021
}
2122
},
23+
"autoload-dev": {
24+
"psr-4": {
25+
"Mtrajano\\LaravelSwagger\\Tests\\": "tests/"
26+
}
27+
},
2228
"suggest": {
2329
"ext-yaml": "Required to use the YAML output option"
2430
},

0 commit comments

Comments
 (0)