summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 89a837ac..6ce36803 100644
--- a/composer.json
+++ b/composer.json
@@ -18,11 +18,12 @@
"spiral/goridge": "^2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
- "symfony/console": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0",
"zendframework/zend-diactoros": "^1.3 || ^2.0"
},
"require-dev": {
- "phpstan/phpstan": "~0.12"
+ "ext-curl": "*",
+ "phpstan/phpstan": "~0.12",
+ "symfony/console": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"scripts": {
"analyze": "@php ./vendor/bin/phpstan analyze -c ./phpstan.neon.dist --no-progress --ansi"