Skip to content

Commit 53b8da1

Browse files
committed
Fixed text for v1.3
1 parent a4a758c commit 53b8da1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# FpJsFormValidatorBundle
2-
[![Build Status](https://travis-ci.org/formapro/JsFormValidatorBundle.svg?branch=master)](https://travis-ci.org/formapro/JsFormValidatorBundle)
2+
[![Build Status](https://travis-ci.org/formapro/JsFormValidatorBundle.svg?branch=1.3)](https://travis-ci.org/formapro/JsFormValidatorBundle)
33
[![Total Downloads](https://poser.pugx.org/fp/jsformvalidator-bundle/downloads.png)](https://packagist.org/packages/fp/jsformvalidator-bundle)
44

55
This module enables validation of the Symfony 2.7+ forms on the JavaScript side.
66
It converts form type constraints into JavaScript validation rules.
77

8-
If you have Symfony 2.6.* or less* - you need to use [Version 1.2.*](https://github.com/formapro/JsFormValidatorBundle/tree/1.2)
8+
If you have Symfony 3 or more - you need to use [Version 1.4+](https://github.com/formapro/JsFormValidatorBundle/tree/master)
99

10-
## 1 Installation<a name="p_1"></a>
10+
If you have Symfony 2.3+ - you need to use [Version 1.2.*](https://github.com/formapro/JsFormValidatorBundle/tree/1.2)
1111

12-
[Upgrade from the previous version](https://github.com/formapro/JsFormValidatorBundle/blob/master/UPGRADE-1.1.md)
12+
## 1 Installation<a name="p_1"></a>
1313

1414
### 1.1 Download FpJsFormValidatorBundle using composer<a name="p_1_1"></a>
1515

1616
Run in terminal:
1717
```bash
18-
$ php composer.phar require "fp/jsformvalidator-bundle":"dev-master"
18+
$ php composer.phar require "fp/jsformvalidator-bundle":"v1.3.*"
1919
```
2020
### 1.2 Enable the bundle<a name="p_1_2"></a>
2121

0 commit comments

Comments
 (0)