8000 [Build] Update zend diactoros dependency · CodingSeo/laravel-json-api@43ee84e · GitHub
[go: up one dir, main page]

Skip to content

Commit 43ee84e

Browse files
committed
[Build] Update zend diactoros dependency
Closes cloudcreativity#347
1 parent 7265589 commit 43ee84e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file. This projec
77
### Added
88
- Added `domain` method to API fluent routing methods.
99

10+
### Fixed
11+
- [#347](https://github.com/cloudcreativity/laravel-json-api/issues/347)
12+
Update `zend-diactoros` dependency.
13+
1014
## [1.1.0] - 2019-04-12
1115

1216
### Added

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"neomerx/json-api": "^1.0.3",
3636
"ramsey/uuid": "^3.0",
3737
"symfony/psr-http-message-bridge": "^1.0",
38-
"zendframework/zend-diactoros": "^1.3"
38+
"zendframework/zend-diactoros": "^1.0|^2.0"
3939
},
4040
"require-dev": {
4141
"ext-sqlite3": "*",

0 commit comments

Comments
 (0)
0