inovector / mixpost

Mixpost - Self-hosted social media management software (Buffer alternative)
https://mixpost.app
MIT License
914 stars 146 forks source link

Support for PHP 8.0 #3

Closed mihaisolomon closed 1 year ago

mihaisolomon commented 1 year ago

Hey,

Another thing that I saw is that you have support only for php 8.1.

Could you add support also for PHP 8.0?

lao9s commented 1 year ago

Hi, I think yes, but I have to test if any dependencies packages didn't require the PHP 8.1

mihaisolomon commented 1 year ago

I installed on my local machine (I have 8.0) and I didn't have any issues with any dependencies.

lao9s commented 1 year ago

If no issues, I definitely will add support for PHP 8.0

mihaisolomon commented 1 year ago

I'm closing this because it will not be possible to have support for 8.0 . There are some features from 8.1.

lao9s commented 1 year ago

Yes, Enum casting is only available for PHP 8.1+.