mollie / WooCommerce

Official Mollie extension for WooCommerce
https://wordpress.org/plugins/mollie-payments-for-woocommerce/
Other
129 stars 52 forks source link

Change `psr/log` version #883

Open migueldamota opened 6 months ago

migueldamota commented 6 months ago

Hello again, I have another quick question about psr/log. Would it be possible to add multiple versions like this:

"require": {
  "psr/log": "^1 || ^2 || ^3"
}

I saw many other packages use this which still support PHP 5. So would it be possible to combine these versions instead of upgrading psr/log fully?

Previous issue: #851