File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` :package_name ` will be documented in this file.
4
4
5
+ ## 2.0.0 - 2025-02-26
6
+ - Support for Laravel 12
7
+
5
8
## 1.3.0 - 2025-01-06
6
9
- Support for Laravel 11
7
10
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
12
12
- Laravel 9.x
13
13
- Laravel 10.x
14
14
- Laravel 11.x
15
+ - Laravel 12.x
15
16
16
17
## Installation
17
18
1 ) Install the package by running this command in your terminal/cmd:
Original file line number Diff line number Diff line change 4
4
"require" : {
5
5
"php" : " ^7.4|^8.0" ,
6
6
"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 " ,
9
9
"spatie/laravel-package-tools" : " ^1.5"
10
10
},
11
11
"require-dev" : {
12
- "phpunit/phpunit" : " ^9|^10.5"
12
+ "phpunit/phpunit" : " ^9|^10.5|^11.0 "
13
13
},
14
14
"license" : " MIT" ,
15
15
"keywords" : [
You can’t perform that action at this time.
0 commit comments