Owen Conti

Category: PHP

How to Fix PHPUnit Splitting Dots onto New Lines

Posted on under PHP by Owen Conti.

Quick tip on how you can fix PHPUnit from splitting test output onto new lines.

Using Aliases in Composer to Update Dependencies without a Fork

Posted on under PHP by Owen Conti.

One of the major pain points of updating dependencies is the strict version requirements developers place on their packages.