diff --git a/README.md b/README.md index 9c5306c..7b9a70a 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ Send data to Google Analytics from the server using PHP. This library fully impl Use Composer to install this package. +If you are using ```PHP 5.5 or above``` and ```Guzzle 6``` then: + ```json { "require": { @@ -34,6 +36,16 @@ Use Composer to install this package. } ``` +Or if you are using ```PHP 5.4 or above``` and ```Guzzle 5``` then: + +```json +{ + "require": { + "theiconic/php-ga-measurement-protocol": "^1.1" + } +} +``` + ## Integrations You can use this package on its own, or use a convenient framework integration: * Laravel 4/5 - https://github.com/irazasyed/laravel-gamp