Skip to content

Commit

Permalink
Add Laravel 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfietje committed Feb 14, 2023
1 parent 8375bd3 commit e3212aa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.4.5] - 2023-02-14

### Added

- Add Laravel 10 support.

## [0.4.4] - 2023-02-13

### Fixed
Expand Down Expand Up @@ -92,6 +98,7 @@

- TrackPageview middleware.

[0.4.5]: https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.4.5
[0.4.4]: https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.4.4
[0.4.3]: https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.4.3
[0.4.2]: https://github.com/pirsch-analytics/laravel-pirsch/releases/tag/0.4.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Packagist Version](https://img.shields.io/packagist/v/pirsch-analytics/laravel-pirsch)](https://packagist.org/packages/pirsch-analytics/laravel-pirsch)
[![Packagist Downloads](https://img.shields.io/packagist/dt/pirsch-analytics/laravel-pirsch)](https://packagist.org/packages/pirsch-analytics/laravel-pirsch/stats)

# Laravel Pirsch
# Pirsch for Laravel

This package is the official Laravel integration for [Pirsch Analytics](https://pirsch.io).

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^9.0",
"illuminate/http": "^9.0",
"illuminate/contracts": "^9.0|^10.0",
"illuminate/http": "^9.0|^10.0",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
Expand Down

0 comments on commit e3212aa

Please sign in to comment.