asantibanez/livewire-select

Support for php 8.x

Opened this issue · 8 comments

Hello,
thanks for this package!
It would be nice if it is compatible with php 8.x

A simple "php": "^7.2|^8.0" in composer.json should be enough.

Kind regards.

Would be nice!

It woub be great! I'm waiting for it. Thanks!

There is already an unmerged PR for this: #16 (actually there is another PR: #15 but #16 is better)

should be closed by e15bd41

should be closed by e15bd41

That's not for PHP8 support right?

@niektenhoopen not only but php8 has been added there through the dependencies

@niektenhoopen not only but php8 has been added there through the dependencies

It's locked to PHP ^7.2 in the comment you refer to. That is 7.x and not 8.

It's locked to PHP ^7.2 in the comment you refer to. That is 7.x and not 8.

oh.. I must have misread the line so..
But refering to the composer.json changes got applied in bb58c58