adjust composer.json

This commit is contained in:
Daniel Seifert 2024-06-16 13:49:18 +02:00
parent be4daabc48
commit 9e0eec26ca
Signed by: DanielS
GPG Key ID: 6A513E13AEE66170
1 changed files with 5 additions and 1 deletions

View File

@ -34,7 +34,11 @@
},
"autoload": {
"psr-4": {
"D3\\TestingTools\\": "src",
"D3\\TestingTools\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"D3\\TestingTools\\Tests\\": "Tests"
}
},