Skip to content

Commit

Permalink
Merge branch 'master' into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
domibarton committed Jun 3, 2015
2 parents ee24f4c + 183fb85 commit 74f1fd3
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,15 @@ All [tagged](https://github.com/domibarton/PhpZabbixApi/tags) versions can be in


```
composer require confirm-it-solutions/php-zabbix-api:v2.2.0
composer require confirm-it-solutions/php-zabbix-api:v2.4.0
composer require 'confirm-it-solutions/php-zabbix-api:2.2.2'
composer require 'confirm-it-solutions/php-zabbix-api:2.4.2'
```

If you're looking for more "bleeding-edge" versions (e.g. for testing), then you could also use [branches](https://github.com/confirm-it-solutions/PhpZabbixApi/branches):

```
composer require 'confirm-it-solutions/php-zabbix-api:2.2.*@dev'
composer require 'confirm-it-solutions/php-zabbix-api:2.4.*@dev'
```

## Using the thing
Expand Down

0 comments on commit 74f1fd3

Please sign in to comment.