File web/api.php contans call to a trustProxyData method, which was removed in Symfony/HttpFoundation since version 2.3, and the composer lock file contains 2.3.x-dev version of HttpFoundation.
Documentation says that this should be updated with setTrustedProxies, but then you need to specify an address of a proxy, so I don't know what to do.
File
web/api.php
contans call to atrustProxyData
method, which was removed in Symfony/HttpFoundation since version 2.3, and the composer lock file contains 2.3.x-dev version of HttpFoundation.Documentation says that this should be updated with
setTrustedProxies
, but then you need to specify an address of a proxy, so I don't know what to do.