There is a conflict between the version of PHP required: - defined in the `composer.json` file minimal version is [PHP 8.2](https://github.com/playwright-php/playwright/blob/main/composer.json#L33), - CI tests are run on [PHP 8.3](https://github.com/playwright-php/playwright/blob/main/.github/workflows/CI.yaml#L21), - CI install is run on [PHP 8.4](https://github.com/playwright-php/playwright/blob/main/.github/workflows/Install.yaml#L20), - and required [PHPUnit version is 12.3](https://github.com/playwright-php/playwright/blob/main/composer.json#L43), which requires PHP 8.3+
There is a conflict between the version of PHP required:
composer.jsonfile minimal version is PHP 8.2,