fix dependencies and incompatibilites to new guzzle version
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- composer.json 1 addition, 2 deletionscomposer.json
- src/MessageTrait.php 14 additions, 12 deletionssrc/MessageTrait.php
- src/Request.php 8 additions, 7 deletionssrc/Request.php
- src/Response.php 5 additions, 4 deletionssrc/Response.php
- src/ServerRequest.php 14 additions, 12 deletionssrc/ServerRequest.php
- tests/ClientRequestTest.php 3 additions, 7 deletionstests/ClientRequestTest.php
- tests/ClientResponseTest.php 2 additions, 2 deletionstests/ClientResponseTest.php
- tests/ServerResponseTest.php 1 addition, 1 deletiontests/ServerResponseTest.php
... | ... | @@ -10,8 +10,7 @@ |
"coverage": "phpunit --stderr --coverage-text" | ||
}, | ||
"require": { | ||
"guzzlehttp/psr7": "^2.6.1", | ||
"ralouphie/getallheaders": "^2.0.5" | ||
"guzzlehttp/psr7": "^2.6.1" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "*", | ||
... | ... |
Please register or sign in to comment