Skip to content

Commit

Permalink
Merge pull request #6 from iain-databowl/issue/SB2-1236_Laravel8
Browse files Browse the repository at this point in the history
SB2-1236 Bump Guzzle version
  • Loading branch information
tom-pryor authored Mar 9, 2021
2 parents e27f729 + 6f434b2 commit 3272473
Show file tree
Hide file tree
Showing 2 changed files with 202 additions and 57 deletions.
45 changes: 26 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
{
"name": "databowl/databowl-vapi",
"description": "A PHP client for the Databowl Validation API (VAPI)",
"keywords": ["php", "api", "databowl", "vapi", "client"],
"homepage": "https://github.com/Databowl/databowl-vapi",
"license": "MIT",
"authors": [
{
"name": "pmill",
"email": "dev.pmill@gmail.com"
"name": "databowl/databowl-vapi",
"description": "A PHP client for the Databowl Validation API (VAPI)",
"keywords": [
"php",
"api",
"databowl",
"vapi",
"client"
],
"homepage": "https://github.com/Databowl/databowl-vapi",
"license": "MIT",
"authors": [
{
"name": "pmill",
"email": "dev.pmill@gmail.com"
}
],
"require": {
"guzzlehttp/guzzle": "^7.0"
},
"autoload": {
"psr-4": {
"Databowl\\Vapi\\": "src/"
}
}
],
"require": {
"guzzlehttp/guzzle": "^6.2"
},
"autoload": {
"psr-4": {
"Databowl\\Vapi\\": "src/"
}
}
}
}

214 changes: 176 additions & 38 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3272473

Please sign in to comment.