summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorValentin V / vvval <[email protected]>2020-05-13 10:19:21 +0300
committerValentin V / vvval <[email protected]>2020-05-13 10:19:21 +0300
commitd0910d5ba44f60eda655d87fd4587164b31a5927 (patch)
treec86f57bc057bdcc75f0f8d0561ce9b4bd895b9ad /composer.json
parent8fd8356ef1cb9b7602e511cf0d59964cdbbe5dbe (diff)
WIP: fix phpstan based on new goridge interface
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
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",