From 53b8da1cdbe775eb4a4a73d2d8cf0583207f05ef Mon Sep 17 00:00:00 2001 From: Ton Sharp Date: Tue, 29 Mar 2016 16:51:55 +0300 Subject: [PATCH] Fixed text for v1.3 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5046d2d..080c363 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,21 @@ # FpJsFormValidatorBundle -[![Build Status](https://travis-ci.org/formapro/JsFormValidatorBundle.svg?branch=master)](https://travis-ci.org/formapro/JsFormValidatorBundle) +[![Build Status](https://travis-ci.org/formapro/JsFormValidatorBundle.svg?branch=1.3)](https://travis-ci.org/formapro/JsFormValidatorBundle) [![Total Downloads](https://poser.pugx.org/fp/jsformvalidator-bundle/downloads.png)](https://packagist.org/packages/fp/jsformvalidator-bundle) This module enables validation of the Symfony 2.7+ forms on the JavaScript side. It converts form type constraints into JavaScript validation rules. -If you have Symfony 2.6.* or less* - you need to use [Version 1.2.*](https://github.com/formapro/JsFormValidatorBundle/tree/1.2) +If you have Symfony 3 or more - you need to use [Version 1.4+](https://github.com/formapro/JsFormValidatorBundle/tree/master) -## 1 Installation +If you have Symfony 2.3+ - you need to use [Version 1.2.*](https://github.com/formapro/JsFormValidatorBundle/tree/1.2) -[Upgrade from the previous version](https://github.com/formapro/JsFormValidatorBundle/blob/master/UPGRADE-1.1.md) +## 1 Installation ### 1.1 Download FpJsFormValidatorBundle using composer Run in terminal: ```bash -$ php composer.phar require "fp/jsformvalidator-bundle":"dev-master" +$ php composer.phar require "fp/jsformvalidator-bundle":"v1.3.*" ``` ### 1.2 Enable the bundle