Skip to content

Commit 6c7144b

Browse files
authored
Merge pull request #8962 from kenjis/update-composer-exclude-from-classmap
chore: add autoload.exclude-from-classmap to suppress Composer 2.7.7 warnings
2 parents b6c668c + 04c4d4b commit 6c7144b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
"CodeIgniter\\": "system/"
6565
},
6666
"exclude-from-classmap": [
67-
"**/Database/Migrations/**"
67+
"**/Database/Migrations/**",
68+
"system/ThirdParty/**",
69+
"tests/system/Config/fixtures/**"
6870
]
6971
},
7072
"autoload-dev": {

0 commit comments

Comments
 (0)