diff options
author | Remi Collet <remi@remirepo.net> | 2020-06-23 09:31:23 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-06-23 09:31:23 +0200 |
commit | 67664fa90a71a7b3378535232a96437debee3a7c (patch) | |
tree | bed4acb1f8e3b9101ff32af10bbb6be1f897980b /composer.json | |
parent | d516ce7c895152499fa46d751258170705c2e646 (diff) |
update to 4.0.9
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 f22ffcc..e89f5c6 100644 --- a/composer.json +++ b/composer.json @@ -105,13 +105,13 @@ "cs-fix": "phpcbf --colors --parallel=16 -p src/ tests/", "test": "phpunit", "test-coverage": "phpunit --coverage-clover=clover.xml", - "phpstan": "phpstan.phar analyse src/", + "phpstan": "phpstan.phar analyse", "psalm": "psalm.phar --show-info=false", "stan": [ "@phpstan", "@psalm" ], - "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^0.12.7 psalm/phar:~3.11.2 && mv composer.backup composer.json" + "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:^0.12 psalm/phar:~3.11.2 && mv composer.backup composer.json" }, "config": { "sort-packages": true, |