You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Deprecated: Rize\UriTemplate::__construct(): Implicitly marking parameter $parser as nullable is deprecated, the explicit nullable type must be used instead in /Users/shyim/Developer/sw-trunk/vendor/rize/uri-template/src/Rize/UriTemplate.php on line 20
The text was updated successfully, but these errors were encountered:
Thanks for looking into this! Let me try to clarify: I see this was originally fixed in #30 and then reverted in #32 to fix PHP compatibility issues reported in #31. Later, #33 updated the minimum PHP requirement and also addressed this issue as part of this changeset.
It's my understanding the compatibility issue should be fixed on the latest dev version, but there's currently no version available with these changes included. I see #31 and #33 contain some discussion about releasing a 0.4.0 with the BC break included which I agree would be the best way looking forward. May I ask if there is an ETA or anything else planned for 0.4.0 that we could help with or anything else that would currently block this release?
Technically, we may also implement the required changes in a way that is backwards compatible like we did in @reactphp (see e.g. clue/reactphp-docker#88), but I'm not trying to suggest the extra effort would be worth it for every project. There's currently no separate v0.3/v0.4 release branch here, otherwise we may take a look at this and see if it's worth it. Either approach would work for me, so I'm all for whatever is required to get PHP 8.4 fully supported 👍
The text was updated successfully, but these errors were encountered: