diff --git a/apps/composer.json b/apps/composer.json index 39f8d97..16287e5 100644 --- a/apps/composer.json +++ b/apps/composer.json @@ -20,7 +20,7 @@ }, "require-dev": { "behat/behat": "3.8.1", - "phpstan/phpstan": "0.12.88", + "phpstan/phpstan": "0.12.89", "squizlabs/php_codesniffer": "3.6.0", "povils/phpmnd": "2.4.0", "phpunit/phpunit": "9.5.5" diff --git a/apps/composer.lock b/apps/composer.lock index 456b2e5..56c7739 100644 --- a/apps/composer.lock +++ b/apps/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": "7b573c06fb9fc9aebe01563202410bf9", + "content-hash": "1f9d1b9210a916afb3d5bfff0ea4cc0c", "packages": [], "packages-dev": [ { @@ -821,16 +821,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.88", + "version": "0.12.89", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68" + "reference": "54c0f5a6c30511b77128d58b6369f718df250542" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/464d1a81af49409c41074aa6640ed0c4cbd9bb68", - "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/54c0f5a6c30511b77128d58b6369f718df250542", + "reference": "54c0f5a6c30511b77128d58b6369f718df250542", "shasum": "" }, "require": { @@ -861,13 +861,17 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.88" + "source": "https://github.com/phpstan/phpstan/tree/0.12.89" }, "funding": [ { "url": "https://github.com/ondrejmirtes", "type": "github" }, + { + "url": "https://github.com/phpstan", + "type": "github" + }, { "url": "https://www.patreon.com/phpstan", "type": "patreon" @@ -877,7 +881,7 @@ "type": "tidelift" } ], - "time": "2021-05-17T12:24:49+00:00" + "time": "2021-06-09T20:23:49+00:00" }, { "name": "phpunit/php-code-coverage", @@ -4106,5 +4110,5 @@ "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }