diff --git a/composer.json b/composer.json index 90c40fb..fbebac9 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "jangregor/phpstan-prophecy": "~0.6.0", "phpstan/extension-installer": "^1.0.3", "phpstan/phpstan": "~0.12.5", - "phpstan/phpstan-deprecation-rules": "~0.12.1", + "phpstan/phpstan-deprecation-rules": "~0.12.2", "phpstan/phpstan-phpunit": "~0.12.6", "phpstan/phpstan-strict-rules": "~0.12.1", "phpunit/phpunit": "^8.5.2", diff --git a/composer.lock b/composer.lock index 7a040d0..0c5eab7 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": "deaf4cfc61f0a736f7b7812d8a0928e2", + "content-hash": "a930711e8f230d1bcc895d900d17a2c1", "packages": [ { "name": "ergebnis/classy", @@ -2151,16 +2151,16 @@ }, { "name": "phpstan/phpstan-deprecation-rules", - "version": "0.12.1", + "version": "0.12.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-deprecation-rules.git", - "reference": "5a5b33f76c7a9c87219449319a30146f5a704762" + "reference": "51d21a83b97e539e1fc56c1ce42ac0f187407fb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/5a5b33f76c7a9c87219449319a30146f5a704762", - "reference": "5a5b33f76c7a9c87219449319a30146f5a704762", + "url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/51d21a83b97e539e1fc56c1ce42ac0f187407fb6", + "reference": "51d21a83b97e539e1fc56c1ce42ac0f187407fb6", "shasum": "" }, "require": { @@ -2198,7 +2198,7 @@ "MIT" ], "description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.", - "time": "2020-01-01T17:38:00+00:00" + "time": "2020-01-12T16:25:40+00:00" }, { "name": "phpstan/phpstan-phpunit",