Bump m6web/redis-mock from 5.0.1 to 5.1.0

Bumps [m6web/redis-mock](https://github.com/BedrockStreaming/RedisMock) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/BedrockStreaming/RedisMock/releases)
- [Commits](https://github.com/BedrockStreaming/RedisMock/compare/v5.0.1...v5.1.0)

---
updated-dependencies:
- dependency-name: m6web/redis-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-05 12:37:43 +00:00 committed by GitHub
parent b810ef34b5
commit 1635cc71af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
composer.lock generated
View file

@ -12007,23 +12007,23 @@
},
{
"name": "m6web/redis-mock",
"version": "v5.0.1",
"version": "v5.1.0",
"source": {
"type": "git",
"url": "https://github.com/BedrockStreaming/RedisMock.git",
"reference": "86a7b33c6ba57ca97330454378e484cf2abbefdd"
"reference": "888453004c186e789dbdd3abb6ee1ca481f4e441"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/BedrockStreaming/RedisMock/zipball/86a7b33c6ba57ca97330454378e484cf2abbefdd",
"reference": "86a7b33c6ba57ca97330454378e484cf2abbefdd",
"url": "https://api.github.com/repos/BedrockStreaming/RedisMock/zipball/888453004c186e789dbdd3abb6ee1ca481f4e441",
"reference": "888453004c186e789dbdd3abb6ee1ca481f4e441",
"shasum": ""
},
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"atoum/atoum": "master-dev",
"atoum/atoum": "~3.4||~4.0",
"predis/predis": "~1.1"
},
"type": "library",
@ -12050,9 +12050,9 @@
],
"support": {
"issues": "https://github.com/BedrockStreaming/RedisMock/issues",
"source": "https://github.com/BedrockStreaming/RedisMock/tree/v5.0.1"
"source": "https://github.com/BedrockStreaming/RedisMock/tree/v5.1.0"
},
"time": "2021-08-16T09:35:42+00:00"
"time": "2022-01-04T08:27:43+00:00"
},
{
"name": "nikic/php-parser",