diff --git a/composer.lock b/composer.lock index ea983cb248..c2504e3197 100644 --- a/composer.lock +++ b/composer.lock @@ -2016,30 +2016,30 @@ }, { "name": "laravel/passport", - "version": "v10.2.2", + "version": "v10.3.0", "source": { "type": "git", "url": "https://github.com/laravel/passport.git", - "reference": "7981abed1a0979afd4a5a8bec81624b8127a287f" + "reference": "b4a829e52f57e871f6c40717b9c9770cac5ad795" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/passport/zipball/7981abed1a0979afd4a5a8bec81624b8127a287f", - "reference": "7981abed1a0979afd4a5a8bec81624b8127a287f", + "url": "https://api.github.com/repos/laravel/passport/zipball/b4a829e52f57e871f6c40717b9c9770cac5ad795", + "reference": "b4a829e52f57e871f6c40717b9c9770cac5ad795", "shasum": "" }, "require": { "ext-json": "*", "firebase/php-jwt": "^5.0", - "illuminate/auth": "^8.2", - "illuminate/console": "^8.2", - "illuminate/container": "^8.2", - "illuminate/contracts": "^8.2", - "illuminate/cookie": "^8.2", - "illuminate/database": "^8.2", - "illuminate/encryption": "^8.2", - "illuminate/http": "^8.2", - "illuminate/support": "^8.2", + "illuminate/auth": "^8.2|^9.0", + "illuminate/console": "^8.2|^9.0", + "illuminate/container": "^8.2|^9.0", + "illuminate/contracts": "^8.2|^9.0", + "illuminate/cookie": "^8.2|^9.0", + "illuminate/database": "^8.2|^9.0", + "illuminate/encryption": "^8.2|^9.0", + "illuminate/http": "^8.2|^9.0", + "illuminate/support": "^8.2|^9.0", "lcobucci/jwt": "^3.4|^4.0", "league/oauth2-server": "^8.2", "nyholm/psr7": "^1.3", @@ -2049,7 +2049,7 @@ }, "require-dev": { "mockery/mockery": "^1.0", - "orchestra/testbench": "^6.0", + "orchestra/testbench": "^6.0|^7.0", "phpunit/phpunit": "^9.3" }, "type": "library", @@ -2089,7 +2089,7 @@ "issues": "https://github.com/laravel/passport/issues", "source": "https://github.com/laravel/passport" }, - "time": "2021-12-07T16:57:03+00:00" + "time": "2022-01-12T18:12:12+00:00" }, { "name": "laravel/sanctum",