From 7c7a4a0a7b828a29ef4c1e9451076fae5fa7745c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Dec 2020 06:54:04 +0000 Subject: [PATCH] Bump reactivex/rxphp from 2.0.7 to 2.0.8 Bumps [reactivex/rxphp](https://github.com/ReactiveX/RxPHP) from 2.0.7 to 2.0.8. - [Release notes](https://github.com/ReactiveX/RxPHP/releases) - [Changelog](https://github.com/ReactiveX/RxPHP/blob/master/CHANGELOG.md) - [Commits](https://github.com/ReactiveX/RxPHP/compare/2.0.7...2.0.8) Signed-off-by: dependabot[bot] --- composer.lock | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/composer.lock b/composer.lock index f5bc3eb..d2b2e5d 100644 --- a/composer.lock +++ b/composer.lock @@ -221,25 +221,24 @@ }, { "name": "reactivex/rxphp", - "version": "2.0.7", + "version": "2.0.8", "source": { "type": "git", "url": "https://github.com/ReactiveX/RxPHP.git", - "reference": "fd74a0cd2b5edd4a48e4ff12aaa44cc6cdc4a9b4" + "reference": "851913a522b4955bd783d2193d7af6bda422e25d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ReactiveX/RxPHP/zipball/fd74a0cd2b5edd4a48e4ff12aaa44cc6cdc4a9b4", - "reference": "fd74a0cd2b5edd4a48e4ff12aaa44cc6cdc4a9b4", + "url": "https://api.github.com/repos/ReactiveX/RxPHP/zipball/851913a522b4955bd783d2193d7af6bda422e25d", + "reference": "851913a522b4955bd783d2193d7af6bda422e25d", "shasum": "" }, "require": { - "php": "~7.0", + "php": ">=7.0.0", "react/promise": "~2.2" }, "require-dev": { - "phpunit/phpcov": "^3.1", - "phpunit/phpunit": "^5.7", + "phpunit/phpunit": "^8.5 || ^9", "react/event-loop": "^1.0 || ^0.5 || ^0.4.2", "satooshi/php-coveralls": "~1.0" }, @@ -284,9 +283,9 @@ ], "support": { "issues": "https://github.com/ReactiveX/RxPHP/issues", - "source": "https://github.com/ReactiveX/RxPHP/tree/master" + "source": "https://github.com/ReactiveX/RxPHP/tree/2.0.8" }, - "time": "2018-04-18T01:34:36+00:00" + "time": "2020-12-13T02:20:25+00:00" }, { "name": "thecodingmachine/safe",