File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.3.2] - 2022-07-17
4
+
5
+ ### Fixed
6
+
7
+ - Fix required Laravel version.
8
+
3
9
## [ 0.3.1] - 2022-07-02
4
10
5
11
### Changed
56
62
57
63
- TrackPageview middleware.
58
64
65
+ [ 0.3.2 ] : https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.3.2
59
66
[ 0.3.1 ] : https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.3.1
60
67
[ 0.3.0 ] : https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.3.0
61
68
[ 0.2.2 ] : https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.2.2
Original file line number Diff line number Diff line change 23
23
"require" : {
24
24
"php" : " ^8.1" ,
25
25
"illuminate/contracts" : " ^9.0" ,
26
- "illuminate/http" : " ^9.17 " ,
26
+ "illuminate/http" : " ^9.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