Commit e8ae086
committed
Ignore platform reqs when dumping the autoloader too
`composer install` was relaxed with --ignore-platform-reqs but the
following `composer dump-autoload -o` was not, so it could still abort on a
platform mismatch and bake a strict vendor/composer/platform_check.php. Pass
the flag to the dump step as well, in install-osx and self-update.php.
Assisted-by: Claude Code:claude-opus-4-81 parent ac057e8 commit e8ae086
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
0 commit comments