Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
davigs authored Oct 22, 2020
1 parent 937f10d commit f085bbe
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
{
"name": "casperboone/zabbix-graph",
"name": "davigs/zabbix-graph",
"description": "Get nice looking graphs of your Zabbix devices.",
"keywords": [
"Zabbix Graph"
],
"homepage": "https://github.com/casperboone/zabbix-graph",
"homepage": "https://github.com/davigs/zabbix-graph",
"license": "MIT",
"authors": [
{
"name": "Casper Boone",
"email": "[email protected]",
"homepage": "https://casperboone.nl",
"name": "Davi Gomes",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
"php": "^7.0",
"guzzlehttp/guzzle": "~6.1"
"php": "^7.3",
"guzzlehttp/guzzle": "^7.0.1"
},
"require-dev": {
"mockery/mockery": "^0.9.9",
Expand Down

0 comments on commit f085bbe

Please sign in to comment.