Could you change composer restrictions from in v.2.0.4 and higher from php: ^7.1.3, php: ^7.2.5 to something like php: ^7.1.3 | ~8.0, php: ^7.2.5 | ~8.0 or >=7.1.3, >=7.2.5 to enable use it with PHP 8? Can cause some problems as it not set at a moment?
Could you change composer restrictions from in v.2.0.4 and higher from
php: ^7.1.3,php: ^7.2.5to something likephp: ^7.1.3 | ~8.0,php: ^7.2.5 | ~8.0or>=7.1.3,>=7.2.5to enable use it with PHP 8? Can cause some problems as it not set at a moment?