Skip to content
This repository was archived by the owner on Feb 17, 2022. It is now read-only.

Commit 9e7ec19

Browse files
author
rok
committed
updated readme for the next version 2.x
1 parent 30ac4ec commit 9e7ec19

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Finally, just above your `</head>` closing tag place, this code:
4444
Add to your composer.json following lines
4545

4646
"require": {
47-
"ipunkt/laravel-analytics": "~1.0"
47+
"ipunkt/laravel-analytics": "~2.0"
4848
}
4949

5050
Add `Ipunkt\LaravelAnalytics\AnalyticsServiceProvider::class,` to `providers` in `app/config/app.php`.
@@ -56,6 +56,12 @@ Run `php artisan vendor:publish --provider="Ipunkt\LaravelAnalytics\AnalyticsSer
5656
Then edit `analytics.php` in `config` to your needs. We do config merge in the service provider, so your local settings
5757
will stay the same.
5858

59+
For php < 7.2 or laravel < 6.0 please use the 1.x release.
60+
61+
"require": {
62+
"ipunkt/laravel-analytics": "~1.0"
63+
}
64+
5965
## Configuration
6066

6167
<dl>

0 commit comments

Comments
 (0)