We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c4c5c commit a26d5aaCopy full SHA for a26d5aa
utils/make-phar.php
@@ -171,6 +171,9 @@ function get_composer_versions( $current_version ) {
171
->in(EE_VENDOR_DIR . '/symfony/finder')
172
->in(EE_VENDOR_DIR . '/symfony/polyfill-mbstring')
173
->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')
177
->in(EE_VENDOR_DIR . '/monolog')
178
->in(EE_VENDOR_DIR . '/guzzlehttp')
179
->in(EE_VENDOR_DIR . '/ralouphie/getallheaders')
0 commit comments