diff --git a/composer.lock b/composer.lock index 48ed1fe3..2c466ef2 100644 --- a/composer.lock +++ b/composer.lock @@ -1360,20 +1360,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.4.10", + "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "898c479c39caa727bedf4311dd294a8f4e250e72" + "reference": "f32e95f571c9587b4e14be05253ae56fedd00b2c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/898c479c39caa727bedf4311dd294a8f4e250e72", - "reference": "898c479c39caa727bedf4311dd294a8f4e250e72", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f32e95f571c9587b4e14be05253ae56fedd00b2c", + "reference": "f32e95f571c9587b4e14be05253ae56fedd00b2c", "shasum": "" }, "require": { - "php": "^7.1|^8.0" + "php": "^7.2|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -1395,7 +1395,7 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.4.10" + "source": "https://github.com/phpstan/phpstan/tree/1.5.2" }, "funding": [ { @@ -1415,7 +1415,7 @@ "type": "tidelift" } ], - "time": "2022-03-14T10:25:45+00:00" + "time": "2022-03-29T07:34:36+00:00" }, { "name": "phpunit/php-code-coverage",