reactphp / filesystem

Evented filesystem access.
MIT License
135 stars 40 forks source link

Rename development branch to `0.2.x` #101

Closed SimonFrings closed 2 years ago

SimonFrings commented 2 years ago

This changeset suggests renaming the development branch to 0.2.x and adds appropriate installation instructions. In particular, this makes it much easier to install the v0.2 development version like this:

$ composer require react/filesystem:^0.2@dev

For more information on this you can look into reactphp/promise#212 and reactphp/async#29, @clue did some similar work inside there!

This pull requests builds on top of #97. Once this PR is merged, @WyriHaximus or @clue need to manually rename the master branch to 0.2.x.

Resolves and Closes #100.