bitpay / php-bitpay-client

PHP implementation for the BitPay cryptographically secure RESTful API
MIT License
165 stars 149 forks source link

Services are private #285

Open mfb opened 5 years ago

mfb commented 5 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.