mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
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:
commit
6c7144b47c
@ -64,7 +64,9 @@
|
||||
"CodeIgniter\\": "system/"
|
||||
},
|
||||
"exclude-from-classmap": [
|
||||
"**/Database/Migrations/**"
|
||||
"**/Database/Migrations/**",
|
||||
"system/ThirdParty/**",
|
||||
"tests/system/Config/fixtures/**"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user