Skip to content

Commit 42005ee

Browse files
committed
Rename development branch to 0.2.x
1 parent 5fae489 commit 42005ee

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
[ReactPHP](https://reactphp.org/)'s filesystem component that enables non-blocking filesystem operations.
66

7+
> **Development version:** This branch contains the code for the upcoming 0.2
8+
> release which will be the way forward for this package.
9+
>
10+
> See [installation instructions](#install) for more details.
11+
712
**Table of Contents**
813

914
* [Quickstart example](#quickstart-example)
@@ -262,7 +267,7 @@ This project follows [SemVer](https://semver.org/).
262267
This will install the latest supported version:
263268

264269
```bash
265-
$ composer require react/filesystem:^0.2
270+
$ composer require react/filesystem:^0.2@dev
266271
```
267272

268273
Installing any of the event loop extensions is suggested, but entirely optional.

0 commit comments

Comments
 (0)