-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
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
Integration with PHP-Scoper (968) #2993
base: trunk
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really just a small inquiry to add a comment.
On a larger scale, this change begs the question why we're even using PSR contracts - if not to stay compatible with a larger ecosystem.
I know this still allows us to use generic modules internally (and simply not expose a standard API after the build process), but if we have any intention of allowing third-party devs to interface with our code, we might want to consider PsrCompatWrapper
objects of some sort. But that's just a remark.
Issue Description
We have received some reports about the fatal errors when running the plugin alongside the
psr/log
package, so we need to use the PHP-Scoper to scope the packagePR Description
The PR will integrate PHP-Scoper with everything excluded except of the
psr/log
package.