Skip to content

Commit a26d5aa

Browse files
committed
Add polyfills in phar
1 parent c3c4c5c commit a26d5aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

utils/make-phar.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ function get_composer_versions( $current_version ) {
171171
->in(EE_VENDOR_DIR . '/symfony/finder')
172172
->in(EE_VENDOR_DIR . '/symfony/polyfill-mbstring')
173173
->in(EE_VENDOR_DIR . '/symfony/polyfill-ctype')
174+
->in(EE_VENDOR_DIR . '/symfony/polyfill-php73')
175+
->in(EE_VENDOR_DIR . '/symfony/polyfill-php80')
176+
->in(EE_VENDOR_DIR . '/symfony/polyfill-php81')
174177
->in(EE_VENDOR_DIR . '/monolog')
175178
->in(EE_VENDOR_DIR . '/guzzlehttp')
176179
->in(EE_VENDOR_DIR . '/ralouphie/getallheaders')

0 commit comments

Comments
 (0)