skymeyer / Vatsimphp

Vatsimphp - VATSIM data parser
http://skymeyer.github.io/Vatsimphp/
Apache License 2.0
29 stars 7 forks source link

Bump Monolog #24

Closed CalumTowers closed 4 years ago

CalumTowers commented 4 years ago

This PR bumps Monolog from v1 to v2. The main aim of this was to ensure compatibility with Laravel 7 and above.

Change Log: https://github.com/Seldaek/monolog/blob/master/CHANGELOG.md Upgrade Guide: https://github.com/Seldaek/monolog/blob/master/UPGRADE.md

Only one change appears to have been breaking for this app.

BC Break: Logger methods log/debug/info/notice/warning/error/critical/alert/emergency now have explicit void return types
skymeyer commented 4 years ago

Thanks @CalumTowers, will review and cut a new release today.

skymeyer commented 4 years ago

I'm restructuring the docs, will post here when versioned released is available in a few.

CalumTowers commented 4 years ago

I'm restructuring the docs, will post here when versioned released is available in a few.

Thanks for the quick turnaround!

skymeyer commented 4 years ago

@CalumTowers you should be able to pull in ^2.0 from here on: https://github.com/skymeyer/Vatsimphp/blob/master/docs/index.md#installation

Let me know if it goes well.