Skip to content

Commit 443975c

Browse files
authored
Fix 1.4.* on Symfony 3.0.*
1 parent c6300e9 commit 443975c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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.4)](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

5-
This module enables validation of the Symfony 3 forms on the JavaScript side.
5+
This module enables validation of the Symfony 3.0.* forms on the JavaScript side.
66
It converts form type constraints into JavaScript validation rules.
77

8+
If you have Symfony 3.1 or later - you need to use [Version 1.5.*](https://github.com/formapro/JsFormValidatorBundle/tree/master)
89
If you have Symfony 2.8.* or 2.7.* - you need to use [Version 1.3.*](https://github.com/formapro/JsFormValidatorBundle/tree/1.3)
910
If you have Symfony 2.6.* or less - you need to use [Version 1.2.*](https://github.com/formapro/JsFormValidatorBundle/tree/1.2)
1011

0 commit comments

Comments
 (0)