The issue
I'm trying to install Flarum to my website root folder, but I get this
Flarum information
[root@iZbp11olos802ljwuh2upaZ yzhan.art]# composer create-project flarum/flarum .
Creating a "flarum/flarum" project at "./"
Installing flarum/flarum (v1.8.1)
- Installing flarum/flarum (v1.8.1): Extracting archive
Created project in /www/wwwroot/yzhan.art/.
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 flarum/core ^1.8 -> satisfiable by flarum/core[v1.8.10].
- flarum/core v1.8.10 requires illuminate/console ^8.0 -> satisfiable by illuminate/console[v8.0.0, ..., v8.83.27].
- illuminate/console[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.3.27) does not satisfy that requirement.
- illuminate/console[v8.12.0, ..., v8.18.0] require symfony/process ^5.1 -> found symfony/process[v5.1.0, ..., v5.4.47] but these were not loaded, because they are affected by security advisories ("PKSA-rkkf-636k-qjb3", "PKSA-wws7-mr54-jsny", "PKSA-rkkf-636k-qjb3", "PKSA-wws7-mr54-jsny"). Go to https://packagist.org/security-advisories/ to find advisory details. To ignore the advisories, add them to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
- illuminate/console[v8.18.1, ..., v8.73.2] require symfony/process ^5.1.4 -> found symfony/process[v5.1.4, ..., v5.4.47] but these were not loaded, because they are affected by security advisories ("PKSA-rkkf-636k-qjb3", "PKSA-wws7-mr54-jsny", "PKSA-rkkf-636k-qjb3", "PKSA-wws7-mr54-jsny"). Go to https://packagist.org/security-advisories/ to find advisory details. To ignore the advisories, add them to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.
- illuminate/console[v8.74.0, ..., v8.83.27] require symfony/process ^5.4 -> found symfony/process[v5.4.0, ..., v5.4.47] but these were not loaded, because they are affected by security advisories ("PKSA-rkkf-636k-qjb3", "PKSA-wws7-mr54-jsny", "PKSA-rkkf-636k-qjb3", "PKSA-wws7-mr54-jsny"). Go to https://packagist.org/security-advisories/ to find advisory details. To ignore the advisories, add them to the audit "ignore" config. To turn the feature off entirely, you can set "block-insecure" to false in your "audit" config.