bitpay / php-bitpay-client

PHP implementation for the BitPay cryptographically secure RESTful API
MIT License
166 stars 147 forks source link

Services are private #285

Open mfb opened 6 years ago

mfb commented 6 years ago

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.