Skip to content

Commit 33396b5

Browse files
committed
Update README.md
1 parent 690b84a commit 33396b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ An Elegant wrapper around Symfony's Process component.
3434
- [Inspecting Commands](#inspecting-commands)
3535
- [Mocking Symfony Process](#mocking-symfony-process)
3636
- [Caveats](#caveats)
37+
- [PHP 8 Support](#php-8-support)
3738

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

@@ -429,3 +430,10 @@ protected function tearDown(): void
429430
Terminal::reset();
430431
}
431432
```
433+
434+
## PHP 8 Support
435+
436+
To use Terminal with PHP 8.x, please upgrade Terminal to the `^1.0` version.
437+
438+
1. Update your `composer.json` to use the latest version of the terminal: `"titasgailius/terminal": "^1.0"`.
439+
2. Note that the `Builder::retry` is now a `protected` method. <br> *It's very unlikely that you were was using this method.*.

0 commit comments

Comments
 (0)