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