File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ ReactPHP] ( https://reactphp.org/ ) 's filesystem component that enables non-blocking filesystem operations.
6
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
+
7
12
** Table of Contents**
8
13
9
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
```
267
272
268
273
Installing any of the event loop extensions is suggested, but entirely optional.
You can’t perform that action at this time.
0 commit comments