diff --git a/composer.json b/composer.json index a2fbb449..be05a420 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "phpunit/phpunit": "^7.5.20", "psalm/plugin-phpunit": "~0.8.1", "psr/container": "^1.0.0", - "vimeo/psalm": "^3.8.2", + "vimeo/psalm": "^3.8.3", "zendframework/zend-servicemanager": "^2.0.0" }, "config": { diff --git a/composer.lock b/composer.lock index 4d5a82d4..ce6a33fb 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": "42246d30a68de7a114ae1989faf8d6bd", + "content-hash": "b3ba4ea916f0095d7580bdc5517b788b", "packages": [ { "name": "composer/xdebug-handler", @@ -4890,16 +4890,16 @@ }, { "name": "vimeo/psalm", - "version": "3.8.2", + "version": "3.8.3", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "90d6b73fd8062432030ef39b7b6694b3902daa31" + "reference": "389af1bfc739bfdff3f9e3dc7bd6499aee51a831" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/90d6b73fd8062432030ef39b7b6694b3902daa31", - "reference": "90d6b73fd8062432030ef39b7b6694b3902daa31", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/389af1bfc739bfdff3f9e3dc7bd6499aee51a831", + "reference": "389af1bfc739bfdff3f9e3dc7bd6499aee51a831", "shasum": "" }, "require": { @@ -4919,7 +4919,7 @@ "openlss/lib-array2xml": "^1.0", "php": "^7.1.3", "sebastian/diff": "^3.0", - "symfony/console": "^3.3||^4.0||^5.0", + "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0", "webmozart/glob": "^4.1", "webmozart/path-util": "^2.3" }, @@ -4929,7 +4929,6 @@ "require-dev": { "bamarni/composer-bin-plugin": "^1.2", "ext-curl": "*", - "friendsofphp/php-cs-fixer": "^2.15", "phpmyadmin/sql-parser": "^5.0", "phpspec/prophecy": ">=1.9.0", "phpunit/phpunit": "^7.5 || ^8.0", @@ -4943,10 +4942,10 @@ }, "bin": [ "psalm", - "psalter", "psalm-language-server", "psalm-plugin", - "psalm-refactor" + "psalm-refactor", + "psalter" ], "type": "library", "extra": { @@ -4981,7 +4980,7 @@ "inspection", "php" ], - "time": "2020-01-07T13:50:31+00:00" + "time": "2020-01-15T03:46:19+00:00" }, { "name": "webmozart/assert",