File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Validation enhancements for Symfony applications
5
5
[ ![ Total Downloads] ( https://poser.pugx.org/phpmentors/validator-bundle/downloads.png )] ( https://packagist.org/packages/phpmentors/validator-bundle )
6
6
[ ![ Latest Stable Version] ( https://poser.pugx.org/phpmentors/validator-bundle/v/stable.png )] ( https://packagist.org/packages/phpmentors/validator-bundle )
7
7
[ ![ Latest Unstable Version] ( https://poser.pugx.org/phpmentors/validator-bundle/v/unstable.png )] ( https://packagist.org/packages/phpmentors/validator-bundle )
8
- [ ![ Build Status] ( https://travis-ci.org/phpmentors-jp/validator-bundle.svg?branch=master )] ( https://travis-ci.org/phpmentors-jp/validator-bundle )
8
+ [ ![ Build Status] ( https://travis-ci.org/phpmentors-jp/validator-bundle.svg?branch=1.3 )] ( https://travis-ci.org/phpmentors-jp/validator-bundle )
9
9
10
10
## Features
11
11
@@ -21,16 +21,8 @@ Validation enhancements for Symfony applications
21
21
22
22
First, add the dependency to ` phpmentors/validator-bundle ` into your ` composer.json ` file as the following:
23
23
24
- ** Stable version** :
25
-
26
- ```
27
- composer require phpmentors/validator-bundle "1.2.*"
28
- ```
29
-
30
- ** Development version** :
31
-
32
24
```
33
- composer require phpmentors/validator-bundle "~ 1.3@dev "
25
+ composer require phpmentors/validator-bundle "1.3.* "
34
26
```
35
27
36
28
Second, add ` PHPMentorsValidatorBundle ` into your bundles to register in ` AppKernel::registerBundles() ` as the following:
You can’t perform that action at this time.
0 commit comments