diff --git a/composer.json b/composer.json index 1f45d0b..ebea549 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,8 @@ "reactivex/rxphp": "^2.0.12", "wyrihaximus/constants": "^1.6.0", "wyrihaximus/metrics": "^1.0 || ^2", - "wyrihaximus/react-awaitable-observable": "^1.1" + "wyrihaximus/react-awaitable-observable": "^1.1", + "wyrihaximus/react-event-loop-rx-scheduler-hook-up": "^0.1.1" }, "require-dev": { "wyrihaximus/async-test-utilities": "^7.2" diff --git a/composer.lock b/composer.lock index 9ac27c2..3e6d840 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "eac05c7b30a957744b5b71060ab6bfce", + "content-hash": "f2fe03bc3e3e42abdb59b4ceafeb29f6", "packages": [ { "name": "lcobucci/clock", @@ -764,6 +764,60 @@ } ], "time": "2023-11-30T22:01:46+00:00" + }, + { + "name": "wyrihaximus/react-event-loop-rx-scheduler-hook-up", + "version": "0.1.1", + "source": { + "type": "git", + "url": "https://github.com/WyriHaximus/reactphp-event-loop-rx-scheduler-hook-up.git", + "reference": "462e794cba3c810b77d1e8cb33be43a902673272" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/WyriHaximus/reactphp-event-loop-rx-scheduler-hook-up/zipball/462e794cba3c810b77d1e8cb33be43a902673272", + "reference": "462e794cba3c810b77d1e8cb33be43a902673272", + "shasum": "" + }, + "require": { + "php": "^8.1", + "react/event-loop": "^1.3", + "reactivex/rxphp": "^2.0" + }, + "conflict": { + "azjezz/psl": "<2" + }, + "require-dev": { + "wyrihaximus/async-test-utilities": "^5.0.25" + }, + "type": "library", + "extra": { + "unused": [ + "wyrihaximus/react-mutex", + "wyrihaximus/react-mutex-contracts" + ] + }, + "autoload": { + "files": [ + "src/bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "🪝 Hook up ReactPHP Event Loop to the RxPHP Scheduler", + "support": { + "issues": "https://github.com/WyriHaximus/reactphp-event-loop-rx-scheduler-hook-up/issues", + "source": "https://github.com/WyriHaximus/reactphp-event-loop-rx-scheduler-hook-up/tree/0.1.1" + }, + "funding": [ + { + "url": "https://github.com/WyriHaximus", + "type": "github" + } + ], + "time": "2023-02-26T15:05:42+00:00" } ], "packages-dev": [