diff --git a/utils/make-phar.php b/utils/make-phar.php index 7cead42d7..8e160c15e 100644 --- a/utils/make-phar.php +++ b/utils/make-phar.php @@ -75,7 +75,7 @@ function add_file( $phar, $path ) { $strips = array( '\/(?:behat|gherkin)\/src\/', '\/phpunit\/', - '\/symfony\/(?!console|filesystem|finder|polyfill-mbstring|process|serializer)[^\/]+\/', + '\/symfony\/(?!console|filesystem|finder|polyfill-mbstring|process|serializer)', '\/composer\/spdx-licenses\/', '\/Composer\/(?:Command\/|Compiler\.php|Console\/|Downloader\/Pear|Installer\/Pear|Question\/|Repository\/Pear|SelfUpdate\/)', '\/(?:dealerdirect|squizlabs|wimg)\/',