diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 569cf14..d4c2f59 100644 --- a/composer.json +++ b/composer.json @@ -22,8 +22,9 @@ }, "require-dev": { "phpunit/phpunit": "^7.5", - "php-http/psr7-integration-tests": "dev-master", - "http-interop/http-factory-tests": "dev-master" + "php-http/psr7-integration-tests": "^1.0", + "http-interop/http-factory-tests": "dev-master", + "symfony/error-handler": "^4.4" }, "provide": { "psr/http-message-implementation": "1.0", |