From 755fdb34fa92f20c27926a42379b8d5c402b5b08 Mon Sep 17 00:00:00 2001 From: Niloys7 Date: Wed, 19 Apr 2023 01:08:02 +0600 Subject: [PATCH] Update composer.json --- composer.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9fb0e7b..5ac271b 100644 --- a/composer.json +++ b/composer.json @@ -9,8 +9,15 @@ "email": "niloys7live@gmail.com" } ], + "prefer-stable": true, "require": { - "php": "^7.0||^8.0" + "php": ">=7.4" + }, + + "autoload": { + "classmap": [ + "class-remote-notification-client.php" + ] } } \ No newline at end of file