diff --git a/apps/composer.json b/apps/composer.json index 38a287c7..080ec011 100644 --- a/apps/composer.json +++ b/apps/composer.json @@ -69,7 +69,7 @@ "behat/behat": "3.7.0", "dama/doctrine-test-bundle": "6.4.0", "doctrine/doctrine-fixtures-bundle": "3.3.2", - "phpstan/phpstan": "0.12.50", + "phpstan/phpstan": "0.12.89", "povils/phpmnd": "2.3.0", "squizlabs/php_codesniffer": "3.5.6", "symfony/browser-kit": "5.1.7", diff --git a/apps/composer.lock b/apps/composer.lock index 0904f389..5520bbc2 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": "9089c5bc645eb1e8921bec63c679b72f", + "content-hash": "464f54e38cb2e54b8fb5b65c4bbb04c7", "packages": [ { "name": "api-platform/core", @@ -10193,16 +10193,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.50", + "version": "0.12.89", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a" + "reference": "54c0f5a6c30511b77128d58b6369f718df250542" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8248f9c81265af75d6d969ca3252aaf3e998f3a", - "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/54c0f5a6c30511b77128d58b6369f718df250542", + "reference": "54c0f5a6c30511b77128d58b6369f718df250542", "shasum": "" }, "require": { @@ -10233,13 +10233,17 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.50" + "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" @@ -10249,7 +10253,7 @@ "type": "tidelift" } ], - "time": "2020-10-16T12:22:23+00:00" + "time": "2021-06-09T20:23:49+00:00" }, { "name": "phpunit/php-timer", @@ -10995,5 +10999,5 @@ "platform-overrides": { "php": "7.4.2" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }