File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- 4.3.0
1+ 4.3.1
Original file line number Diff line number Diff 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 ' )
You can’t perform that action at this time.
0 commit comments