Luke Rodgers
Luke Rodgers
@engcom-November The facts - Magento require version `^2.6` of monolog, which means that 2.7.0 is the highest version that is installed when you `composer create project` of magento https://github.com/magento/magento2/blob/28c1f28a2552de69158b40d1eaf84e45430c16f9/composer.json#L69 -...
@engcom-November this issue i think you may also need to install https://github.com/magento/data-migration-tool#install-the-data-migration-tool For my PR (#35596) to replicate you would need to run the integration tests but best to keep...
https://github.com/Seldaek/monolog/commit/3cba75ec0926eec177a4a2cd6c977ecddd0fc7c1 ``` Mark Logger https://github.com/Final to discourage extension ``` Updating to use a handler seems like the right thing to do.
Agreed @hostep I did try and have some conversation about this back in June but was ignored. https://github.com/magento/magento2/pull/35596#issuecomment-1153655914 My workaround was then taken in any case 🙃
Easier testing is handled as part of #79 Json output not really necessary, no massive advantage
> but if I'm right you can check if the postcode contains BT1,BT2,BT3,...,BT8 or BT9 when the country is GB to know for sure if it's in Northern Ireland. Yeah...
Hey @ConradoSM what version of magento please?
> One more parameter has been added. This issue has not been found by the helper, but leads to a critical error. Internally we rely a lot on using this...
Interesting i believe this _should_ have flagged definitely an issue to review
Hey @norgeindian So I've updated the phpunit test for the preference and it works just fine for me https://github.com/AmpersandHQ/ampersand-magento2-upgrade-patch-helper/pull/107 The preferences logic doesn't do any deep analysis of what has...