bilfeldt / laravel-http-client-logger

A logger for the Laravel HTTP Client
MIT License
144 stars 19 forks source link

Adds support for Laravel 10 #25

Closed lokeland closed 1 year ago

lokeland commented 1 year ago

Description

Adds support for Laravel 10.

Does this close any currently open issues?

No

Fixes

Missing support for Laravel 10 in illuminate/http and illuminate/support.

Type of change

Dependency update.

Checklist

bilfeldt commented 1 year ago

Thanks @lokeland but this needed some changes to the test setup to work as well.

Made all the relevant changes in: https://github.com/bilfeldt/laravel-http-client-logger/pull/26 and will release version 2 shortly.

lokeland commented 1 year ago

Thanks!