We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd94e70 commit 45ecc76Copy full SHA for 45ecc76
CHANGELOG.md
@@ -5,7 +5,11 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
-## [5.0.3] - 2020-02-20
+## [5.0.5] - 2020-02-28
9
+### Changed
10
+ - Updated the internal "datto/json-rpc" dependency
11
+
12
+## [5.0.4] - 2020-02-20
13
### Changed
14
- Content types are now allowed to contain optional character set data
15
(e.g. "application/json; charset=utf8")
composer.json
@@ -15,7 +15,7 @@
],
16
"require": {
17
"php": ">=7.0.0",
18
- "datto/json-rpc": "~6.0"
+ "datto/json-rpc": "~6.1"
19
},
20
"autoload": {
21
"psr-4": {
0 commit comments