File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 4343 // Note that the **only** effect of choosing `'5.6'` is to infer that functions removed in php 7.0 exist.
4444 // (See `backward_compatibility_checks` for additional options)
4545 // Automatically inferred from composer.json requirement for "php" of ">=7.1"
46- 'target_php_version ' => '7.1 ' ,
46+ 'target_php_version ' => '7.3 ' ,
4747
4848 // If enabled, missing properties will be created when
4949 // they are first seen. If false, we'll report an
367367 // your application should be included in this list.
368368 'directory_list ' => [
369369 'src/PHPHtmlParser ' ,
370- 'vendor/infection/infection/src ' ,
371- 'vendor/mockery/mockery/library ' ,
370+ 'vendor/myclabs/php-enum/src ' ,
372371 'vendor/paquettg/string-encode/src ' ,
373- 'vendor/phan/phan /src/Phan ' ,
374- 'vendor/php-coveralls/php-coveralls /src ' ,
375- 'vendor/phpunit/phpunit /src ' ,
372+ 'vendor/guzzlehttp/psr7 /src ' ,
373+ 'vendor/guzzlehttp/guzzle /src ' ,
374+ 'vendor/psr/http-client /src ' ,
376375 ],
377376
378377 // A list of individual files to include in analysis
You can’t perform that action at this time.
0 commit comments