With the [full source tarball for SSP 2.5.0](https://github.com/simplesamlphp/simplesamlphp/releases/download/v2.5.0/simplesamlphp-2.5.0-full.tar.gz) I get an error ``` metarefresh: Unsupported option "http" passed to "Symfony\Component\HttpClient\CurlHttpClient", did you mean "http_version"? ``` My guess is this comes from [metarefresh's src/MetaLoader.php line 403](https://github.com/simplesamlphp/simplesamlphp-module-metarefresh/blob/master/src/MetaLoader.php#L403) which needs adapting for the new Symfony version 7.4 included with 2.5.0, along the lines of https://github.com/simplesamlphp/simplesamlphp/pull/2574 ?