Skip to content

Commit

Permalink
Merge pull request #65 from corley/feature/updated-libs-dep
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
wdalmut committed Oct 18, 2015
2 parents 32e5626 + b7e5621 commit 5d88538
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
"license": "MIT",
"description": "Send your app metrics to InfluxDB",
"require": {
"php": ">=5.4",
"guzzlehttp/guzzle": "~4|~5|~6",
"zendframework/zend-stdlib": "~2",
"zendframework/zend-filter": "~2",
"zendframework/zend-servicemanager": "~2"
"php": ">=5.5",
"guzzlehttp/guzzle": "~4|~5|~6"
},
"require-dev": {
"phpunit/phpunit": "4.*",
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
convertWarningsToExceptions="true"
verbose="true">
<testsuites>
<testsuite name="InfluxDB SDK Integration Tests">
<testsuite name="integration">
<directory>tests/integration</directory>
</testsuite>
<testsuite name="InfluxDB SDK Unit Tests">
<testsuite name="unit">
<directory>tests/unit</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 5d88538

Please sign in to comment.