Remove Base tests from Composer

This commit is contained in:
philipp lang 2024-10-14 00:09:17 +02:00
parent 2c7a243da3
commit 37d028e718
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@
"autoload-dev": {
"psr-4": {
"Modules\\Dashboard\\Tests\\": "modules/dashboard/tests/",
"Modules\\Base\\Tests\\": "modules/base/tests/",
"Tests\\": "tests/",
"Zoomyboy\\LaravelNami\\Tests\\": "packages/laravel-nami/tests/"
}