mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-07-31 09:06:39 -04:00
chore(composer): add autoload-dev PSR-4 mapping for Tests namespace
Signed-off-by: Travis Garrison <travis@chiraqbookstore.com>
This commit is contained in:
@@ -57,6 +57,11 @@
|
||||
"**/Database/Migrations/**"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"phpstan/extension-installer": true
|
||||
|
||||
Reference in New Issue
Block a user