hedii / laravel-gelf-logger

A package to send gelf logs to a gelf compatible backend like graylog
MIT License
125 stars 33 forks source link

Is this package is available for Laravel 8 ? #26

Closed chococrypto closed 3 years ago

chococrypto commented 3 years ago

It would be nice to know for which version of Laravel this package is available.

For example by adding this to the Readme :

Laravel laravel-gelf-logger
5.6 ^3.0
5.7 ^4.0
5.8 ^5.0
6.0 ^6.0
7.0 ^7.0
8.0 ^8.0
hedii commented 3 years ago

yes, would you like to make a PR?

chococrypto commented 3 years ago

yes I can but I would like to know on which version the package is compatible

hedii commented 3 years ago

Each version has a composer.json file with versioned dependencies, there is also the change log in the releases page.