wecodemore / wpstarter

Easily bootstrap whole site Composer packages for WordPress.
https://wecodemore.github.io/wpstarter/
MIT License
246 stars 35 forks source link

PHP 8.3 compatibility #134

Open Soean opened 11 months ago

Soean commented 11 months ago

Describe the bug

We want to test WordPress with PHP 8.3, but at the moment wpstarter require php < 8.3.

gmazzap commented 11 months ago

Hi @Soean if it's just about "trying", could you install with --ignore-platform-reqs? We will get to PHP 8.3 support soon, but not a priority right now. I would like to release stable 3.0 first.

Soean commented 10 months ago

Thanks, works great so far.

kraftner commented 2 months ago

@gmazzap Since I probably shouldn't hold my breathe until stable v3, could the beta bump support to 8.3? I've been "trying" it and couldn't see any issues, but using --ignore-platform-reqs for production doesn't feel right.

nlemoine commented 2 months ago

Quite some changes have been merged in both in version-3 and version-3-next. I'm currently using a fork with those two branches merged without any issues. Maybe a new beta release would be appropriate?