diff options
author | Valentin V / vvval <[email protected]> | 2020-05-13 10:19:21 +0300 |
---|---|---|
committer | Valentin V / vvval <[email protected]> | 2020-05-13 10:19:21 +0300 |
commit | d0910d5ba44f60eda655d87fd4587164b31a5927 (patch) | |
tree | c86f57bc057bdcc75f0f8d0561ce9b4bd895b9ad /composer.json | |
parent | 8fd8356ef1cb9b7602e511cf0d59964cdbbe5dbe (diff) |
WIP: fix phpstan based on new goridge interface
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 c4fa8609..c2599c64 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "php": "^7.2", "ext-json": "*", "ext-curl": "*", - "spiral/goridge": "^2.4", + "spiral/goridge": "dev-add_phpstan", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "symfony/console": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", |