laminas / laminas-authentication

provides an API for authentication and includes concrete authentication adapters for common use case scenarios
https://docs.laminas.dev/laminas-authentication/
BSD 3-Clause "New" or "Revised" License
24 stars 16 forks source link

Drop `laminas/laminas-zendframework-bridge` and `zendframework/*` compatibility #29

Closed PowerKiKi closed 2 years ago

PowerKiKi commented 2 years ago
Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

Increase performance by removing a compatibility layer while not introducing breaking changes.

This follow the process described in details in:

https://github.com/laminas/technical-steering-committee/blob/main/meetings/minutes/2021-08-02-TSC-Minutes.md#remove-laminaslaminas-zendframework-bridge-dependency-from-our-packages

tobias-trozowski commented 2 years ago

this is already done in 2.9.x and will soon be merged up into 3.0.x.

see Merge release 2.9.0 into 3.0.x #27

tobias-trozowski commented 2 years ago

see Removed dependency on laminas/laminas-zendframework-bridge #25

PowerKiKi commented 2 years ago

Closing as duplicate.

Thanks for letting me know.