Здравствуйте! Столкнулся с проблемой что не устанавливается пакет [URL=https://github.com/bitrix24/b24phpsdk/pulls]https://github.com/bitrix24/b24phpsdk/pulls[/URL] на BitrixVM 9, при установке вылетает ошибка
[CODE]$ composer require bitrix24/b24phpsdk
Cannot use bitrix24/b24phpsdk's latest version 1.3.0 as it requires ext-intl * which is missing from your platform.
In PackageDiscoveryTrait.php line 325:
Package bitrix24/b24phpsdk has requirements incompatible with your PHP version, PHP extensions and Composer version:
- bitrix24/b24phpsdk 1.3.0 requires ext-intl * but it is not present. [/CODE]попробовал установить расширение, как описано в документации [URL=https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=32&LESSON_ID=29420&LESSON_PATH=3903.4862.29228.29388.29420]https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=32&LESSON_ID=29420&LESS...[/URL]
но получил ошибку[CODE]dnf install php-intl.x86_64
Last metadata expiration check: 2:36:48 ago on Wed 28 May 2025 08:04:05 PM MSK.
Error:
Problem: cannot install both php-common-8.0.30-3.el9.x86_64 from appstream and php-common-8.2.28-1.el9.remi.x86_64 from @System
- package php-intl-8.0.30-3.el9.x86_64 from appstream requires php-common(x86-64) = 8.0.30-3.el9, but none of the providers can be installed
- package php-pecl-geoip-1.1.1-16.el9.remi.8.2.x86_64 from @System requires php(api) = 20220829-64, but none of the providers can be installed
- package php-pecl-geoip-1.1.1-16.el9.remi.8.2.x86_64 from @System requires php(zend-abi) = 20220829-64, but none of the providers can be installed
- cannot install the best candidate for the job
- problem with installed package php-pecl-geoip-1.1.1-16.el9.remi.8.2.x86_64
- package php-common-8.2.13-1.module_el9+766+427f1f3d.x86_64 from appstream is filtered out by modular filtering
- package php-common-8.2.28-1.module_el9+1229+58548675.x86_64 from appstream is filtered out by modular filtering
- package php-common-8.2.27-1.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-common-8.2.28-1.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
[/CODE]Подскажите как решить данную проблему?
[CODE]$ composer require bitrix24/b24phpsdk
Cannot use bitrix24/b24phpsdk's latest version 1.3.0 as it requires ext-intl * which is missing from your platform.
In PackageDiscoveryTrait.php line 325:
Package bitrix24/b24phpsdk has requirements incompatible with your PHP version, PHP extensions and Composer version:
- bitrix24/b24phpsdk 1.3.0 requires ext-intl * but it is not present. [/CODE]попробовал установить расширение, как описано в документации [URL=https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=32&LESSON_ID=29420&LESSON_PATH=3903.4862.29228.29388.29420]https://dev.1c-bitrix.ru/learning/course/index.php?COURSE_ID=32&LESSON_ID=29420&LESS...[/URL]
но получил ошибку[CODE]dnf install php-intl.x86_64
Last metadata expiration check: 2:36:48 ago on Wed 28 May 2025 08:04:05 PM MSK.
Error:
Problem: cannot install both php-common-8.0.30-3.el9.x86_64 from appstream and php-common-8.2.28-1.el9.remi.x86_64 from @System
- package php-intl-8.0.30-3.el9.x86_64 from appstream requires php-common(x86-64) = 8.0.30-3.el9, but none of the providers can be installed
- package php-pecl-geoip-1.1.1-16.el9.remi.8.2.x86_64 from @System requires php(api) = 20220829-64, but none of the providers can be installed
- package php-pecl-geoip-1.1.1-16.el9.remi.8.2.x86_64 from @System requires php(zend-abi) = 20220829-64, but none of the providers can be installed
- cannot install the best candidate for the job
- problem with installed package php-pecl-geoip-1.1.1-16.el9.remi.8.2.x86_64
- package php-common-8.2.13-1.module_el9+766+427f1f3d.x86_64 from appstream is filtered out by modular filtering
- package php-common-8.2.28-1.module_el9+1229+58548675.x86_64 from appstream is filtered out by modular filtering
- package php-common-8.2.27-1.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
- package php-common-8.2.28-1.el9.remi.x86_64 from remi-modular is filtered out by modular filtering
[/CODE]Подскажите как решить данную проблему?