Merge pull request #6360 from firefly-iii/dependabot/composer/develop/laravel/sanctum-3.0.1

Bump laravel/sanctum from 2.15.1 to 3.0.1
This commit is contained in:
James Cole 2022-08-22 09:05:32 +02:00 committed by GitHub
commit 27d6e70469
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View File

@ -90,7 +90,7 @@
"jc5/recovery": "^2",
"laravel/framework": "^9",
"laravel/passport": "10.*",
"laravel/sanctum": "^2.14",
"laravel/sanctum": "^3.0",
"laravel/ui": "^4.0",
"laravelcollective/html": "6.*",
"league/commonmark": "2.*",

28
composer.lock generated
View File

@ -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": "1acbce75f489fc855903980ad965f679",
"content-hash": "d8ffb75cb08ed3955b50dca606ac4689",
"packages": [
{
"name": "bacon/bacon-qr-code",
@ -2104,35 +2104,35 @@
},
{
"name": "laravel/sanctum",
"version": "v2.15.1",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/sanctum.git",
"reference": "31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473"
"reference": "b71e80a3a8e8029e2ec8c1aa814b999609ce16dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473",
"reference": "31fbe6f85aee080c4dc2f9b03dc6dd5d0ee72473",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/b71e80a3a8e8029e2ec8c1aa814b999609ce16dc",
"reference": "b71e80a3a8e8029e2ec8c1aa814b999609ce16dc",
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/console": "^6.9|^7.0|^8.0|^9.0",
"illuminate/contracts": "^6.9|^7.0|^8.0|^9.0",
"illuminate/database": "^6.9|^7.0|^8.0|^9.0",
"illuminate/support": "^6.9|^7.0|^8.0|^9.0",
"php": "^7.2|^8.0"
"illuminate/console": "^9.21",
"illuminate/contracts": "^9.21",
"illuminate/database": "^9.21",
"illuminate/support": "^9.21",
"php": "^8.0.2"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"phpunit/phpunit": "^8.0|^9.3"
"orchestra/testbench": "^7.0",
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
"dev-master": "3.x-dev"
},
"laravel": {
"providers": [
@ -2165,7 +2165,7 @@
"issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum"
},
"time": "2022-04-08T13:39:49+00:00"
"time": "2022-07-29T21:33:30+00:00"
},
{
"name": "laravel/serializable-closure",