diff options
author | Remi Collet <remi@remirepo.net> | 2022-12-09 08:59:51 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-12-09 08:59:51 +0100 |
commit | 68ffa1ab860c8f64a141a533dbafe944223c3636 (patch) | |
tree | eab3b6f7bba8d40938e3f75b7c181c73caf4a580 /composer.json | |
parent | 7baa09ac23c4abf0a657cf35af73ec295eed449a (diff) |
update to 0.13.3
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 3802f3f..c8f2fde 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ "cs-check": "phpcs -np app/ src/ tests/", "cs-fix": "phpcbf -np app/ src/ tests/", "stan": "phpstan analyse src/", - "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:~1.5.0 && mv composer.backup composer.json", + "stan-setup": "cp composer.json composer.backup && composer require --dev phpstan/phpstan:~1.9.0 && mv composer.backup composer.json", "test": "phpunit --colors=always" }, "bin": [ |