John Bakker
John Bakker
Hi, I wanted to reduce my build times from 325 seconds a bit :) So I built two branches for both box2 and box2-lib https://github.com/webdevvie/box2/tree/faster-adding-with-excluded-regexp https://github.com/webdevvie/box2-lib/tree/faster-adding-with-excluded-regexp It adds a config...
@kalehrishi I added the specific fork and branches to my composer.json i added this to my require array: ``` "kherge/box": "dev-faster-adding-with-excluded-regexp as 2.7.2", "herrera-io/box": "dev-faster-adding-with-excluded-regexp as 1.6", ``` then added...