line / line-bot-sdk-php

LINE Messaging API SDK for PHP
https://packagist.org/packages/linecorp/line-bot-sdk
Apache License 2.0
711 stars 642 forks source link

Allow to use update-helper as allow-plugins #576

Closed Yang-33 closed 9 months ago

Yang-33 commented 9 months ago

Fix CI error in https://github.com/line/line-bot-sdk-php/pull/571

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

Yang-33 commented 9 months ago
 Problem 1
    - Root composer.json requires orchestra/testbench v8.21.1 -> satisfiable by orchestra/testbench[v8.21.1].
    - orchestra/testbench v8.21.1 requires phpunit/phpunit ^9.6 || ^10.1 -> found phpunit/phpunit[9.6.0, ..., 9.6.16, 10.1.0, ..., 10.5.10] but it conflicts with your root composer.json require (^11.0).

renovate tries to update phpunit to v11 but testbench requires v10