diff --git a/composer.json b/composer.json index 09daed9..1f61c19 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "react/event-loop": "^1.2", "react/promise": "^2.8", "react/promise-stream": "^1.2", - "react/promise-timer": "^1.6", + "react/promise-timer": "^1.10.0", "react/socket": "^1.9", "symfony/polyfill-php81": "^1.23", "thecodingmachine/safe": "^1.3.3", diff --git a/composer.lock b/composer.lock index 5c370a1..7476959 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": "ac4cb8b264095f4e2a1da18af712346c", + "content-hash": "98a385ff88fb853b2cf81b4a3d79b369", "packages": [ { "name": "cakephp/core", @@ -835,16 +835,16 @@ }, { "name": "react/promise-timer", - "version": "v1.9.0", + "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise-timer.git", - "reference": "aa7a73c74b8d8c0f622f5982ff7b0351bc29e495" + "reference": "4cb85c1c2125390748e3908120bb82feb99fe766" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/aa7a73c74b8d8c0f622f5982ff7b0351bc29e495", - "reference": "aa7a73c74b8d8c0f622f5982ff7b0351bc29e495", + "url": "https://api.github.com/repos/reactphp/promise-timer/zipball/4cb85c1c2125390748e3908120bb82feb99fe766", + "reference": "4cb85c1c2125390748e3908120bb82feb99fe766", "shasum": "" }, "require": { @@ -853,7 +853,7 @@ "react/promise": "^3.0 || ^2.7.0 || ^1.2.1" }, "require-dev": { - "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35" + "phpunit/phpunit": "^9.5 || ^5.7 || ^4.8.35" }, "type": "library", "autoload": { @@ -902,19 +902,15 @@ ], "support": { "issues": "https://github.com/reactphp/promise-timer/issues", - "source": "https://github.com/reactphp/promise-timer/tree/v1.9.0" + "source": "https://github.com/reactphp/promise-timer/tree/v1.10.0" }, "funding": [ { - "url": "https://github.com/WyriHaximus", - "type": "github" - }, - { - "url": "https://github.com/clue", - "type": "github" + "url": "https://opencollective.com/reactphp", + "type": "open_collective" } ], - "time": "2022-06-13T13:41:03+00:00" + "time": "2023-07-20T15:40:28+00:00" }, { "name": "react/socket",