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 105376c + 8b4dfb5 commit b83e830
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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
- Allow an `$initiator` in `ResponseDecoders` `supports` method

## 1.1.0 - 2021-07-28
- Change a priority for `JsonResponseDecoder` to 60 (_from 10_) to be **before** a default priority (_50_)
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"php": "^7.4",
"ext-json": "*",
"ext-mbstring": "*",
"lmc/cqrs-handler": "^1.0",
"lmc/cqrs-types": "^1.0",
"lmc/cqrs-handler": "^1.1",
"lmc/cqrs-types": "^2.0",
"symfony/config": "^4.4 || ^5.1",
"symfony/console": "^4.4 || ^5.1",
"symfony/dependency-injection": "^4.4 || ^5.1",
Expand All @@ -21,8 +21,8 @@
"require-dev": {
"ergebnis/composer-normalize": "^2.5",
"lmc/coding-standard": "^3.0",
"lmc/cqrs-http": "^1.0",
"lmc/cqrs-solr": "^1.0",
"lmc/cqrs-http": "^2.0",
"lmc/cqrs-solr": "^1.2",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^0.12.83",
Expand Down

0 comments on commit b83e830

Please sign in to comment.