Skip to content

Commit 6faeebb

Browse files
committed
Add .php8 files to phar file
vendor/symfony/polyfill-mbstring/Resources/mb_convert_variables.php8
1 parent 62edd74 commit 6faeebb

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
@@ -667,6 +667,7 @@ private function packPhar($pharFileName)
667667
$finder = Finder::create()->files()
668668
->ignoreVCS(true)
669669
->name('*.php')
670+
->name('*.php8')
670671
->name('*.css')
671672
->name('*.png')
672673
->name('*.js')

0 commit comments

Comments
 (0)