You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
При установке текущей версии пакета (1.10.2) на версию php 8.3 возникает конфикт совместимостей с пакетом "lcobucci/clock". В composer.json стоит ограничение "~2.0.0 || ^2.1.0", последняя доступная версия под это ограничение 2.3.0. А эта версия в свою очередь ограничена php 8.2.
0.737 Your lock file does not contain a compatible set of packages. Please run composer update.
0.737
0.737 Problem 1
0.737 - lcobucci/clock is locked to version 2.3.0 and an update of this package was not requested.
0.737 - lcobucci/clock 2.3.0 requires php ~8.1.0 ||~8.2.0 -> your php version (8.3.14) does not satisfy that requirement.
0.737 Problem 2
0.737 - lcobucci/jwt is locked to version 4.3.0 and an update of this package was not requested.
0.737 - lcobucci/clock 2.3.0 requires php ~8.1.0 ||~8.2.0 -> your php version (8.3.14) does not satisfy that requirement.
0.737 - lcobucci/jwt 4.3.0 requires lcobucci/clock ^2.0 || ^3.0 -> satisfiable by lcobucci/clock[2.3.0].
При установке текущей версии пакета (1.10.2) на версию php 8.3 возникает конфикт совместимостей с пакетом "lcobucci/clock". В composer.json стоит ограничение "~2.0.0 || ^2.1.0", последняя доступная версия под это ограничение 2.3.0. А эта версия в свою очередь ограничена php 8.2.
Это из composer.json вашего пакета версии 1.10.2
https://github.com/amocrm/amocrm-api-php/blob/1.10.2/composer.json
Это из composer.json пакета lcobucci/clock версии 2.3.0
https://github.com/lcobucci/clock/blob/2.3.0/composer.json
The text was updated successfully, but these errors were encountered: