summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorwn_ <[email protected]>2023-03-04 18:37:36 +0000
committerwn_ <[email protected]>2023-03-05 14:20:19 +0000
commitd34d01fd72abb07e0588c6d01247605646c7f256 (patch)
treea3e127aca97ef02ded1df8e426f9b8fe2f92ffaf /composer.json
parentd210ae50ad14ded6cf204242bc072c82b9e8e70c (diff)
Bump PHPStan from 1.8.2 to 1.10.3
* https://phpstan.org/blog/phpstan-1-9-0-with-phpdoc-asserts-list-type * https://phpstan.org/blog/phpstan-1-10-comes-with-lie-detector
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 5ed79e1e0..be5dbc3c4 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,7 @@
"j4mie/idiorm": "dev-master"
},
"require-dev": {
- "phpstan/phpstan": "1.8.2",
+ "phpstan/phpstan": "1.10.3",
"phpunit/phpunit": "9.5.16"
}
}