File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -110,16 +110,25 @@ function clean_checkout(string $dir)
110110 system ('find libraries/vendor -name _config.yml | xargs rm -rf - ' );
111111 system ('rm -rf libraries/vendor/bin ' );
112112
113+ // aldo26-matthias/idna-convert
114+ system ('rm -rf libraries/vendor/algo26-matthias/idna-convert/tests ' );
115+
113116 // defuse/php-encryption
114117 system ('rm -rf libraries/vendor/defuse/php-encryption/docs ' );
115118
119+ // doctrine/inflector
120+ system ('rm -rf libraries/vendor/doctrine/inflector/docs ' );
121+
116122 // fig/link-util
117123 system ('rm -rf libraries/vendor/fig/link-util/test ' );
118124
119125 // google/recaptcha
120126 system ('rm -rf libraries/vendor/google/recaptcha/examples ' );
121127 system ('rm -rf libraries/vendor/google/recaptcha/tests ' );
122128
129+ // jakeasmith/http_build_url
130+ system ('rm -rf libraries/vendor/jakeasmith/http_build_url/tests ' );
131+
123132 // joomla/*
124133 system ('rm -rf libraries/vendor/joomla/*/docs ' );
125134 system ('rm -rf libraries/vendor/joomla/*/tests ' );
@@ -149,6 +158,9 @@ function clean_checkout(string $dir)
149158 // wamania/php-stemmer
150159 system ('rm -rf libraries/vendor/wamania/php-stemmer/test ' );
151160
161+ // willdurand/negotiation
162+ system ('rm -rf libraries/vendor/willdurand/negotiation/tests ' );
163+
152164 echo "Cleanup complete. \n" ;
153165
154166 chdir ($ cwd );
You can’t perform that action at this time.
0 commit comments