Skip to content

Commit

Permalink
Merge pull request #1545 from kirtangajjar/fix/site-create-ssl
Browse files Browse the repository at this point in the history
馃悰 Add symphony service-contracts package in phar to fix site ssl create
  • Loading branch information
kirtangajjar committed Jul 6, 2021
2 parents 2db9423 + f0a812e commit 685f832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/make-phar.php
Expand Up @@ -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)\/',
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit 685f832

Please sign in to comment.