Add missing LICENSE files from dependencies, fixes #3776
parent
ad40dbf941
commit
c573ae5781
|
@ -102,10 +102,13 @@ class Compiler
|
||||||
$finder->files()
|
$finder->files()
|
||||||
->ignoreVCS(true)
|
->ignoreVCS(true)
|
||||||
->name('*.php')
|
->name('*.php')
|
||||||
|
->name('LICENSE')
|
||||||
->exclude('Tests')
|
->exclude('Tests')
|
||||||
|
->exclude('tests')
|
||||||
|
->exclude('docs')
|
||||||
->in(__DIR__.'/../../vendor/symfony/')
|
->in(__DIR__.'/../../vendor/symfony/')
|
||||||
->in(__DIR__.'/../../vendor/seld/jsonlint/src/')
|
->in(__DIR__.'/../../vendor/seld/jsonlint/')
|
||||||
->in(__DIR__.'/../../vendor/justinrainbow/json-schema/src/')
|
->in(__DIR__.'/../../vendor/justinrainbow/json-schema/')
|
||||||
;
|
;
|
||||||
|
|
||||||
foreach ($finder as $file) {
|
foreach ($finder as $file) {
|
||||||
|
|
Loading…
Reference in New Issue