Skip to content

Commit

Permalink
Don't doubly include MessageTrait.
Browse files Browse the repository at this point in the history
RequestTrait already includes MessageTrait. Also pin to newer diactoros
as there are problems with older versions.

Refs #10495
  • Loading branch information
markstory committed Apr 6, 2017
1 parent 4c716e8 commit 6a073af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -24,7 +24,7 @@
"cakephp/chronos": "~1.0",
"aura/intl": "^3.0.0",
"psr/log": "^1.0",
"zendframework/zend-diactoros": "~1.0"
"zendframework/zend-diactoros": "^1.4"
},
"suggest": {
"ext-openssl": "To use Security::encrypt() or have secure CSRF token generation.",
Expand Down
1 change: 0 additions & 1 deletion src/Http/Client/Request.php
Expand Up @@ -27,7 +27,6 @@
*/
class Request extends Message implements RequestInterface
{
use MessageTrait;
use RequestTrait;

/**
Expand Down

0 comments on commit 6a073af

Please sign in to comment.