phergie / phergie-irc-bot-react

IRC bot built on React
BSD 2-Clause "Simplified" License
81 stars 26 forks source link

Update composer.json #13

Closed nfauchelle closed 9 years ago

nfauchelle commented 9 years ago

Update the mono log used to take advantage of several new versions. Basic test locally and all works fine. Only a couple of breaking BC changes in the change logs but nothing I can see would apply except maybe 1.8.0.

https://github.com/Seldaek/monolog/blob/master/CHANGELOG.mdown

elazar commented 9 years ago

The composer.lock file should also be updated in this PR.

nfauchelle commented 9 years ago

@elazar So it should. Also found that I need to update https://github.com/phergie/phergie-irc-client-react first - otherwise we get stuck - I will need to check other plugins as well!

nfauchelle commented 9 years ago

@elazar I am going to close this pull request, because I don't think I can do it. Need to first patch the irc-client-react and then this one. I can't submit a full patch here until that later one is completed but then people wont be able to install since the two packages will have different versions until you accept a patch for this one which is complete.

If you could do it would be great, for now in my project I am doing this in the main composer.json file which satisfies both laravel and phergie.

"monolog/monolog": "1.12.0 as 1.6.0"