Skip to content

Commit

Permalink
Merge pull request #34 from phramework/xs-fixed-response-parse
Browse files Browse the repository at this point in the history
 Fixed response when contents are empty for 204 (2.6.4)
  • Loading branch information
alkallio committed Sep 1, 2020
2 parents 56c8f32 + c154a6e commit 0c2045e
Show file tree
Hide file tree
Showing 11 changed files with 1,026 additions and 457 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php
php:
- 7.2
- 7.3
- 7.4
- nightly

matrix:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.6.4
### Fixed
- Response to allow empty response when Status Code is 204
### Changed
- Minimum PHP version to ^7.3

## 2.6.3
### Added
- JSON validator in Response to throw JsonException when http response is not valid JSON
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@
}
],
"require": {
"php": "^7.2|^8.0.0",
"php": "^7.3|^8.0.0",
"phramework/util": "^0.0.0",
"guzzlehttp/guzzle": "^6.3.3",
"phramework/operator": "*"
},
"require-dev": {
"mockery/mockery": "dev-master",
"roave/security-advisories": "dev-master",
"squizlabs/php_codesniffer": "*",
"satooshi/php-coveralls": "^1.0",
"phpunit/phpunit": "^7.5.9",
"phpunit/phpunit": "^8.0.0",
"slim/slim": "^3.0",
"oscarotero/psr7-middlewares": "^3.16",
"codacy/coverage": "^1.0",
Expand Down

0 comments on commit 0c2045e

Please sign in to comment.