diff --git a/apps/composer.json b/apps/composer.json index 38a287c7..5c9e182a 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.84", "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..82a68315 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": "b07c7f821a6bceb8b34ed2594696821c", "packages": [ { "name": "api-platform/core", @@ -10193,16 +10193,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.50", + "version": "0.12.84", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a" + "reference": "9c43f15da8798c8f30a4b099e6a94530a558cfd5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8248f9c81265af75d6d969ca3252aaf3e998f3a", - "reference": "b8248f9c81265af75d6d969ca3252aaf3e998f3a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9c43f15da8798c8f30a4b099e6a94530a558cfd5", + "reference": "9c43f15da8798c8f30a4b099e6a94530a558cfd5", "shasum": "" }, "require": { @@ -10233,7 +10233,7 @@ "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.84" }, "funding": [ { @@ -10249,7 +10249,7 @@ "type": "tidelift" } ], - "time": "2020-10-16T12:22:23+00:00" + "time": "2021-04-19T17:10:54+00:00" }, { "name": "phpunit/php-timer",