diff --git a/README.md b/README.md index 4253d38..d849d00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # XeroBundle [![StyleCI](https://styleci.io/repos/73813542/shield?branch=master)](https://styleci.io/repos/73813542) +[![Total Downloads](https://poser.pugx.org/fourlabs/xero-bundle/downloads)](https://packagist.org/packages/fourlabs/xero-bundle) This is a Symfony bundle wrapping the [XeroPHP](https://github.com/calcinai/xero-php) library. From the library's github page: diff --git a/composer.json b/composer.json index 4af9fdb..5c0606b 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "keywords": ["xero", "xero-php"], "require": { "php": "^5.5.9|~7.0", - "calcinai/xero-php": "^1.4", + "calcinai/xero-php": "^1.5", "symfony/config": "^2.7|^3.0", "symfony/debug": "^2.7|^3.0", "symfony/dependency-injection": "^2.7|^3.0",