Skip to content

Commit

Permalink
Merge pull request #3 from lmc-eu/feature/allow-initiators-in-respons…
Browse files Browse the repository at this point in the history
…e-decoders

Allow initiator in response decoder supports method
  • Loading branch information
MortalFlesh authored Aug 10, 2021
2 parents 4e443c3 + c6158bd commit 83d5f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- There should always be "Unreleased" section at the beginning. -->

## Unreleased
- [**BC**] Add an `$initiator` to `ResponseDecoders` `supports` method

## 1.1.0 - 2021-07-28
- Profile used endpoint details for a query
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": "^7.4",
"ext-json": "*",
"ext-mbstring": "*",
"lmc/cqrs-types": "^1.0",
"lmc/cqrs-types": "^2.0",
"nelmio/solarium-bundle": "^4.0",
"solarium/solarium": "^5.2"
},
Expand Down

0 comments on commit 83d5f3e

Please sign in to comment.