Skip to content

Commit 665bb60

Browse files
committed
Add branch alias
1 parent 7df104c commit 665bb60

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply
1515
to your `composer.json` file:
1616

1717
```
18-
composer require omnipay/braintree
18+
composer require omnipay/braintree:"~2.0@dev"
1919
```
2020

2121
## Basic Usage

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,10 @@
3636
},
3737
"require-dev": {
3838
"omnipay/tests": "~2.0"
39+
},
40+
"extra": {
41+
"branch-alias": {
42+
"dev-master": "2.0.x-dev"
43+
}
3944
}
4045
}

0 commit comments

Comments
 (0)