Skip to content

Commit 3f84f9d

Browse files
committed
update README.md #14
- change the branch of the build status - change the `Installation` section
1 parent c0784e3 commit 3f84f9d

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Validation enhancements for Symfony applications
55
[![Total Downloads](https://poser.pugx.org/phpmentors/validator-bundle/downloads.png)](https://packagist.org/packages/phpmentors/validator-bundle)
66
[![Latest Stable Version](https://poser.pugx.org/phpmentors/validator-bundle/v/stable.png)](https://packagist.org/packages/phpmentors/validator-bundle)
77
[![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)
99

1010
## Features
1111

@@ -21,16 +21,8 @@ Validation enhancements for Symfony applications
2121

2222
First, add the dependency to `phpmentors/validator-bundle` into your `composer.json` file as the following:
2323

24-
**Stable version**:
25-
26-
```
27-
composer require phpmentors/validator-bundle "1.2.*"
28-
```
29-
30-
**Development version**:
31-
3224
```
33-
composer require phpmentors/validator-bundle "~1.3@dev"
25+
composer require phpmentors/validator-bundle "1.3.*"
3426
```
3527

3628
Second, add `PHPMentorsValidatorBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:

0 commit comments

Comments
 (0)