maxbanton / cwh

Amazon Web Services CloudWatch Logs Handler for Monolog library
MIT License
417 stars 84 forks source link

PHP 8.1 and Monolog V3 #109

Open maxbanton opened 2 years ago

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.2%) to 91.589% when pulling daa70e31e74ea9a6debe3d5d6249ee4a4d53b220 on feature/php-8.1 into 7ad7477e5808763c65691a0db807da5d3c6aa834 on master.

jelledijkstra97 commented 1 year ago

Would be great if you could merge this. Cannot use this package on Laravel 10 now.

magnetas commented 1 year ago

Would be great if you could merge this. Cannot use this package on Laravel 10 now.

I’m requiring this branch instead of tag/version temporarily in my Laravel 10 project and it works fine.

markinjapan commented 1 year ago

Nice idea! Works in my Slim 4 project too. In case it helps anyone, this command will do the job: composer require maxbanton/cwh:dev-feature/php-8.1

To revert to the latest release, simply use: composer require maxbanton/cwh