This repository was archived by the owner on Jan 22, 2021. It is now read-only.

Description
In Symfony 3.4, services are private by default.
This results in warnings such as:
Fetching the "client" private service or alias is deprecated since Symfony 3.4 and will fail in 4.0. Make it public instead.
Fetching the "key_manager" private service or alias is deprecated since Symfony 3.4 and will fail in 4.0. Make it public instead.