Skip to content

Use more correct proxy method

Compare
Choose a tag to compare
@arjenm arjenm released this 28 Jan 14:37
· 5 commits to master since this release
ad5538e

This code initially used a lazy-load proxy method. That seemed to work fine, but turned out to be broken with the friendsofphp/proxy-manager-lts re-implementation of ocramius/proxy-manager.

This update also updated all code to use Laminas's code-generator rather than the abandoned version of Zend.