dizda / CloudBackupBundle

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)
MIT License
196 stars 57 forks source link

Remove Monolog Dependency #117

Closed inssein closed 7 years ago

inssein commented 7 years ago

I am now using this with a Symfony 3.2 RC project and having some dependency issues. Couldn't figure out why monolog was even used in this project.

Edit: I obviously didn't look hard enough since I grepped for Monolog. It's clear that the LoggerInterface is used a lot. Added dependency for just the interface.

Nyholm commented 7 years ago

Good. I like this idea. 👍

I did a quick look and it seams okey. Will be back when I reviewed more.

dizda commented 7 years ago

Good call! 👍

inssein commented 7 years ago

Anything else I have to do on my side in order to get this merged?

Nyholm commented 7 years ago

Thank you for this