mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-23 19:25:06 -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:
1 parent
184b483103
commit
5fbd9d6991
1 file changed
+5
@@ -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