Skip to content

Commit

Permalink
Drop Zend Framework library support
Browse files Browse the repository at this point in the history
Removed Zend Framework library support
  • Loading branch information
wdalmut committed Oct 18, 2015
1 parent dd30958 commit bca4874
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
"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"
"guzzlehttp/guzzle": "~4|~5|~6"
},
"require-dev": {
"phpunit/phpunit": "4.*",
Expand Down

0 comments on commit bca4874

Please sign in to comment.