Hi I tried to install on a server with PHP 8 and I got the following message from one of the dependencies. Can they be updated with something like
"require": {
"php": "^7.3||^8.0",
require php 7.2 -> your php version (8.0.0) does not satisfy that requirement.
composer create-project flarum/flarum . --stability=beta
Creating a "flarum/flarum" project at "./"
Installing flarum/flarum (v0.1.0-beta.15)
- Installing flarum/flarum (v0.1.0-beta.15): Extracting archive
Created project in /var/www/html/flarum/.
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- dflydev/fig-cookies[v2.0.1, ..., v2.0.3] require php ^7.2 -> your php version (8.0.0) does not satisfy that requirement.
- flarum/nicknames v0.1.0-beta.15 requires flarum/core ^0.1.0-beta.15 -> satisfiable by flarum/core[v0.1.0-beta.15].
- flarum/core v0.1.0-beta.15 requires dflydev/fig-cookies ^2.0.1 -> satisfiable by dflydev/fig-cookies[v2.0.1, v2.0.2, v2.0.3].
- Root composer.json requires flarum/nicknames ^0.1.0 -> satisfiable by flarum/nicknames[v0.1.0-beta.15].