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
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.2 )] ( 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
1919First, 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.1.*"
25- ```
26-
27- Development version:
28-
2921```
30- composer require phpmentors/proxy-url-rewrite-bundle "~ 1.2@dev "
22+ composer require phpmentors/proxy-url-rewrite-bundle "1.2.* "
3123```
3224
3325Second, 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