Skip to content
This repository has been archived by the owner on Oct 24, 2018. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 11, 2014
1 parent b2e9186 commit 7cb6cf7
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,8 @@ This is an opinionated Laravel 4 package to retrieve Google Analytics data.

This package can be installed through Composer.

```js
{
"require": {
"spatie/analytics-reports": "dev-master"
}
}
```
composer require spatie/analytics-reports
```

You must install this service provider.
Expand Down Expand Up @@ -49,7 +45,7 @@ Although the composer.json of this package specifies that "google/apiclient" AND
{
"require": {
...
"google/apiclient" : "1.0.*@beta",
"google/apiclient" : "1.1.*",
"thujohn/analytics": "dev-master",
...
}
Expand Down

0 comments on commit 7cb6cf7

Please sign in to comment.