Closed okdewit closed 3 years ago
@okdewit hi, thanks for the contribution once more :D I added one comment, otherwise seems good.
bdw, seems like we have one more request for supporting PHP 8 https://github.com/eversign/eversign-php-sdk/issues/43
@milanlatinovic Where can I find the comment?
Let me know if there's anything I can do to help this get through :smiley:
I just added the comment :) I'm thinking if it makes sense to support both existing and 3.x version of jms/serializer
Updated! :+1:
Fantastic, I'll take some time and check it out locally, but I do not expect any issues. Will let you know about it asap.
@okdewit I checked PHP 8 compatibility locally, run linting, did some tests, also checked it manually. I could not recognize any issues. I will approve it and release new version.
I also noticed that in big part of SDK we do not have strong typing (so we do support PHP 7.x and PHP 8.x but majority of the code is PHP 5.x syntax (weak typing with comments). I will make a followup MR to tackle this, if you see it, I would appreciate a review. :D
In short, approved, thanks!
I made a new release https://github.com/eversign/eversign-php-sdk/releases/tag/1.21.0
After extensively reading the upgrade guides, I can't find any direct compatibility issues with Eversign SDK. Might warrant further testing though 😃