getComposer()->getPackage()->getExtra(); foreach (($extras['deployer'] ?? []) as $key => $value) { putenv(strtoupper($key) . '=' . $value); } } }