Closed patlamontagne closed 3 years ago
Thank you for the kind words!
I think dropping it would make the most sense.
In the beginning, I was trying to mirror the Laravel adapter as closely as possible, but that was a silly move. WordPress !== Laravel. Let me spend some time refactoring to use the PHP standard library.
I agree with you. I went ahead and replaced support, let me close this PR and open a new one.
Thanks for the PR!
Hey. First off, thanks for this package.
I think using the latest version of illuminate/support would be nice. (or dropping it's usage completely)
I'm currently using illuminate/collections^8 in my project and its internal dependency of illuminate/support^8 conflicts with yours.
I tried it and it works fine on my own fork.
Let me know what you think about it.