Commit d60236c
committed
fix: use COMPOSER_IGNORE_PLATFORM_REQS env var for builder tooling
The FrankenPHP builder's internal static-php-cli tooling requires
iconv extension which isn't available in the build container. Using
the COMPOSER_IGNORE_PLATFORM_REQS=1 environment variable affects all
composer operations globally.1 parent d7c5e43 commit d60236c
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | 38 | | |
| 39 | + | |
42 | 40 | | |
43 | 41 | | |
44 | | - | |
| 42 | + | |
45 | 43 | | |
0 commit comments