File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33All notable changes to ` :package_name ` will be documented in this file.
44
5+ ## 2.0.0 - 2025-02-26
6+ - Support for Laravel 12
7+
58## 1.3.0 - 2025-01-06
69- Support for Laravel 11
710
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ This package allows you to post events to Google Analytics 4 from your Laravel b
1212- Laravel 9.x
1313- Laravel 10.x
1414- Laravel 11.x
15+ - Laravel 12.x
1516
1617## Installation
17181 ) Install the package by running this command in your terminal/cmd:
Original file line number Diff line number Diff line change 44 "require" : {
55 "php" : " ^7.4|^8.0" ,
66 "guzzlehttp/guzzle" : " ^6.0|^7.0" ,
7- "illuminate/http" : " ^7.0|^8.0|^9.0|^10.0|^11.0" ,
8- "illuminate/view" : " ^7.0|^8.0|^9.0|^10.0|^11.0" ,
7+ "illuminate/http" : " ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 " ,
8+ "illuminate/view" : " ^7.0|^8.0|^9.0|^10.0|^11.0|^12.0 " ,
99 "spatie/laravel-package-tools" : " ^1.5"
1010 },
1111 "require-dev" : {
12- "phpunit/phpunit" : " ^9|^10.5"
12+ "phpunit/phpunit" : " ^9|^10.5|^11.0 "
1313 },
1414 "license" : " MIT" ,
1515 "keywords" : [
You can’t perform that action at this time.
0 commit comments