Bump predis/predis from 1.1.6 to 1.1.7

Bumps [predis/predis](https://github.com/predis/predis) from 1.1.6 to 1.1.7.
- [Release notes](https://github.com/predis/predis/releases)
- [Changelog](https://github.com/predis/predis/blob/v1.1.7/CHANGELOG.md)
- [Commits](https://github.com/predis/predis/compare/v1.1.6...v1.1.7)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-05 05:06:58 +00:00 committed by GitHub
parent 25dcb73e27
commit dff30af9f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

25
composer.lock generated
View File

@ -3560,23 +3560,22 @@
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
"version": "v1.1.6", "version": "v1.1.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/predis/predis.git", "url": "https://github.com/predis/predis.git",
"reference": "9930e933c67446962997b05201c69c2319bf26de" "reference": "b240daa106d4e02f0c5b7079b41e31ddf66fddf8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/9930e933c67446962997b05201c69c2319bf26de", "url": "https://api.github.com/repos/predis/predis/zipball/b240daa106d4e02f0c5b7079b41e31ddf66fddf8",
"reference": "9930e933c67446962997b05201c69c2319bf26de", "reference": "b240daa106d4e02f0c5b7079b41e31ddf66fddf8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.9" "php": ">=5.3.9"
}, },
"require-dev": { "require-dev": {
"cweagans/composer-patches": "^1.6",
"phpunit/phpunit": "~4.8" "phpunit/phpunit": "~4.8"
}, },
"suggest": { "suggest": {
@ -3584,18 +3583,6 @@
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol" "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
}, },
"type": "library", "type": "library",
"extra": {
"composer-exit-on-patch-failure": true,
"patches": {
"phpunit/phpunit-mock-objects": {
"Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
},
"phpunit/phpunit": {
"Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
"Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
}
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Predis\\": "src/" "Predis\\": "src/"
@ -3627,7 +3614,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/predis/predis/issues", "issues": "https://github.com/predis/predis/issues",
"source": "https://github.com/predis/predis/tree/v1.1.6" "source": "https://github.com/predis/predis/tree/v1.1.7"
}, },
"funding": [ "funding": [
{ {
@ -3635,7 +3622,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-09-11T19:18:05+00:00" "time": "2021-04-04T19:34:46+00:00"
}, },
{ {
"name": "psr/container", "name": "psr/container",