Skip to content

Commit 48126cc

Browse files
committed
version 0.1.x branch alias
1 parent e973620 commit 48126cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ event loop and promise API for browser interaction w/o execution flow blocking.
1010
With [composer](https://getcomposer.org/download):
1111

1212
```
13-
$ composer require itnelo/reactphp-webdriver:0.x@dev
13+
$ composer require itnelo/reactphp-webdriver:^0.1
1414
```
1515

1616
## How to use

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"extra": {
3838
"branch-alias": {
39-
"dev-master": "0.x-dev"
39+
"dev-master": "0.1.x-dev"
4040
}
4141
}
4242
}

0 commit comments

Comments
 (0)