chore(composer): add autoload-dev PSR-4 mapping for Tests namespace

Signed-off-by: Travis Garrison <travis@chiraqbookstore.com>
This commit is contained in:
Travis Garrison
2026-07-30 14:14:02 +04:00
parent 184b483103
commit 5fbd9d6991

View File

@@ -57,6 +57,11 @@
"**/Database/Migrations/**"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"config": {
"allow-plugins": {
"phpstan/extension-installer": true