- Add support for PHP 8.0 and drop support for PHP 7.1.
- Add properties to retrieve the executed command and working directory to the ProcessOutputInterface. These are here to make debugging failing commands in systems that execute commands concurrently.
- Add mechanism to allow data to be passed into processes via STDIN (via the ProcessInterface::writeInput method). Thanks to DBX12 for this contribution.
- First stable release.