アップデート

【環境情報】
・baserCMSのバージョン:5.0.15
・レンタルサーバー名:スターサーバー
・使用テーマ:bc_sample
・PHPスキル(自己評価):E

5.0.14がらアップデートが出来なくなりました。
5.0.14の再インストールは問題なく行えましたが、5.0.14から5.0.15でのアップデートでもエラーとなり実行できませんでした。
アップデートログを張り付けておきます。
アップデートの解決策をお願いします、

2024-04-25 19:02:14 error: Composer によるアップデートが失敗しました。update ログを確認してください。
2024-04-25 19:02:14 error: A script named install would override a Composer command and has been skipped
Composer could not detect the root package (baserproject/basercms) version, defaulting to ‘1.0.0’. See Troubleshooting - Composer
./composer.json has been updated
Composer could not detect the root package (baserproject/basercms) version, defaulting to ‘1.0.0’. See Troubleshooting - Composer
Running composer update baserproject/baser-core --with-all-dependencies
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires PHP extension ext-xdebug * but it is missing from your system. Install or enable PHP’s xdebug extension.

To enable extensions, verify that they are enabled in your .ini files:
- /opt/php-8.1.22/etc/php.ini
- /opt/php-8.1.22/etc/php.d/apcu.ini
- /opt/php-8.1.22/etc/php.d/bcmath.ini
- /opt/php-8.1.22/etc/php.d/dba.ini
- /opt/php-8.1.22/etc/php.d/dom.ini
- /opt/php-8.1.22/etc/php.d/gd.ini
- /opt/php-8.1.22/etc/php.d/imagick.ini
- /opt/php-8.1.22/etc/php.d/imap.ini
- /opt/php-8.1.22/etc/php.d/intl.ini
- /opt/php-8.1.22/etc/php.d/ldap.ini
- /opt/php-8.1.22/etc/php.d/mbstring.ini
- /opt/php-8.1.22/etc/php.d/mcrypt.ini
- /opt/php-8.1.22/etc/php.d/mysqli.ini
- /opt/php-8.1.22/etc/php.d/pdo.ini
- /opt/php-8.1.22/etc/php.d/pdo_mysql.ini
- /opt/php-8.1.22/etc/php.d/pdo_pgsql.ini
- /opt/php-8.1.22/etc/php.d/pdo_sqlite.ini
- /opt/php-8.1.22/etc/php.d/pgsql.ini
- /opt/php-8.1.22/etc/php.d/soap.ini
- /opt/php-8.1.22/etc/php.d/xmlreader.ini
- /opt/php-8.1.22/etc/php.d/xmlwriter.ini
- /opt/php-8.1.22/etc/php.d/xsl.ini
You can also run php --ini in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with --ignore-platform-req=ext-xdebug to temporarily ignore these required extensions.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.