We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6c668c + 04c4d4b commit 6c7144bCopy full SHA for 6c7144b
1 file changed
composer.json
@@ -64,7 +64,9 @@
64
"CodeIgniter\\": "system/"
65
},
66
"exclude-from-classmap": [
67
- "**/Database/Migrations/**"
+ "**/Database/Migrations/**",
68
+ "system/ThirdParty/**",
69
+ "tests/system/Config/fixtures/**"
70
]
71
72
"autoload-dev": {
0 commit comments