diff --git a/composer.json b/composer.json index f30fba1e..99e899d8 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "jangregor/phpstan-prophecy": "~0.8.0", "phpstan/extension-installer": "^1.0.4", "phpstan/phpstan": "~0.12.25", - "phpstan/phpstan-deprecation-rules": "~0.12.3", + "phpstan/phpstan-deprecation-rules": "~0.12.4", "phpstan/phpstan-doctrine": "~0.12.13", "phpstan/phpstan-phpunit": "~0.12.8", "phpstan/phpstan-strict-rules": "~0.12.2", diff --git a/composer.lock b/composer.lock index 0fe8688e..3094a0f9 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": "3cc189d108898d894b9bfb70d83d22ff", + "content-hash": "49be8a2ef466358791b383277b77df62", "packages": [ { "name": "doctrine/annotations", @@ -3172,16 +3172,16 @@ }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "0.12.3", + "version": "0.12.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "6f87f9c733d13bc069bc58f1735933b50dac32cb" + "reference": "9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/6f87f9c733d13bc069bc58f1735933b50dac32cb", - "reference": "6f87f9c733d13bc069bc58f1735933b50dac32cb", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187", + "reference": "9b4b8851fb5d59fd0eed00fbe9c22cfc328e0187", "shasum": "" }, "require": { @@ -3219,7 +3219,7 @@ "MIT" ], "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", - "time": "2020-05-20T20:57:34+00:00" + "time": "2020-05-30T18:02:31+00:00" }, { "name": "phpstan/phpstan-doctrine",