Skip to content

Commit b43612b

Browse files
committed
Fix required Laravel version
1 parent 3ad5fc5 commit b43612b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.3.2] - 2022-07-17
4+
5+
### Fixed
6+
7+
- Fix required Laravel version.
8+
39
## [0.3.1] - 2022-07-02
410

511
### Changed
@@ -56,6 +62,7 @@
5662

5763
- TrackPageview middleware.
5864

65+
[0.3.2]: https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.3.2
5966
[0.3.1]: https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.3.1
6067
[0.3.0]: https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.3.0
6168
[0.2.2]: https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.2.2

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require": {
2424
"php": "^8.1",
2525
"illuminate/contracts": "^9.0",
26-
"illuminate/http": "^9.17",
26+
"illuminate/http": "^9.0",
2727
"spatie/laravel-package-tools": "^1.9.2"
2828
},
2929
"require-dev": {

0 commit comments

Comments
 (0)