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 aec9357 commit 1d59355Copy full SHA for 1d59355
utils/make-phar.php
@@ -179,6 +179,7 @@ function get_composer_versions( $current_version ) {
179
->in(EE_VENDOR_DIR . '/ralouphie/getallheaders')
180
->in(EE_VENDOR_DIR . '/acmephp')
181
->in(EE_VENDOR_DIR . '/league')
182
+ ->in(EE_VENDOR_DIR . '/myclabs/deep-copy')
183
->in(EE_VENDOR_DIR . '/webmozart')
184
->notName('behat-tags.php')
185
->notPath('#(?:[^/]+-command|php-cli-tools)/vendor/#') // For running locally, in case have composer installed or symlinked them.
0 commit comments