158 - Exchanging Tokens

This commit is contained in:
Adam Wathan
2018-01-19 11:35:30 -05:00
parent fe6a03cb64
commit 9fceea25bf
6 changed files with 81 additions and 20 deletions

48
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "5e2d52a5a913597b112859f1ba6a9361",
"content-hash": "c86e9d02c3ff6937ee4ff09941438a7a",
"packages": [
{
"name": "doctrine/inflector",
@@ -601,6 +601,52 @@
],
"time": "2017-09-21T16:29:17+00:00"
},
{
"name": "kitetail/zttp",
"version": "v0.3.0",
"source": {
"type": "git",
"url": "https://github.com/kitetail/zttp.git",
"reference": "e788ab8fc5c0259f691e2960d17e0ddbab761c6a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kitetail/zttp/zipball/e788ab8fc5c0259f691e2960d17e0ddbab761c6a",
"reference": "e788ab8fc5c0259f691e2960d17e0ddbab761c6a",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"php": ">=7.0",
"tightenco/collect": "^5.4"
},
"require-dev": {
"laravel/lumen-framework": "^5.4",
"phpunit/phpunit": "^6.0"
},
"type": "library",
"autoload": {
"files": [
"src/Zttp.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Adam Wathan",
"email": "adam.wathan@gmail.com"
}
],
"description": "A developer-experience focused HTTP client, optimized for most common use cases.",
"keywords": [
"Guzzle",
"http"
],
"time": "2017-08-09T15:31:26+00:00"
},
{
"name": "laravel/dusk",
"version": "v2.0.10",