Customize Your OpenMage
When working on OpenMage or any complex PHP project, you might come across issues that require patches to be applied to third-party packages or libraries. These patches may be fixes or features for core code that you need to use immediately but have not yet been merged or formally released for any number of reasons.
In this blog post, we’ll explore the benefits of using privately maintained patches and how to use Composer and the cweagans/composer-patches
dependency to maintain your own set of patches as well as how to generate patches.