Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
SethSharp committed Jul 13, 2024
1 parent 49c01ee commit 7ca2803
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "sethsharp/odds-api",
"homepage": "https://github.com/SethSharp/odds-api",
"description": "This is a convenient composer wrapper for the odds-api. Currently in alpha with some basic endpoints",
"license": "MIT",
"autoload": {
"psr-4": {
Expand All @@ -16,8 +17,9 @@
],
"require": {
"php": "^8.2",
"ext-http": "*",
"guzzlehttp/guzzle": "^7.8",
"guzzlehttp/guzzle": "^7.8"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
}
}

0 comments on commit 7ca2803

Please sign in to comment.