8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7265589 commit 43ee84eCopy full SHA for 43ee84e
CHANGELOG.md
@@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file. This projec
7
### Added
8
- Added `domain` method to API fluent routing methods.
9
10
+### Fixed
11
+- [#347](https://github.com/cloudcreativity/laravel-json-api/issues/347)
12
+Update `zend-diactoros` dependency.
13
+
14
## [1.1.0] - 2019-04-12
15
16
composer.json
@@ -35,7 +35,7 @@
35
"neomerx/json-api": "^1.0.3",
36
"ramsey/uuid": "^3.0",
37
"symfony/psr-http-message-bridge": "^1.0",
38
- "zendframework/zend-diactoros": "^1.3"
+ "zendframework/zend-diactoros": "^1.0|^2.0"
39
},
40
"require-dev": {
41
"ext-sqlite3": "*",
0 commit comments