I've changed php version to 8.2 since this was required for Ext-Manager to work.
When I try to install Flarum I get the error below.
Please help, many thanks
Laravel 10
Ubuntu 22.04
Php 8.2.15
Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.2.0".
My php version is 8.2.15
root@server1:/home/example.com# php -v
PHP 8.2.15 (cli) (built: Jan 20 2024 14:17:05) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.15, Copyright (c) Zend Technologies
with Zend OPcache v8.2.15, Copyright (c), by Zend Technologies
/laravel/composer.json
"require": {
"php": "^8.2.0",
...