Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ddmler authored Nov 7, 2022
1 parent 83ba863 commit 742c701
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@
"require": {
"php": ">=8.0",
"ext-curl": "*",
"monolog/monolog": ">= 2.0.0"
"monolog/monolog": "^2.0"
},
"autoload": {
"psr-4": {
"INWX\\": "src/"
}
},
"suggest": {
"ext-xmlrpc": "Needed to use the XML-RPC API",
"ext-json": "Needed to use the JSON-RPC API"
"ext-xmlrpc": "Needed to use the XML-RPC API"
}
}

0 comments on commit 742c701

Please sign in to comment.