Commit 3cb68fb
authored
docs: add workaround for PHP plugin tool install order with corporate certs (#437)
* docs: add workaround for PHP plugin tool install order with corporate certs
As of @lando/php 1.10.0+, tools like Composer are installed before
user-defined build_as_root commands, breaking corporate proxy cert
workflows. Documents the workaround of disabling automatic tool
installation and manually installing after the cert is in place.
Closes lando/php#236
* fix: add broken external links to netlify checklinks todoPatterns
Docker dockerfile-release-notes has a fragment redirect issue and
jeffgeerling.com returns 301 instead of expected 302. Both are
external sites we can't control.
* Update composer installation command in tips guide
Removed version number from composer installation script.1 parent 68d2b26 commit 3cb68fb
2 files changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
128 | 147 | | |
129 | 148 | | |
130 | 149 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
0 commit comments