File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.4.5] - 2023-02-14
4
+
5
+ ### Added
6
+
7
+ - Add Laravel 10 support.
8
+
3
9
## [ 0.4.4] - 2023-02-13
4
10
5
11
### Fixed
92
98
93
99
- TrackPageview middleware.
94
100
101
+ [ 0.4.5 ] : https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.4.5
95
102
[ 0.4.4 ] : https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.4.4
96
103
[ 0.4.3 ] : https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.4.3
97
104
[ 0.4.2 ] : https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.4.2
Original file line number Diff line number Diff line change 1
1
[ ![ Packagist Version] ( https://img.shields.io/packagist/v/pirsch-analytics/laravel-pirsch )] ( https://packagist.org/packages/pirsch-analytics/laravel-pirsch )
2
2
[ ![ Packagist Downloads] ( https://img.shields.io/packagist/dt/pirsch-analytics/laravel-pirsch )] ( https://packagist.org/packages/pirsch-analytics/laravel-pirsch/stats )
3
3
4
- # Laravel Pirsch
4
+ # Pirsch for Laravel
5
5
6
6
This package is the official Laravel integration for [ Pirsch Analytics] ( https://pirsch.io ) .
7
7
Original file line number Diff line number Diff line change 22
22
],
23
23
"require" : {
24
24
"php" : " ^8.1" ,
25
- "illuminate/contracts" : " ^9.0" ,
26
- "illuminate/http" : " ^9.0" ,
25
+ "illuminate/contracts" : " ^9.0|^10.0 " ,
26
+ "illuminate/http" : " ^9.0|^10.0 " ,
27
27
"spatie/laravel-package-tools" : " ^1.9.2"
28
28
},
29
29
"require-dev" : {
You can’t perform that action at this time.
0 commit comments