Merge pull request #8962 from kenjis/update-composer-exclude-from-classmap

chore: add autoload.exclude-from-classmap to suppress Composer 2.7.7 warnings
This commit is contained in:
kenjis 2024-06-15 10:32:30 +09:00 committed by GitHub
commit 6c7144b47c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,9 @@
"CodeIgniter\\": "system/"
},
"exclude-from-classmap": [
"**/Database/Migrations/**"
"**/Database/Migrations/**",
"system/ThirdParty/**",
"tests/system/Config/fixtures/**"
]
},
"autoload-dev": {