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
Hey @kylekz ,
we are currently updating the library to work with php 8.3 and laravel 11, so the PR is incoming in the next days.
We have noticed that spatie/data-transfer-object is deprecated now and they recommend:
Do you have thoughts about how you would want to have this going forward in the future?
Currently not sure if we have the capacity to tackle a migration to one of those also in the next weeks, but if we suddenly have time, it would be good to know what you think about it and that you are happy to accept the PR for that as well :)
Bye! :)
The text was updated successfully, but these errors were encountered:
I'm happy to accept a PR for whatever you think works better. I haven't touched PHP since 2019 so I have no idea what the go-to conventions are nowadays. valinor looks like it'd be pretty easy to migrate to, I can take a look at it if I have time this weekend.
Had to disable all the type strictness though. I have no idea what the correct types are for everything as Challonge still doesn't seem to document anything. I'm not sure this solution is very good though as it kinda relied on dynamic property assignment, which seems to be deprecated, so passing in the client to the DTO for valinor to recursively populate it feels bad, but I'm not too sure.
Hey @kylekz ,
we are currently updating the library to work with php 8.3 and laravel 11, so the PR is incoming in the next days.
We have noticed that spatie/data-transfer-object is deprecated now and they recommend:
Do you have thoughts about how you would want to have this going forward in the future?
Currently not sure if we have the capacity to tackle a migration to one of those also in the next weeks, but if we suddenly have time, it would be good to know what you think about it and that you are happy to accept the PR for that as well :)
Bye! :)
The text was updated successfully, but these errors were encountered: