lukas-frey / filament-icon-picker

An icon picker field for Filament
MIT License
101 stars 20 forks source link

Also support PHP 8.0 #1

Closed arjendejong12 closed 1 year ago

arjendejong12 commented 1 year ago

Restore support for PHP 8.0.

arjendejong12 commented 1 year ago

Never mind, I see you are using enum which is not supported on 8.0.

lukas-frey commented 1 year ago

Never mind, I see you are using enum which is not supported on 8.0.

Yeah, I was thinking whether I should use enums or just a class with constants. If you need it, I can remove the usage of enums to support 8.0. Or you can do it, if you'd like.