Skip to content

Commit 685f832

Browse files
authored
Merge pull request #1545 from kirtangajjar/fix/site-create-ssl
🐛 Add symphony service-contracts package in phar to fix site ssl create
2 parents 2db9423 + f0a812e commit 685f832

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/make-phar.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function add_file( $phar, $path ) {
7575
$strips = array(
7676
'\/(?:behat|gherkin)\/src\/',
7777
'\/phpunit\/',
78-
'\/symfony\/(?!console|filesystem|finder|polyfill-mbstring|process|serializer)',
78+
'\/symfony\/(?!console|filesystem|finder|polyfill-mbstring|process|serializer|service-contracts)',
7979
'\/composer\/spdx-licenses\/',
8080
'\/Composer\/(?:Command\/|Compiler\.php|Console\/|Downloader\/Pear|Installer\/Pear|Question\/|Repository\/Pear|SelfUpdate\/)',
8181
'\/(?:dealerdirect|squizlabs|wimg)\/',
@@ -206,6 +206,7 @@ function get_composer_versions( $current_version ) {
206206
->in(EE_VENDOR_DIR . '/symfony/filesystem')
207207
->in(EE_VENDOR_DIR . '/symfony/process')
208208
->in(EE_VENDOR_DIR . '/symfony/serializer')
209+
->in(EE_VENDOR_DIR . '/symfony/service-contracts')
209210
->in(EE_VENDOR_DIR . '/justinrainbow/json-schema')
210211
->exclude('demo')
211212
->exclude('nb/oxymel/OxymelTest.php')

0 commit comments

Comments
 (0)