We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Ocramius/ProxyManager package comes with a lot of dependencies. This package is useful only for lazy injection.
This package will not be installed by default in v5.0 in order to lighten PHP-DI's dependencies.
Before:
After:
In order to use lazy injection, users will have to require ocramius/proxy-manager themselves. This will be reflected in the documentation.
ocramius/proxy-manager
The text was updated successfully, but these errors were encountered:
#198 ProxyManager is now an optional dependency
a0ecf28
#198 Abstracted the ProxyManager library behind an adapter class
0181268
The adapter catches when the ProxyManager is not installed and throws a meaningful exception
No branches or pull requests
The Ocramius/ProxyManager package comes with a lot of dependencies. This package is useful only for lazy injection.
This package will not be installed by default in v5.0 in order to lighten PHP-DI's dependencies.
Before:
After:
In order to use lazy injection, users will have to require
ocramius/proxy-manager
themselves. This will be reflected in the documentation.The text was updated successfully, but these errors were encountered: