Skip to content

Commit 70e53ad

Browse files
committed
Exclude phpstan from phar
1 parent e344878 commit 70e53ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/make-phar.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ function add_file( $phar, $path ) {
6767
'\/(?:behat|composer|gherkin)\/src\/',
6868
'\/behat\/',
6969
'\/phpunit\/',
70+
'\/phpstan\/',
7071
'\/phpspec\/',
7172
'\/sebastian\/',
7273
'\/php-parallel-lint\/',
@@ -82,6 +83,7 @@ function add_file( $phar, $path ) {
8283
'\/(?:behat|gherkin)\/src\/',
8384
'\/behat\/',
8485
'\/phpunit\/',
86+
'\/phpstan\/',
8587
'\/phpspec\/',
8688
'\/sebastian\/',
8789
'\/php-parallel-lint\/',

0 commit comments

Comments
 (0)