diff --git a/composer.json b/composer.json index 9f795491..7cebaee9 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "ergebnis/composer-normalize": "^2.2.2", "ergebnis/license": "~0.1.0", "ergebnis/php-cs-fixer-config": "^2.0.0", - "ergebnis/phpstan-rules": "~0.14.2", + "ergebnis/phpstan-rules": "~0.14.3", "infection/infection": "~0.13.6", "phpstan/extension-installer": "^1.0.3", "phpstan/phpstan": "~0.12.8", diff --git a/composer.lock b/composer.lock index d72d8eb2..cee5b1ef 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": "c845e199f0e55cabc1c709165915f812", + "content-hash": "eb5ad13ce804d76b20596f1b8d769df5", "packages": [ { "name": "ergebnis/classy", @@ -892,16 +892,16 @@ }, { "name": "ergebnis/phpstan-rules", - "version": "0.14.2", + "version": "0.14.3", "source": { "type": "git", "url": "https://github.com/ergebnis/phpstan-rules.git", - "reference": "e6cf7e74b17e29a54dd85ed1d18f52ec113eaa8e" + "reference": "313171f4fe52cc5cf1fe3e0eed20a293076da75e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/e6cf7e74b17e29a54dd85ed1d18f52ec113eaa8e", - "reference": "e6cf7e74b17e29a54dd85ed1d18f52ec113eaa8e", + "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/313171f4fe52cc5cf1fe3e0eed20a293076da75e", + "reference": "313171f4fe52cc5cf1fe3e0eed20a293076da75e", "shasum": "" }, "require": { @@ -911,15 +911,18 @@ "phpstan/phpstan": "~0.11.15 || ~0.12.0" }, "require-dev": { - "ergebnis/composer-normalize": "^1.3.1", - "ergebnis/php-cs-fixer-config": "~1.1.2", + "ergebnis/composer-normalize": "^2.2.2", + "ergebnis/license": "~0.1.0", + "ergebnis/php-cs-fixer-config": "^2.0.0", "ergebnis/test-util": "~0.9.1", "infection/infection": "~0.13.6", "nette/di": "^3.0.1", "phpstan/phpstan-deprecation-rules": "~0.11.2", "phpstan/phpstan-strict-rules": "~0.11.1", - "phpunit/phpunit": "^7.5.18", + "phpunit/phpunit": "^7.5.20", + "psalm/plugin-phpunit": "~0.8.1", "psr/container": "^1.0.0", + "vimeo/psalm": "^3.8.3", "zendframework/zend-servicemanager": "^2.0.0" }, "type": "phpstan-extension", @@ -952,7 +955,7 @@ "phpstan-extreme-rules", "phpstan-rules" ], - "time": "2019-12-19T10:25:17+00:00" + "time": "2020-01-28T14:41:43+00:00" }, { "name": "felixfbecker/advanced-json-rpc",