diff --git a/composer.json b/composer.json index d172bf1..0a6000b 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "ergebnis/composer-normalize": "^2.6.1", "ergebnis/license": "^1.0.0", "ergebnis/php-cs-fixer-config": "^2.2.1", - "ergebnis/phpstan-rules": "~0.15.0", + "ergebnis/phpstan-rules": "~0.15.1", "ergebnis/test-util": "^1.0.0", "infection/infection": "~0.15.3", "phpstan/extension-installer": "^1.0.4", diff --git a/composer.lock b/composer.lock index 344cdf5..6dee4a8 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": "75281b7577f94b6d21f75ee2ee7b7524", + "content-hash": "62bb071f2324fb26f5dfb99104893708", "packages": [], "packages-dev": [ { @@ -1077,16 +1077,16 @@ }, { "name": "ergebnis/phpstan-rules", - "version": "0.15.0", + "version": "0.15.1", "source": { "type": "git", "url": "https://github.com/ergebnis/phpstan-rules.git", - "reference": "f0c49d0efdaebd9e663e9e5637253ebcc41048d7" + "reference": "e6e2bbf0edd7f78b26dfd72daa01d28500ad3e6c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/f0c49d0efdaebd9e663e9e5637253ebcc41048d7", - "reference": "f0c49d0efdaebd9e663e9e5637253ebcc41048d7", + "url": "https://api.github.com/repos/ergebnis/phpstan-rules/zipball/e6e2bbf0edd7f78b26dfd72daa01d28500ad3e6c", + "reference": "e6e2bbf0edd7f78b26dfd72daa01d28500ad3e6c", "shasum": "" }, "require": { @@ -1096,18 +1096,18 @@ "phpstan/phpstan": "~0.11.15 || ~0.12.0" }, "require-dev": { - "ergebnis/composer-normalize": "^2.5.1", - "ergebnis/license": "~1.0.0", - "ergebnis/php-cs-fixer-config": "^2.1.2", - "ergebnis/test-util": "~1.0.0", + "ergebnis/composer-normalize": "^2.6.1", + "ergebnis/license": "^1.0.0", + "ergebnis/php-cs-fixer-config": "^2.2.1", + "ergebnis/test-util": "^1.0.0", "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.20", - "psalm/plugin-phpunit": "~0.10.0", + "psalm/plugin-phpunit": "~0.10.1", "psr/container": "^1.0.0", - "vimeo/psalm": "^3.11.2", + "vimeo/psalm": "^3.13.1", "zendframework/zend-servicemanager": "^2.0.0" }, "type": "phpstan-extension", @@ -1141,24 +1141,12 @@ "phpstan-rules" ], "funding": [ - { - "url": "https://paypal.me/localheinz", - "type": "custom" - }, - { - "url": "https://www.amazon.de/hz/wishlist/ls/2NCHMSJ4BC1OW", - "type": "custom" - }, - { - "url": "https://www.buymeacoffee.com/localheinz", - "type": "custom" - }, { "url": "https://github.com/localheinz", "type": "github" } ], - "time": "2020-05-10T18:39:28+00:00" + "time": "2020-07-31T18:01:05+00:00" }, { "name": "ergebnis/test-util",