diff --git a/composer.json b/composer.json index a9de3b9..1dae17a 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpstan/phpstan-strict-rules": "~0.12.1", "phpunit/phpunit": "^8.5.1", "psalm/plugin-phpunit": "~0.8.0", - "vimeo/psalm": "^3.8.1" + "vimeo/psalm": "^3.8.2" }, "config": { "platform": { diff --git a/composer.lock b/composer.lock index 8f9b20d..db70755 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "302f94302210676d7be8d083cf4c847c", + "content-hash": "1fe88e1fa11b4a9f0a65ce6a10cd1b08", "packages": [ { "name": "fzaninotto/faker", @@ -4473,16 +4473,16 @@ }, { "name": "vimeo/psalm", - "version": "3.8.1", + "version": "3.8.2", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "8e54e3aa060fc490d86d0e2abbf62750516d40fd" + "reference": "90d6b73fd8062432030ef39b7b6694b3902daa31" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/8e54e3aa060fc490d86d0e2abbf62750516d40fd", - "reference": "8e54e3aa060fc490d86d0e2abbf62750516d40fd", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/90d6b73fd8062432030ef39b7b6694b3902daa31", + "reference": "90d6b73fd8062432030ef39b7b6694b3902daa31", "shasum": "" }, "require": { @@ -4490,6 +4490,10 @@ "amphp/byte-stream": "^1.5", "composer/xdebug-handler": "^1.1", "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-simplexml": "*", + "ext-tokenizer": "*", "felixfbecker/advanced-json-rpc": "^3.0.3", "felixfbecker/language-server-protocol": "^1.4", "netresearch/jsonmapper": "^1.0", @@ -4560,7 +4564,7 @@ "inspection", "php" ], - "time": "2019-12-29T16:11:07+00:00" + "time": "2020-01-07T13:50:31+00:00" }, { "name": "webmozart/assert",