Skip to content

Commit 97e3321

Browse files
committed
Add PSr-4 autoloading
1 parent 284cbce commit 97e3321

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,15 @@
1212
"require": {
1313
"php": ">=7.0",
1414
"cakephp/cakephp": "^3.8"
15+
},
16+
"autoload": {
17+
"psr-4": {
18+
"SwaggerUi\\": "./src/"
19+
}
20+
},
21+
"autoload-dev": {
22+
"psr-4": {
23+
"SwaggerUi\\Test\\": "./tests/"
24+
}
1525
}
1626
}

0 commit comments

Comments
 (0)