Skip to content

Monolog version conflict with WooCommerce Cybersource plugin due to non-prefixed vendor libraries #136

@iugo-robert

Description

@iugo-robert

We’re encountering a fatal PHP error when the Rollbar for WordPress plugin is active alongside the WooCommerce Cybersource payment gateway plugin.

The Rollbar plugin bundles monolog/monolog via Composer but does not vendor-prefix or otherwise isolate its dependencies. This causes a version conflict when another plugin (such as WooCommerce Cybersource) includes a different version of Monolog.

Could you please vendor-prefix all Rollbar dependencies in the distributed plugin build to prevent these kinds of conflicts with other WordPress plugins? Tools like Mozart or PHP-Scoper could be used to achieve this.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions