diff --git a/src/Composer/Compiler.php b/src/Composer/Compiler.php index a31aff946..380f13b3a 100644 --- a/src/Composer/Compiler.php +++ b/src/Composer/Compiler.php @@ -135,7 +135,7 @@ class Compiler foreach ($finder as $file) { if (in_array(realpath($file), $extraFiles, true)) { unset($extraFiles[array_search(realpath($file), $extraFiles, true)]); - } elseif (!preg_match('{(/LICENSE|\.php)$}', $file)) { + } elseif (!preg_match('{([/\\\\]LICENSE|\.php)$}', $file)) { $unexpectedFiles[] = (string) $file; }