This commit is contained in:
ct
2025-06-13 09:44:18 +08:00
parent 8d6e86ebb3
commit 2fd4d42aec
54 changed files with 9917 additions and 184 deletions

208
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": "df8a990ceab229698a516f5c9ce18d1a",
"content-hash": "0eb9aa0064d3f45310f7c703ca9cf519",
"packages": [
{
"name": "artesaos/seotools",
@@ -803,6 +803,76 @@
],
"time": "2023-10-12T05:21:21+00:00"
},
{
"name": "graham-campbell/manager",
"version": "v5.2.0",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Laravel-Manager.git",
"reference": "b6a4172a32b931fe20c5c242251c8c98b2c79e41"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GrahamCampbell/Laravel-Manager/zipball/b6a4172a32b931fe20c5c242251c8c98b2c79e41",
"reference": "b6a4172a32b931fe20c5c242251c8c98b2c79e41",
"shasum": ""
},
"require": {
"illuminate/contracts": "^8.75 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
"illuminate/support": "^8.75 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
"php": "^7.4.15 || ^8.0.2"
},
"require-dev": {
"graham-campbell/analyzer": "^4.2.1 || ^5.0.0",
"graham-campbell/testbench-core": "^4.2.1",
"mockery/mockery": "^1.6.12",
"phpunit/phpunit": "^9.6.22 || ^10.5.45 || ^11.5.10"
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\Manager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "Manager Provides Some Manager Functionality For Laravel",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Laravel Manager",
"Laravel-Manager",
"connector",
"framework",
"interface",
"laravel",
"manager"
],
"support": {
"issues": "https://github.com/GrahamCampbell/Laravel-Manager/issues",
"source": "https://github.com/GrahamCampbell/Laravel-Manager/tree/v5.2.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/manager",
"type": "tidelift"
}
],
"time": "2025-03-02T20:18:37+00:00"
},
{
"name": "graham-campbell/result-type",
"version": "v1.1.3",
@@ -1276,6 +1346,75 @@
],
"time": "2025-02-03T10:55:03+00:00"
},
{
"name": "hashids/hashids",
"version": "5.0.2",
"source": {
"type": "git",
"url": "https://github.com/vinkla/hashids.git",
"reference": "197171016b77ddf14e259e186559152eb3f8cf33"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vinkla/hashids/zipball/197171016b77ddf14e259e186559152eb3f8cf33",
"reference": "197171016b77ddf14e259e186559152eb3f8cf33",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^8.1"
},
"require-dev": {
"phpunit/phpunit": "^10.0"
},
"suggest": {
"ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).",
"ext-gmp": "Required to use GNU multiple precision mathematics (*)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
"Hashids\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ivan Akimov",
"email": "ivan@barreleye.com"
},
{
"name": "Vincent Klaiber",
"email": "hello@doubledip.se"
}
],
"description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers",
"homepage": "https://hashids.org/php",
"keywords": [
"bitly",
"decode",
"encode",
"hash",
"hashid",
"hashids",
"ids",
"obfuscate",
"youtube"
],
"support": {
"issues": "https://github.com/vinkla/hashids/issues",
"source": "https://github.com/vinkla/hashids/tree/5.0.2"
},
"time": "2023-02-23T15:00:54+00:00"
},
{
"name": "inertiajs/inertia-laravel",
"version": "v2.0.2",
@@ -6251,6 +6390,73 @@
},
"time": "2024-12-21T16:25:41+00:00"
},
{
"name": "vinkla/hashids",
"version": "13.0.0",
"source": {
"type": "git",
"url": "https://github.com/vinkla/laravel-hashids.git",
"reference": "f59ebf0d223b4986c4bdc76e6e694bf6056f8a0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vinkla/laravel-hashids/zipball/f59ebf0d223b4986c4bdc76e6e694bf6056f8a0a",
"reference": "f59ebf0d223b4986c4bdc76e6e694bf6056f8a0a",
"shasum": ""
},
"require": {
"graham-campbell/manager": "^5.2",
"hashids/hashids": "^5.0",
"illuminate/contracts": "^12.0",
"illuminate/support": "^12.0",
"php": "^8.2"
},
"require-dev": {
"graham-campbell/analyzer": "^5.0",
"graham-campbell/testbench": "^6.1",
"mockery/mockery": "^1.6.6",
"phpunit/phpunit": "^11.5"
},
"type": "library",
"extra": {
"laravel": {
"aliases": {
"Hashids": "Vinkla\\Hashids\\Facades\\Hashids"
},
"providers": [
"Vinkla\\Hashids\\HashidsServiceProvider"
]
},
"branch-alias": {
"dev-master": "12.0-dev"
}
},
"autoload": {
"psr-4": {
"Vinkla\\Hashids\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Vincent Klaiber",
"homepage": "https://github.com/vinkla"
}
],
"description": "A Hashids bridge for Laravel",
"keywords": [
"hashids",
"laravel"
],
"support": {
"issues": "https://github.com/vinkla/laravel-hashids/issues",
"source": "https://github.com/vinkla/laravel-hashids/tree/13.0.0"
},
"time": "2025-03-02T21:39:35+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v5.6.1",