diff options
| author | 2022-02-07 00:56:59 +0100 | |
|---|---|---|
| committer | 2022-02-07 00:56:59 +0100 | |
| commit | 354f22b4fa30443cf6f0a62dbddb18a78af6d93b (patch) | |
| tree | 30fd132d79a7b9b526f9a4910af729db9d1a6289 /composer.json | |
| parent | 7c2da31418d3479b60c9c6b28cc595deda93d434 (diff) | |
PHPStan update to 1.4.6 (#4203)
https://github.com/phpstan/phpstan/releases
And compose udpdate
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index a36ed55cc..f62310162 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "php": ">=7.0.0" }, "require-dev": { - "phpstan/phpstan": "^1.2.0", + "phpstan/phpstan": "^1.4", "phpunit/phpunit": "^9", "squizlabs/php_codesniffer": "^3.6" }, |
