From aa631d9d1925a40d587a6f8a346fc43efd4c7c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jan 2021 06:15:20 +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 | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index 651592e..42fd0dc 100644 --- a/composer.lock +++ b/composer.lock @@ -152,25 +152,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" }, @@ -213,7 +212,7 @@ "reactive", "rx" ], - "time": "2018-04-18T01:34:36+00:00" + "time": "2020-12-13T02:20:25+00:00" }, { "name": "wyrihaximus/constants",