diff options
| author | 2023-07-23 14:31:55 +0200 | |
|---|---|---|
| committer | 2023-07-23 14:31:55 +0200 | |
| commit | 0182d84142fb5f4c9514371f8fc0e6ce3640a6e1 (patch) | |
| tree | 13bfed5ae894f2e339fed8315b05d39c66b52196 /composer.json | |
| parent | 1f05c923762a7f395cbb9c63121445f0e688a076 (diff) | |
Minor update dev dependencies (#5541)
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/5538
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 1fcd9cbf4..b24eb69f6 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "ext-phar": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", - "phpstan/phpstan": "~1.10.19", + "phpstan/phpstan": "^1.10", "phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-strict-rules": "^1.5", "phpunit/phpunit": "^9", |
