Skip to content

Commit bca4874

Browse files
committed
Drop Zend Framework library support
Removed Zend Framework library support
1 parent dd30958 commit bca4874

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"description": "Send your app metrics to InfluxDB",
55
"require": {
66
"php": ">=5.4",
7-
"guzzlehttp/guzzle": "~4|~5|~6",
8-
"zendframework/zend-stdlib": "~2",
9-
"zendframework/zend-filter": "~2",
10-
"zendframework/zend-servicemanager": "~2"
7+
"guzzlehttp/guzzle": "~4|~5|~6"
118
},
129
"require-dev": {
1310
"phpunit/phpunit": "4.*",

0 commit comments

Comments
 (0)