From f0a812ea2a49bb46d480df960cb8dfdb33991679 Mon Sep 17 00:00:00 2001 From: Kirtan Gajjar Date: Tue, 6 Jul 2021 14:47:49 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Add=20symphony=20service-contrac?= =?UTF-8?q?ts=20package=20in=20phar=20to=20fix=20site=20ssl=20create?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/make-phar.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/make-phar.php b/utils/make-phar.php index 8e160c15e..15c4f6f33 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|service-contracts)', '\/composer\/spdx-licenses\/', '\/Composer\/(?:Command\/|Compiler\.php|Console\/|Downloader\/Pear|Installer\/Pear|Question\/|Repository\/Pear|SelfUpdate\/)', '\/(?:dealerdirect|squizlabs|wimg)\/', @@ -206,6 +206,7 @@ function get_composer_versions( $current_version ) { ->in(EE_VENDOR_DIR . '/symfony/filesystem') ->in(EE_VENDOR_DIR . '/symfony/process') ->in(EE_VENDOR_DIR . '/symfony/serializer') + ->in(EE_VENDOR_DIR . '/symfony/service-contracts') ->in(EE_VENDOR_DIR . '/justinrainbow/json-schema') ->exclude('demo') ->exclude('nb/oxymel/OxymelTest.php')