File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ An Elegant wrapper around Symfony's Process component.
34
34
- [ Inspecting Commands] ( #inspecting-commands )
35
35
- [ Mocking Symfony Process] ( #mocking-symfony-process )
36
36
- [ Caveats] ( #caveats )
37
+ - [ PHP 8 Support] ( #php-8-support )
37
38
38
39
<!-- - [Executing Command Asynchronously](#executing-commands-asynchronously) -->
39
40
@@ -429,3 +430,10 @@ protected function tearDown(): void
429
430
Terminal::reset();
430
431
}
431
432
```
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.* .
You can’t perform that action at this time.
0 commit comments