Update Antar Client for PHP 8.0
Switch your PHP version to PHP 8.0 and make composer install
.
The only package non compatible is "
symfony/psr-http-message-bridge
": "
^1.2
"
, which should be migrated at least to version 2.0.1.
To update it, use composer update
.