Skip to content

Commit

Permalink
Merge pull request #116 from clue-labs/install-fibers
Browse files Browse the repository at this point in the history
Update installation instructions for react/async development version
  • Loading branch information
SimonFrings committed Feb 17, 2022
2 parents 21f612e + 58db825 commit 289b086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/async/fibers.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ At the moment, fibers are available as a development version by installing
like this:

```bash
$ composer require react/async:dev-main
$ composer require react/async:^4@dev
```

Installing this package version requires PHP 8.1+ (2021-11-25) as fibers are a
Expand All @@ -71,7 +71,7 @@ limited concurrency. You can install either supported development version like
this:

```bash
$ composer require react/async:"dev-main || 3.x-dev"
$ composer require react/async:"^4@dev || ^3@dev"
```

This way, you have a much smoother upgrade path, as you can already start using
Expand Down

0 comments on commit 289b086

Please sign in to comment.