diff --git a/README.md b/README.md index 1d51057..9a3b6d6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This application is a simple PHP application using the package `cron/cron` installed from Composer -Application → https://sample-php-cron.scalingo.io/ +Application → https://php-cron.is-easy-on-scalingo.com ## Processes diff --git a/composer.json b/composer.json index 4c0550a..5a9e7c3 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "require": { "php": "^8.1", "cron/cron": "^1.8.0", - "ext-redis": "^3.1" + "ext-redis": "*" }, "authors": [ {