luceos thanks for quick replying.
I just run composer update, but i got following errors
savip@sugarasian:/var/www/flarum$ sudo composer update
[sudo] password for savip:
Do not run Composer as root/super user! See https://getcomposer.org/root for det ails
Continue as root/super user [yes]? yes
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in phar:///usr/local/bin/composer/src/Composer/Autoload/AutoloadGenerator.php:799
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in phar:///usr/local/bin/composer/src/Composer/Autoload/AutoloadGenerator.php:804
Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Deprecation Notice: Using ${var} in strings is deprecated, use {$var} instead in phar:///usr/local/bin/composer/src/Composer/DependencyResolver/Problem.php:320
Your requirements could not be resolved to an installable set of packages.
Problem 1
- laminas/laminas-httphandlerrunner 1.2.0 requires php ^7.1 -> your php vers ion (8.2.0) does not satisfy that requirement.
- laminas/laminas-httphandlerrunner[1.3.0, ..., 1.4.0] require php ^7.3 || ~ 8.0.0 -> your php version (8.2.0) does not satisfy that requirement.
- laminas/laminas-httphandlerrunner 1.5.0 requires php ^7.3 || ~8.0.0 || ~8. 1.0 -> your php version (8.2.0) does not satisfy that requirement.
- antoinefr/flarum-ext-money v1.2.0 requires flarum/core ^1.0 -> satisfiable by flarum/core[v1.0.0, ..., v1.6.3].
- flarum/core[v1.0.0, ..., v1.6.3] require laminas/laminas-httphandlerrunner ^1.2.0 -> satisfiable by laminas/laminas-httphandlerrunner[1.2.0, 1.3.0, 1.4.0, 1.5.0].
- Root composer.json requires antoinefr/flarum-ext-money ^1.2 -> satisfiable by antoinefr/flarum-ext-money[v1.2.0].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and re movals for packages currently locked to specific versions.
savip@sugarasian:/var/www/flarum$