Skip to content

Commit 6f0c185

Browse files
committed
Update Phan config
1 parent 9a3874e commit 6f0c185

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.phan/config.php

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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
@@ -367,12 +367,11 @@
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

0 commit comments

Comments
 (0)