Marcus Schwarz
Marcus Schwarz
Hey @szepeviktor, there are no plans so far. The primary subject is to improve the code base and to update lesserphp to support the current lessjs-version.
Hey, I'm not using lessphp anymore. I forked the original repo because we needed it at my job back then. This is why this repo completely flies under the radar....
Hi @micgro42 could you check out https://github.com/MarcusSchwarz/lesserphp/tree/0.5.3 and test if your project works as expected with that branch? I've shamelessly stolen your example and built a test upon it which...
I can confirm the issue with 2.4.6-p7 as well. File affected: `vendor/magento/module-paypal/Model/Config.php` Workaround: ```patch } } - $this->cspNonceProvider = $cspNonceProvider ?: ObjectManager::getInstance()->get(CspNonceProvider::class); + try { + $this->cspNonceProvider = $cspNonceProvider ?:...
@Franciscof-Serfe please note, we are not on 2.4.7. We are on 2.4.6-p7; In a security release there should never be such a breaking change.