Skip to content

Commit 4d91856

Browse files
committed
update the versions #10
* stable version to 1.2 * development version to 1.3
1 parent 669ca47 commit 4d91856

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ First, add the dependency to `phpmentors/proxy-url-rewrite-bundle` into your `co
2121
Stable version:
2222

2323
```
24-
composer require phpmentors/proxy-url-rewrite-bundle "1.1.*"
24+
composer require phpmentors/proxy-url-rewrite-bundle "1.2.*"
2525
```
2626

2727
Development version:
2828

2929
```
30-
composer require phpmentors/proxy-url-rewrite-bundle "~1.2@dev"
30+
composer require phpmentors/proxy-url-rewrite-bundle "~1.3@dev"
3131
```
3232

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
},
4646
"extra": {
4747
"branch-alias": {
48-
"dev-master": "1.2.x-dev"
48+
"dev-master": "1.3.x-dev"
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)