diff --git a/.phan/config.php b/.phan/config.php index a3beb49..15f600e 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -283,9 +283,14 @@ return [ // your application should be included in this list. 'directory_list' => [ 'src', + 'vendor/amphp/amp/lib', + 'vendor/amphp/file/lib', + 'vendor/amphp/socket/src', 'vendor/composer/xdebug-handler/src', 'vendor/felixfbecker/advanced-json-rpc/lib', 'vendor/felixfbecker/language-server-protocol/src/', + 'vendor/league/event/src', + 'vendor/league/uri-parser/src', 'vendor/microsoft/tolerant-php-parser/src', 'vendor/netresearch/jsonmapper/src', 'vendor/phpdocumentor/reflection-common/src', @@ -294,7 +299,6 @@ return [ 'vendor/phpunit/phpunit/src', 'vendor/psr/log/Psr', 'vendor/sabre/event/lib', - 'vendor/sabre/uri/lib', 'vendor/webmozart/glob/src', 'vendor/webmozart/path-util/src', ], diff --git a/.travis.yml b/.travis.yml index da1f118..018a8ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,9 @@ language: php php: - '7.0' + - '7.1' - '7.2' + - '7.3' git: depth: 10