Skip to content

Commit 7bd55b4

Browse files
committed
Merge branch 'develop' for v4.3.1
2 parents e73eedd + 6157d53 commit 7bd55b4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.3.0
1+
4.3.1

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)