diff --git a/composer.json b/composer.json index 19c4d2b..266976f 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "phpbench/phpbench": "~0.16.10", "phpstan/extension-installer": "^1.0.3", "phpstan/phpstan": "~0.12.3", - "phpstan/phpstan-deprecation-rules": "~0.12.0", + "phpstan/phpstan-deprecation-rules": "~0.12.1", "phpstan/phpstan-phpunit": "~0.12.3", "phpstan/phpstan-strict-rules": "~0.12.0", "phpunit/phpunit": "^7.5.18", diff --git a/composer.lock b/composer.lock index 7e30bf2..10880b7 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": "c5eb4d2ca464d4173b273deb8401ff22", + "content-hash": "6eacd7562f41f67707f61ef3a7b2b10d", "packages": [], "packages-dev": [ { @@ -2954,20 +2954,19 @@ }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "0.12.0", + "version": "0.12.1", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "803af7ef6a04d1fd10ad8acc28ca83394caba68a" + "reference": "5a5b33f76c7a9c87219449319a30146f5a704762" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/803af7ef6a04d1fd10ad8acc28ca83394caba68a", - "reference": "803af7ef6a04d1fd10ad8acc28ca83394caba68a", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/5a5b33f76c7a9c87219449319a30146f5a704762", + "reference": "5a5b33f76c7a9c87219449319a30146f5a704762", "shasum": "" }, "require": { - "nikic/php-parser": "^4.0", "php": "~7.1", "phpstan/phpstan": "^0.12" }, @@ -3002,7 +3001,7 @@ "MIT" ], "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", - "time": "2019-11-25T21:39:50+00:00" + "time": "2020-01-01T17:38:00+00:00" }, { "name": "phpstan/phpstan-phpunit",