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 e344878 commit 70e53adCopy full SHA for 70e53ad
utils/make-phar.php
@@ -67,6 +67,7 @@ function add_file( $phar, $path ) {
67
'\/(?:behat|composer|gherkin)\/src\/',
68
'\/behat\/',
69
'\/phpunit\/',
70
+ '\/phpstan\/',
71
'\/phpspec\/',
72
'\/sebastian\/',
73
'\/php-parallel-lint\/',
@@ -82,6 +83,7 @@ function add_file( $phar, $path ) {
82
83
'\/(?:behat|gherkin)\/src\/',
84
85
86
87
88
89
0 commit comments