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 @@ A Symfony bundle to rewrite URLs for applications behind reverse proxies
5
5
[ ![ Total Downloads] ( https://poser.pugx.org/phpmentors/proxy-url-rewrite-bundle/downloads.png )] ( https://packagist.org/packages/phpmentors/proxy-url-rewrite-bundle )
6
6
[ ![ Latest Stable Version] ( https://poser.pugx.org/phpmentors/proxy-url-rewrite-bundle/v/stable.png )] ( https://packagist.org/packages/phpmentors/proxy-url-rewrite-bundle )
7
7
[ ![ 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.2 )] ( https://travis-ci.org/phpmentors-jp/proxy-url-rewrite-bundle )
9
9
10
10
## Features
11
11
@@ -18,16 +18,8 @@ A Symfony bundle to rewrite URLs for applications behind reverse proxies
18
18
19
19
First, add the dependency to ` phpmentors/proxy-url-rewrite-bundle ` into your ` composer.json ` file as the following:
20
20
21
- Stable version:
22
-
23
- ```
24
- composer require phpmentors/proxy-url-rewrite-bundle "1.1.*"
25
- ```
26
-
27
- Development version:
28
-
29
21
```
30
- composer require phpmentors/proxy-url-rewrite-bundle "~ 1.2@dev "
22
+ composer require phpmentors/proxy-url-rewrite-bundle "1.2.* "
31
23
```
32
24
33
25
Second, add ` PHPMentorsProxyURLRewriteBundle ` into your bundles to register in ` AppKernel::registerBundles() ` as the following:
You can’t perform that action at this time.
0 commit comments