Skip to content

Commit

Permalink
feat!: support multiple openapi collections
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Jun 14, 2023
1 parent 36ebb06 commit a2d8d81
Show file tree
Hide file tree
Showing 24 changed files with 6,806 additions and 6,480 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
],
"require": {
"php": "^8.2",
"laravel/framework": "^10.13",
"zircote/swagger-php": "^4.7"
},
"require-dev": {
Expand All @@ -40,7 +41,7 @@
},
"autoload-dev": {
"psr-4": {
"WayOfDev\\OpenDocs\\App\\": "tests/app/",
"WayOfDev\\OpenDocs\\App\\": "tests/app/src/",
"WayOfDev\\OpenDocs\\Tests\\": "tests/src/"
}
},
Expand Down
Loading

0 comments on commit a2d8d81

Please sign in to comment.