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 43
43
// Note that the **only** effect of choosing `'5.6'` is to infer that functions removed in php 7.0 exist.
44
44
// (See `backward_compatibility_checks` for additional options)
45
45
// Automatically inferred from composer.json requirement for "php" of ">=7.1"
46
- 'target_php_version ' => '7.1 ' ,
46
+ 'target_php_version ' => '7.3 ' ,
47
47
48
48
// If enabled, missing properties will be created when
49
49
// they are first seen. If false, we'll report an
367
367
// your application should be included in this list.
368
368
'directory_list ' => [
369
369
'src/PHPHtmlParser ' ,
370
- 'vendor/infection/infection/src ' ,
371
- 'vendor/mockery/mockery/library ' ,
370
+ 'vendor/myclabs/php-enum/src ' ,
372
371
'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 ' ,
376
375
],
377
376
378
377
// A list of individual files to include in analysis
You can’t perform that action at this time.
0 commit comments