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 fcda150 commit c7e3f80Copy full SHA for c7e3f80
utils/make-phar.php
@@ -175,6 +175,7 @@ function get_composer_versions( $current_version ) {
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 . '/daverandom')
179
->in(EE_VENDOR_DIR . '/guzzlehttp')
180
->in(EE_VENDOR_DIR . '/ralouphie/getallheaders')
181
->in(EE_VENDOR_DIR . '/acmephp')
0 commit comments