We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0.2.x
1 parent 5fae489 commit 42005eeCopy full SHA for 42005ee
README.md
@@ -4,6 +4,11 @@
4
5
[ReactPHP](https://reactphp.org/)'s filesystem component that enables non-blocking filesystem operations.
6
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
+
12
**Table of Contents**
13
14
* [Quickstart example](#quickstart-example)
@@ -262,7 +267,7 @@ This project follows [SemVer](https://semver.org/).
262
267
This will install the latest supported version:
263
268
264
269
```bash
265
-$ composer require react/filesystem:^0.2
270
+$ composer require react/filesystem:^0.2@dev
266
271
```
272
273
Installing any of the event loop extensions is suggested, but entirely optional.
0 commit comments