spatie/twitter-labs

install issue : incompatible php version

Closed this issue · 1 comments

Hello!

Just tried to install the package and got:

[InvalidArgumentException]
Package spatie/twitter-labs has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version

my environment:

>ver
Microsoft Windows [Version 10.0.19042.985]

>php -v
PHP 8.0.6 (cli) (built: May  4 2021 23:31:41) ( NTS Visual C++ 2019 x64 )
Copyright (c) The PHP Group
Zend Engine v4.0.6, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.6, Copyright (c), by Zend Technologies

>composer -V
Composer version 2.0.13 2021-04-27 13:11:08

composer.json for package contains: "php": "^7.4",

any planning support for php8+ ?

Feel free to send a PR that adds PHP 8 compatibility, make sure the tests run on PHP 8 as well.