Compare commits

...

1 Commits

Author SHA1 Message Date
renovate[bot]
d8ce6953e0
Update dependency laravel/sanctum to v3.3.2 2023-11-08 08:18:37 +00:00

25
composer.lock generated
View File

@ -2487,23 +2487,17 @@
}, },
{ {
"name": "laravel/sanctum", "name": "laravel/sanctum",
"version": "v3.2.0", "version": "v3.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/sanctum.git", "url": "https://github.com/laravel/sanctum.git",
"reference": "bf5cb6c256d19a108bdfaca121b2594da063fbd5" "reference": "e1a272893bec13cf135627f7e156030b3afe1e60"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/sanctum/zipball/bf5cb6c256d19a108bdfaca121b2594da063fbd5", "url": "https://api.github.com/repos/laravel/sanctum/zipball/e1a272893bec13cf135627f7e156030b3afe1e60",
"reference": "bf5cb6c256d19a108bdfaca121b2594da063fbd5", "reference": "e1a272893bec13cf135627f7e156030b3afe1e60",
"shasum": "", "shasum": ""
"mirrors": [
{
"url": "https://mirrors.aliyun.com/composer/dists/%package%/%reference%.%type%",
"preferred": true
}
]
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
@ -2515,8 +2509,9 @@
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"orchestra/testbench": "^7.0|^8.0", "orchestra/testbench": "^7.28.2|^8.8.3",
"phpunit/phpunit": "^9.3" "phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -2554,7 +2549,7 @@
"issues": "https://github.com/laravel/sanctum/issues", "issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum" "source": "https://github.com/laravel/sanctum"
}, },
"time": "2023-01-06T15:43:53+00:00" "time": "2023-11-03T13:42:14+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@ -12814,5 +12809,5 @@
"ext-zip": "^1.19" "ext-zip": "^1.19"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.3.0" "plugin-api-version": "2.6.0"
} }