Skip to content

Commit b7fc2d0

Browse files
authored
Merge pull request #101 from clue-labs/0.7.x-development
Hello `0.7.x` development branch
2 parents e71eb1a + 91ae8f5 commit b7fc2d0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
Event-driven library for executing child processes with
77
[ReactPHP](https://reactphp.org/).
88

9+
> **Development version:** This branch contains the code for the upcoming 0.7 release.
10+
> For the code of the current stable 0.6.x release, check out the
11+
> [`0.6.x` branch](https://github.com/reactphp/child-process/tree/0.6.x).
12+
>
13+
> The upcoming 0.7 release will be the way forward for this package.
14+
> However, we will still actively support 0.6.x for those not yet
15+
> on the latest version.
16+
> See also [installation instructions](#install) for more details.
17+
918
This library integrates [Program Execution](http://php.net/manual/en/book.exec.php)
1019
with the [EventLoop](https://github.com/reactphp/event-loop).
1120
Child processes launched may be signaled and will emit an
@@ -585,10 +594,11 @@ $process->start();
585594
The recommended way to install this library is [through Composer](https://getcomposer.org/).
586595
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
587596

588-
This will install the latest supported version:
597+
Once released, this project will follow [SemVer](https://semver.org/).
598+
At the moment, this will install the latest development version:
589599

590600
```bash
591-
composer require react/child-process:^0.6.5
601+
composer require react/child-process:^0.7@dev
592602
```
593603

594604
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.

0 commit comments

Comments
 (0)