mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-13 13:35:52 +00:00
Refactoring
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user