diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2022-07-31 13:55:09 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2022-07-31 13:55:09 +0300 |
| commit | 26c67dba776e1e6f8ac40eed70fe79995325863d (patch) | |
| tree | 862b043fa666e44ed0b2c997a98b1a256b26ee12 /composer.json | |
| parent | d5c043e8467881c00b2cd836f2f37b8479cf0b96 (diff) | |
update phpstan to 1.8.2
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 8d00077dc..4c93039ee 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "j4mie/idiorm": "dev-master" }, "require-dev": { - "phpstan/phpstan": "1.1.2", + "phpstan/phpstan": "1.8.2", "phpunit/phpunit": "9.5.16" } } |