File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 66Event-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+
918This library integrates [ Program Execution] ( http://php.net/manual/en/book.exec.php )
1019with the [ EventLoop] ( https://github.com/reactphp/event-loop ) .
1120Child processes launched may be signaled and will emit an
@@ -585,10 +594,11 @@ $process->start();
585594The 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
594604See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments