From 783f9c14fc21dfd6e482da8402d4bdd20f5b3cbb Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Tue, 28 Jul 2020 09:22:56 +0200 Subject: [PATCH] fix passport bug with cookies --- composer.json | 2 +- composer.lock | 48 ++++++++++++++++++++++++------------------------ 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/composer.json b/composer.json index f6ede49..6b52104 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ "guzzlehttp/guzzle": "^6.5", "intervention/image": "^2.5", "laravel/framework": "^7.0", - "laravel/passport": "^8.4", + "laravel/passport": "^9.3", "laravel/tinker": "^2.0", "laravel/ui": "^2.0" }, diff --git a/composer.lock b/composer.lock index b1e1676..ddc0a89 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2c4223d87e78990cf94811823ed227a9", + "content-hash": "a45926d2c7834e2317faa380e750e44f", "packages": [ { "name": "asm89/stack-cors", @@ -1233,33 +1233,33 @@ }, { "name": "laravel/passport", - "version": "v8.5.0", + "version": "v9.3.2", "source": { "type": "git", "url": "https://github.com/laravel/passport.git", - "reference": "6affa6ed600c5f8909385fbae7cf6f8af3db2d39" + "reference": "192fe387c1c173c12f82784e2a1b51be8bd1bf45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/passport/zipball/6affa6ed600c5f8909385fbae7cf6f8af3db2d39", - "reference": "6affa6ed600c5f8909385fbae7cf6f8af3db2d39", + "url": "https://api.github.com/repos/laravel/passport/zipball/192fe387c1c173c12f82784e2a1b51be8bd1bf45", + "reference": "192fe387c1c173c12f82784e2a1b51be8bd1bf45", "shasum": "" }, "require": { "ext-json": "*", - "firebase/php-jwt": "^3.0|^4.0|^5.0", - "guzzlehttp/guzzle": "^6.0", - "illuminate/auth": "^6.0|^7.0", - "illuminate/console": "^6.0|^7.0", - "illuminate/container": "^6.0|^7.0", - "illuminate/contracts": "^6.0|^7.0", - "illuminate/cookie": "^6.0|^7.0", - "illuminate/database": "^6.0|^7.0", - "illuminate/encryption": "^6.0|^7.0", - "illuminate/http": "^6.0|^7.0", - "illuminate/support": "^6.0|^7.0", + "firebase/php-jwt": "^5.0", + "guzzlehttp/guzzle": "^6.0|^7.0", + "illuminate/auth": "^6.18.31|^7.22.4", + "illuminate/console": "^6.18.31|^7.22.4", + "illuminate/container": "^6.18.31|^7.22.4", + "illuminate/contracts": "^6.18.31|^7.22.4", + "illuminate/cookie": "^6.18.31|^7.22.4", + "illuminate/database": "^6.18.31|^7.22.4", + "illuminate/encryption": "^6.18.31|^7.22.4", + "illuminate/http": "^6.18.31|^7.22.4", + "illuminate/support": "^6.18.31|^7.22.4", "laminas/laminas-diactoros": "^2.2", - "league/oauth2-server": "^8.0", + "league/oauth2-server": "^8.1", "nyholm/psr7": "^1.0", "php": "^7.2", "phpseclib/phpseclib": "^2.0", @@ -1273,7 +1273,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "8.x-dev" + "dev-master": "9.x-dev" }, "laravel": { "providers": [ @@ -1302,7 +1302,7 @@ "oauth", "passport" ], - "time": "2020-05-05T14:25:53+00:00" + "time": "2020-07-27T18:34:39+00:00" }, { "name": "laravel/tinker", @@ -1899,16 +1899,16 @@ }, { "name": "nesbot/carbon", - "version": "2.36.1", + "version": "2.37.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "ee7378a36cc62952100e718bcc58be4c7210e55f" + "reference": "1f61206de973d67f36ce50f041c792ddac663c3e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/ee7378a36cc62952100e718bcc58be4c7210e55f", - "reference": "ee7378a36cc62952100e718bcc58be4c7210e55f", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/1f61206de973d67f36ce50f041c792ddac663c3e", + "reference": "1f61206de973d67f36ce50f041c792ddac663c3e", "shasum": "" }, "require": { @@ -1984,7 +1984,7 @@ "type": "tidelift" } ], - "time": "2020-07-04T12:29:56+00:00" + "time": "2020-07-28T06:04:54+00:00" }, { "name": "nikic/php-parser",