Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jcsiegrist committed Jun 25, 2024
1 parent 869f1df commit aeb53fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit aeb53fe

Please sign in to comment.