Skip to content

Commit f044cf5

Browse files
committed
update README.md #3
* change the branch of the build status to `1.1` * change the version in the `Installation` section
1 parent 256e76f commit f044cf5

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 @@ A Symfony bundle to rewrite URLs for applications behind reverse proxies
55
[![Total Downloads](https://poser.pugx.org/phpmentors/proxy-url-rewrite-bundle/downloads.png)](https://packagist.org/packages/phpmentors/proxy-url-rewrite-bundle)
66
[![Latest Stable Version](https://poser.pugx.org/phpmentors/proxy-url-rewrite-bundle/v/stable.png)](https://packagist.org/packages/phpmentors/proxy-url-rewrite-bundle)
77
[![Latest Unstable Version](https://poser.pugx.org/phpmentors/proxy-url-rewrite-bundle/v/unstable.png)](https://packagist.org/packages/phpmentors/proxy-url-rewrite-bundle)
8-
[![Build Status](https://travis-ci.org/phpmentors-jp/proxy-url-rewrite-bundle.svg?branch=master)](https://travis-ci.org/phpmentors-jp/proxy-url-rewrite-bundle)
8+
[![Build Status](https://travis-ci.org/phpmentors-jp/proxy-url-rewrite-bundle.svg?branch=1.1)](https://travis-ci.org/phpmentors-jp/proxy-url-rewrite-bundle)
99

1010
## Features
1111

@@ -18,16 +18,8 @@ A Symfony bundle to rewrite URLs for applications behind reverse proxies
1818

1919
First, add the dependency to `phpmentors/proxy-url-rewrite-bundle` into your `composer.json` file as the following:
2020

21-
Stable version:
22-
23-
```
24-
composer require phpmentors/proxy-url-rewrite-bundle "1.0.*"
25-
```
26-
27-
Development version:
28-
2921
```
30-
composer require phpmentors/proxy-url-rewrite-bundle "~1.1@dev"
22+
composer require phpmentors/proxy-url-rewrite-bundle "1.1.*"
3123
```
3224

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

0 commit comments

Comments
 (0)