Closed eseligquest closed 1 year ago
Hi @eseligquest,
This is in the works. I’m still working on LdapRecord-Laravel v3. I would expect it to be out in the coming weeks.
thank you!
Hi there @eseligquest, version 3.0 has been released! You can now update your composer.json
file to v3.0
and begin the upgrade process 👍
Describe the feature you'd like: Currently main uses v2.4.4 for the "directorytree/ldaprecord" package. This version of that package uses a deprecated "tightenco/collect" package which confuses phpstan into overwriting illuminate's collection package with a
error. If we upgrade to the latest version of "directorytree/ldaprecord", "directorytree/ldaprecord" will no longer use that deprecated package and it will remove this false error.