diff --git a/README.md b/README.md index 67b25fd..967832b 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@ This bundle supports the following Oro Platform versions: * Oro Platform v4.1.x - Support for this version is on the "v4.1.x" branch - + +* Oro Platform v4.2.x + - Support for this version is on the "v4.2.x" branch + The Master branch will always track support for the latest released Oro Platform version. Installation and Usage diff --git a/composer.json b/composer.json index a726007..78191f1 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Oro Bundle to inject ReCAPTCHA into public forms", "type": "project", "require": { - "oro/platform": "4.1.*", + "oro/platform": "4.2.*", "excelwebzone/recaptcha-bundle": "^1.5" }, "autoload": {