Skip to content

Commit

Permalink
Rename development branch to 0.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonFrings committed Feb 14, 2022

Verified

This commit was signed with the committer’s verified signature.
gsmet Guillaume Smet
1 parent 5fae489 commit 42005ee
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,11 @@

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

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

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

```bash
$ composer require react/filesystem:^0.2
$ composer require react/filesystem:^0.2@dev
```

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

0 comments on commit 42005ee

Please sign in to comment.