diff options
author | Remi Collet <remi@remirepo.net> | 2021-10-04 09:39:25 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-10-04 09:39:25 +0200 |
commit | aafff85643f676f52a576532c467655b0ff12165 (patch) | |
tree | 880ff9b97fbba0135e63c00aebbe0ff429ff943e /composer.json | |
parent | 6f24fa8dc4d5aea4e7fe944ef6e243a134084879 (diff) |
update to 2.13.4
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 831f0a0..a027c6d 100644 --- a/composer.json +++ b/composer.json @@ -41,8 +41,8 @@ "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", - "phpstan/phpstan": "0.12.96", - "phpunit/phpunit": "^7.5.20|^8.5|9.5.5", + "phpstan/phpstan": "0.12.99", + "phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^4.4", |