Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TitasGailius committed Jan 24, 2021
1 parent 690b84a commit 33396b5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ An Elegant wrapper around Symfony's Process component.
- [Inspecting Commands](#inspecting-commands)
- [Mocking Symfony Process](#mocking-symfony-process)
- [Caveats](#caveats)
- [PHP 8 Support](#php-8-support)

<!-- - [Executing Command Asynchronously](#executing-commands-asynchronously) -->

Expand Down Expand Up @@ -429,3 +430,10 @@ protected function tearDown(): void
Terminal::reset();
}
```

## PHP 8 Support

To use Terminal with PHP 8.x, please upgrade Terminal to the `^1.0` version.

1. Update your `composer.json` to use the latest version of the terminal: `"titasgailius/terminal": "^1.0"`.
2. Note that the `Builder::retry` is now a `protected` method. <br> *It's very unlikely that you were was using this method.*.

0 comments on commit 33396b5

Please sign in to comment.