diff --git a/composer.json b/composer.json index 1b0e4bd9..7780185d 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "jangregor/phpstan-prophecy": "~0.5.1", "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 13b5213e..87776dc5 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": "a6b2f76752564d7493d0d71280eb400c", + "content-hash": "98f54a43692e1588acd8757d69b0f163", "packages": [ { "name": "composer/semver", @@ -3308,20 +3308,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" }, @@ -3356,7 +3355,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",