irazasyed / laravel-gamp

📊 Laravel Google Analytics Measurement Protocol Package
https://bit.ly/laravel-gamp
MIT License
332 stars 33 forks source link

Support for Laravel 11 and PHP 8.3 Compatibility #48

Open bhuvabrinda opened 1 month ago

bhuvabrinda commented 1 month ago

I'm currently upgrading my application to Laravel 11 and PHP 8.3. However, irazasyed/laravel-gamp v1.10 is not compatible with Laravel 11 and PHP 8.3, as it relies on older versions of illuminate/support that aren't supported in Laravel 11.

Could you provide an update or guidance on whether there will be support for Laravel 11 and PHP 8.3 in the future? This package has been incredibly helpful, and continued compatibility would be greatly appreciated.

Laravel Version: 11.x PHP Version: 8.3

Thank you for your work on this package!