Tag: fix

  • Fix Composer Process Timeout Issues

    Recently I started contributing to an Open Source WordPress plugin and unfortunately I kept hitting a wall with the process timeout caused when installing Composer dependencies. After some research, I found several ways to by-pass this timeout, one of which was decided to implement in the package. Recommended The recommended way of disabling the Composer…