Closed mikehenken closed 8 years ago
I am receiving errors when attempting to run composer install. I took the require line out of documentation. "The requested package ipunkt/laravel-analytics could not be found in any version"
Happened to me too, try changing the following in composer.json
From: "ipunkt/laravel-analytics": "~2.0"
to: "ipunkt/laravel-analytics": "1.1.4"
It has to be "ipunkt/laravel-analytics": "~1.0".
I am receiving errors when attempting to run composer install. I took the require line out of documentation. "The requested package ipunkt/laravel-analytics could not be found in any version"