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 0b872e5 commit 3ac1b94Copy full SHA for 3ac1b94
utils/make-phar.php
@@ -247,7 +247,8 @@ function get_composer_versions( $current_version ) {
247
->in(EE_VENDOR_DIR . '/easyengine/*-command/templates')
248
->in(EE_VENDOR_DIR . '/easyengine/site-type-*/templates')
249
->name('*.mustache')
250
- ->name('.env.mustache');
+ ->name('.env.mustache')
251
+ ->name('*.zip');
252
253
$finder
254
->files()
0 commit comments