diff --git a/composer.json b/composer.json index 824acc34..9888d63a 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ "ergebnis/phpstan-rules": "~0.15.0", "infection/infection": "~0.13.6", "phpstan/extension-installer": "^1.0.4", - "phpstan/phpstan": "~0.12.32", + "phpstan/phpstan": "~0.12.33", "phpstan/phpstan-deprecation-rules": "~0.12.4", "phpstan/phpstan-phpunit": "~0.12.11", "phpstan/phpstan-strict-rules": "~0.12.3", diff --git a/composer.lock b/composer.lock index cad26f70..3b93daf4 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": "aa637ac11276b84bee8b34a06ddb6c96", + "content-hash": "581671e3a14dddd50e3a799651aa8d7c", "packages": [ { "name": "ergebnis/classy", @@ -2325,20 +2325,20 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.32", + "version": "0.12.33", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c" + "reference": "46e698a0452526a05c4a351d7c47c4b8c37a548d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d03863f504c8432b3de4d1881f73f6acb8c0e67c", - "reference": "d03863f504c8432b3de4d1881f73f6acb8c0e67c", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/46e698a0452526a05c4a351d7c47c4b8c37a548d", + "reference": "46e698a0452526a05c4a351d7c47c4b8c37a548d", "shasum": "" }, "require": { - "php": "^7.1" + "php": "^7.1|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -2377,7 +2377,7 @@ "type": "tidelift" } ], - "time": "2020-07-01T11:57:52+00:00" + "time": "2020-07-19T22:10:11+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",