Skip to content

Commit 888befa

Browse files
committed
Package release for Laravel v12
1 parent bd81af8 commit 888befa

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All 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

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
1718
1) Install the package by running this command in your terminal/cmd:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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": [

0 commit comments

Comments
 (0)