Scott Buchanan
Scott Buchanan
If the goal is to represent in the host project the version of the package as it exists locally in development, then there's another issue even if it **can** find...
A workaround is to leave `auto_update` as false, and then include this separately: ``` composer::selfupdate { 'selfupdate_composer': } ```
~What does "PHP 5.3 compatibility" here refer to? Was this list copied from some very old doc?~ PHP 5.3 should be PHP 7.3 above.
We saw the same issue. I wasn't able to identify the pattern exactly, but it seemed to happen after a deploy. I'm not sure if it's the recompliation, static deploy...
+1 on this. FWIW, in the diff above, this is the only functionally different part: ``` diff -# use date as a suffix of the rotated file -dateext ``` The...
@leits This seems to be a whole lot better, but it still requires me to reauth every week or so, whereas before the rewrite I never had to reauth at...