You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -182,6 +188,7 @@ private function getExcludedFiles(PackageInterface $package)
182
188
183
189
// Skip misconfigured or empty packages
184
190
if (isset($autoload[$type]) && is_array($autoload[$type])) {
191
+
$this->io->writeError('<warning>Using the "'.$type.'" property from "autoload" is deprecated and will be removed in mcaskill/composer-exclude-files v2.0. Use the property from "extra" instead.</warning>');
0 commit comments