Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
bonroyage committed Nov 15, 2020
1 parent 468761a commit b2bc050
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "bonroyage/tripleseat",
"description": "Tripleseat API interface",
"license": "MIT",
"type": "project",
"type": "library",
"require": {
"php": ">=7.1",
"ext-json": "*",
Expand All @@ -14,14 +14,18 @@
"require-dev": {
"phpunit/phpunit": "^8.5",
"guzzlehttp/psr7": "^1.6",
"guzzlehttp/guzzle": "~6.0",
"php-http/guzzle6-adapter": "^2.0",
"guzzlehttp/guzzle": "7.0.1",
"php-http/guzzle7-adapter": "0.1.1",
"http-interop/http-factory-guzzle": "^1.0",
"symfony/var-dumper" : "5.2.x-dev"
},
"autoload": {
"psr-4": {
"Tripleseat\\": "src"
}
},
"suggest": {
"guzzlehttp/guzzle": "Use Guzzle ^7 as HTTP client",
"http-interop/http-factory-guzzle": "Factory for guzzlehttp/guzzle"
}
}

0 comments on commit b2bc050

Please sign in to comment.