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
My project specifically needs the PHP 8.4 compatibility commit as the PHP deprecation notices for the implicitly nullable types are causing our PHP 8.4 CI to fail
The particular commit is not actually a change in method signature / API breaking change because the params were already implicitly nullable by having a null default value, so a v1.2.2 tag should be appropriate.
Thanks
The text was updated successfully, but these errors were encountered:
@fabpot Just wondering if it would be possible to get a new release tagged? The last one, v1.2.1, was released in 2020
The diff is v1.2.1...master
My project specifically needs the PHP 8.4 compatibility commit as the PHP deprecation notices for the implicitly nullable types are causing our PHP 8.4 CI to fail
The particular commit is not actually a change in method signature / API breaking change because the params were already implicitly nullable by having a null default value, so a
v1.2.2
tag should be appropriate.Thanks
The text was updated successfully, but these errors were encountered: