PHP 8 Support
PHP 8 Support
To use Terminal with PHP 8.x, please upgrade Terminal to the ^1.0
version.
- Update your
composer.json
to use the latest version of the terminal:"titasgailius/terminal": "^1.0"
. - Note that the
Builder::retry
is now aprotected
method.
It's very unlikely that you were was using this method..