File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
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 )
@@ -258,13 +263,19 @@ use React\Filesystem\Node\FileInterface;$filesystem->file(
258
263
The recommended way to install this library is [ through Composer] ( https://getcomposer.org ) .
259
264
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
260
265
261
- This project follows [ SemVer] ( https://semver.org/ ) .
262
- This will install the latest supported version:
266
+ Once released, this project will follow [ SemVer] ( https://semver.org/ ) .
267
+ At the moment, this will install the latest development 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
273
+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
274
+
275
+ This project aims to run on any platform and thus does not require any PHP
276
+ extensions and supports running on PHP 7.4 through current PHP 8+.
277
+ It's * highly recommended to use the latest supported PHP version* for this project.
278
+
268
279
Installing any of the event loop extensions is suggested, but entirely optional.
269
280
See also [ event loop implementations] ( #loop-implementations ) for more details.
270
281
You can’t perform that action at this time.
0 commit comments