diff options
author | Wolfy-J <[email protected]> | 2018-06-07 16:59:38 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-07 16:59:38 +0300 |
commit | e2ccf9717ca11bbcf8e9b8ee5332e3211d38cfa9 (patch) | |
tree | e64ca370052172e1e981f9be0c862f870741c782 /composer.json | |
parent | b1a324e9b230f7db114fe7264019f86ff1875e16 (diff) |
more tests
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 ada34e58..403316fd 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,8 @@ ], "require": { "php": "^7.0", - "spiral/goridge": "^2.0" + "spiral/goridge": "^2.0", + "psr/http-message": "^1.0" }, "require-dev": { "phpunit/phpunit": "~6.0" @@ -21,4 +22,4 @@ "Spiral\\RoadRunner\\": "php-src/" } } -}
\ No newline at end of file +} |