You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Daniel points out here, we include the composer packages with the plugin and load the composer autoload file. That puts the original package PSR4 namespaces into memory.
Though our plugin doesn’t use them, as we have the dependencies in src/Dependencies with different namespaces, the original Container package can be called through this plugin when:
This plugin loads first (which it does).
And then WooCommerce plugin loads.
Fatal error.
The text was updated successfully, but these errors were encountered:
…merce 4.4 (PR #117)
* update composer.json to require league container on dev, update mozart and adjust composer scripts
* running composer install to let mozar get dependencies
* adjust travis to remove mozart before install
* adjust travis to use --no-scripts when using composer install
* add --no-scripts when removing mozart package for travis
A customer has reported a fatal error when upgrading to WooCommerce 4.4 version.
As Daniel points out here, we include the composer packages with the plugin and load the composer autoload file. That puts the original package PSR4 namespaces into memory.
Though our plugin doesn’t use them, as we have the dependencies in
src/Dependencies
with different namespaces, the original Container package can be called through this plugin when:Fatal error.
The text was updated successfully, but these errors were encountered: