Refactoring

This commit is contained in:
René Preuß
2022-10-01 14:00:25 +02:00
parent 7ba3cdffb0
commit a2405875ad
26 changed files with 569 additions and 391 deletions

View File

@@ -28,12 +28,15 @@
},
"autoload": {
"psr-4": {
"Bitinflow\\Accounts\\": "src/Accounts"
"Bitinflow\\Accounts\\": "src/Accounts",
"Bitinflow\\Payments\\": "src/Payments",
"Bitinflow\\Support\\": "src/Support"
}
},
"autoload-dev": {
"psr-4": {
"Bitinflow\\Accounts\\Tests\\": "tests/Accounts"
"Bitinflow\\Accounts\\Tests\\": "tests/Accounts",
"Bitinflow\\Payments\\Tests\\": "tests/Payments"
}
},
"scripts": {