Skip to content

Commit c9e55a3

Browse files
authored
Add tpl files to phar
All .tpl.dist files were renamed to .tpl in PHPUnit 8.3.0
1 parent 281da5c commit c9e55a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RoboFile.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,7 @@ private function packPhar($pharFileName)
579579
->name('*.woff')
580580
->name('*.woff2')
581581
->name('*.png')
582+
->name('*.tpl')
582583
->name('*.tpl.dist')
583584
->name('*.html.dist')
584585
->exclude('Tests')

0 commit comments

Comments
 (0)