From aeb53fe977dc79d499dbf432ade67d4d3b1605a8 Mon Sep 17 00:00:00 2001 From: Jean-Claude Siegrist Date: Tue, 25 Jun 2024 10:06:36 +0200 Subject: [PATCH] Update ReadMe The versions for Silverstripe and Fluent in the README.md have been updated to allow compatibility with older versions. The composer package installation command was also modified to use the latest stable version instead of targeting a specific Silverstripe version. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46ee41d..7820be5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Module for auto translation using Google Cloud Translation for Silverstripe with Fluent. ## Requirements -- [Silverstripe](https://github.com/silverstripe/silverstripe-framework) ^5 -- [Fluent](https://github.com/tractorcow-farm/silverstripe-fluent) >=7 +- [Silverstripe](https://github.com/silverstripe/silverstripe-framework) ^4 || ^5 +- [Fluent](https://github.com/tractorcow-farm/silverstripe-fluent) >=4 - PHP >= 8 - ext-json @@ -17,7 +17,7 @@ Module for auto translation using Google Cloud Translation for Silverstripe with ], ``` -`composer require lever51/silverstripe-fluent-autotranslate:dev-ss5` +`composer require lever51/silverstripe-fluent-autotranslate:dev-master` ## Setup Define the API key for the Google Cloud Translation API like this: