Skip to content

Commit

Permalink
Merge pull request #8962 from kenjis/update-composer-exclude-from-cla…
Browse files Browse the repository at this point in the history
…ssmap

chore: add autoload.exclude-from-classmap to suppress Composer 2.7.7 warnings
  • Loading branch information
kenjis committed Jun 15, 2024
2 parents b6c668c + 04c4d4b commit 6c7144b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@
"CodeIgniter\\": "system/"
},
"exclude-from-classmap": [
"**/Database/Migrations/**"
"**/Database/Migrations/**",
"system/ThirdParty/**",
"tests/system/Config/fixtures/**"
]
},
"autoload-dev": {
Expand Down

0 comments on commit 6c7144b

Please sign in to comment.