Ian Anderson
Ian Anderson
currently, there is a requirement in composer.json for: "symfony/http-foundation": "^5.0", that version of http-foundation does not list PHP >=8 as a requirement. This version should be updated to "symfony/http-foundation": "^6.0"...
**Version** 5.2.0 **What happened** when calling `api_response = api_instance.list_backends(service_id, version_id)` Changes in the backend_api.py file introduced in version 5.2.0 cause the following exception ```Traceback (most recent call last): File "/Users/ianderso/e-conolight.com/config/fastlytesting/update_fastly_backend.py",...