Skip to content

Commit 1d59355

Browse files
committed
Add myclabs/deep-copy to phar creation
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent aec9357 commit 1d59355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/make-phar.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ function get_composer_versions( $current_version ) {
179179
->in(EE_VENDOR_DIR . '/ralouphie/getallheaders')
180180
->in(EE_VENDOR_DIR . '/acmephp')
181181
->in(EE_VENDOR_DIR . '/league')
182+
->in(EE_VENDOR_DIR . '/myclabs/deep-copy')
182183
->in(EE_VENDOR_DIR . '/webmozart')
183184
->notName('behat-tags.php')
184185
->notPath('#(?:[^/]+-command|php-cli-tools)/vendor/#') // For running locally, in case have composer installed or symlinked them.

0 commit comments

Comments
 (0)