Skip to content

Commit

Permalink
update to interop-config 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Dec 10, 2016
1 parent 5a8504f commit 0d8c110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"require-dev": {
"container-interop/container-interop": "^1.1",
"sandrokeil/interop-config": "^2.0",
"sandrokeil/interop-config": "^2.0.1",
"phpunit/phpunit": "^5.7",
"phpspec/prophecy": "dev-patch-1 as 1.6.2",
"prooph/php-cs-fixer-config": "^0.1.1",
Expand All @@ -50,7 +50,7 @@
"prooph/snapshot-mongodb-adapter": "For usage with mongodb as snapshot adapter"
},
"conflict": {
"sandrokeil/interop-config": "<2.0"
"sandrokeil/interop-config": "<2.0.1"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Container/InMemoryEventStoreFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function dimensions(): iterable
/**
* {@inheritdoc}
*/
public function defaultOptions(): array
public function defaultOptions(): iterable
{
return [
'metadata_enrichers' => [],
Expand Down

0 comments on commit 0d8c110

Please sign in to comment.