Skip to content

Commit baea28b

Browse files
authored
Merge pull request #1443 from EasyEngine/update/make-phar
Update phar to include zip templates
2 parents 0b872e5 + 3ac1b94 commit baea28b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

utils/make-phar.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,8 @@ function get_composer_versions( $current_version ) {
247247
->in(EE_VENDOR_DIR . '/easyengine/*-command/templates')
248248
->in(EE_VENDOR_DIR . '/easyengine/site-type-*/templates')
249249
->name('*.mustache')
250-
->name('.env.mustache');
250+
->name('.env.mustache')
251+
->name('*.zip');
251252

252253
$finder
253254
->files()

0 commit comments

Comments
 (0)