summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-11-17 16:25:35 +0300
committerValery Piashchynski <[email protected]>2020-11-17 16:25:35 +0300
commit3cbdd3d3e44b3b4e72565d666391e3b732950774 (patch)
tree7c60fafe1c33076631e39fe26be187c9ca359a3e /composer.json
parenta57d064407e2ed7f35dd591101b5d421c64605e1 (diff)
Get http working with new container
Diffstat (limited to 'composer.json')
-rwxr-xr-xcomposer.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index aef75b08..283eaab1 100755
--- a/composer.json
+++ b/composer.json
@@ -18,14 +18,15 @@
"ext-json": "*",
"ext-curl": "*",
"spiral/goridge": "^2.4.2",
- "symfony/console": "^2.5.0 || ^3.0.0 || ^4.0.0 || ^5.0.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",
+ "laminas/laminas-diactoros": "^1.3 || ^2.0"
},
"config": {
"vendor-dir": "vendor_php"
},
"require-dev": {
- "psr/http-factory": "^1.0",
- "psr/http-message": "^1.0",
"phpstan/phpstan": "~0.12"
},
"scripts": {