Skip to content

Commit 45ecc76

Browse files
committed
5.0.5
1 parent bd94e70 commit 45ecc76

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8-
## [5.0.3] - 2020-02-20
8+
## [5.0.5] - 2020-02-28
9+
### Changed
10+
- Updated the internal "datto/json-rpc" dependency
11+
12+
## [5.0.4] - 2020-02-20
913
### Changed
1014
- Content types are now allowed to contain optional character set data
1115
(e.g. "application/json; charset=utf8")

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"require": {
1717
"php": ">=7.0.0",
18-
"datto/json-rpc": "~6.0"
18+
"datto/json-rpc": "~6.1"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)