From ad46c8b2fbea65d9ef09fd473b4477cfd33d102e Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Mon, 7 Nov 2022 23:07:42 +0100 Subject: [PATCH] Add compatibility with Revolt v1.x --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 401d4c4..ee2fa95 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "php": ">=8.1", "amphp/amp": "^3", "amphp/byte-stream": "^2", - "revolt/event-loop": "^0.2" + "revolt/event-loop": "^1 || ^0.2" }, "require-dev": { "phpunit/phpunit": "^9",