diff --git a/composer/helpers/v1/composer.json b/composer/helpers/v1/composer.json index a34565a4fa8..2ddc9951978 100644 --- a/composer/helpers/v1/composer.json +++ b/composer/helpers/v1/composer.json @@ -6,7 +6,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.9", - "phpstan/phpstan": "~1.7.14" + "phpstan/phpstan": "~1.8.5" }, "autoload": { "psr-4": { diff --git a/composer/helpers/v1/composer.lock b/composer/helpers/v1/composer.lock index b15ae975fc3..fb5f89d362a 100644 --- a/composer/helpers/v1/composer.lock +++ b/composer/helpers/v1/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": "c2c4a3ba5897a8fcb2306cb98d33411f", + "content-hash": "7f2c53b67946a00c067c0930ea168be9", "packages": [ { "name": "composer/ca-bundle", @@ -1918,20 +1918,21 @@ "keywords": [ "diff" ], + "abandoned": true, "time": "2020-10-14T08:39:05+00:00" }, { "name": "phpstan/phpstan", - "version": "1.7.15", + "version": "1.8.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "cd0202ea1b1fc6d1bbe156c6e2e18a03e0ff160a" + "reference": "f6598a5ff12ca4499a836815e08b4d77a2ddeb20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd0202ea1b1fc6d1bbe156c6e2e18a03e0ff160a", - "reference": "cd0202ea1b1fc6d1bbe156c6e2e18a03e0ff160a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f6598a5ff12ca4499a836815e08b4d77a2ddeb20", + "reference": "f6598a5ff12ca4499a836815e08b4d77a2ddeb20", "shasum": "" }, "require": { @@ -1955,6 +1956,10 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "static analysis" + ], "funding": [ { "url": "https://github.com/ondrejmirtes", @@ -1964,16 +1969,12 @@ "url": "https://github.com/phpstan", "type": "github" }, - { - "url": "https://www.patreon.com/phpstan", - "type": "patreon" - }, { "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan", "type": "tidelift" } ], - "time": "2022-06-20T08:29:01+00:00" + "time": "2022-09-07T16:05:32+00:00" }, { "name": "psr/cache",