From 73b62e937e464d564863b9bfa63a74199bf67d71 Mon Sep 17 00:00:00 2001 From: zynfly Date: Tue, 27 Aug 2024 10:01:04 +0800 Subject: [PATCH] [Update]Move faker from dev to prod --- management-panel/composer.json | 4 +- management-panel/composer.lock | 220 ++++++++++++++++----------------- 2 files changed, 112 insertions(+), 112 deletions(-) diff --git a/management-panel/composer.json b/management-panel/composer.json index 938c229..98f0bbc 100644 --- a/management-panel/composer.json +++ b/management-panel/composer.json @@ -9,10 +9,10 @@ "filament/filament": "^3.2", "laravel/framework": "^11.9", "laravel/octane": "^2.5", - "laravel/tinker": "^2.9" + "laravel/tinker": "^2.9", + "fakerphp/faker": "^1.23" }, "require-dev": { - "fakerphp/faker": "^1.23", "laravel/pint": "^1.13", "laravel/sail": "^1.26", "mockery/mockery": "^1.6", diff --git a/management-panel/composer.lock b/management-panel/composer.lock index 746487b..256feb6 100644 --- a/management-panel/composer.lock +++ b/management-panel/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": "266ad49de8434997cc268087f61e8162", + "content-hash": "21d59535b452db0f9045adb51f6759df", "packages": [ { "name": "anourvalar/eloquent-serialize", @@ -983,17 +983,80 @@ "time": "2023-10-06T06:47:41+00:00" }, { - "name": "filament/actions", - "version": "v3.2.106", + "name": "fakerphp/faker", + "version": "v1.23.1", "source": { "type": "git", - "url": "https://github.com/filamentphp/actions.git", - "reference": "1ce746a4a75975f1844c175201f1f03443c48c95" + "url": "https://github.com/FakerPHP/Faker.git", + "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/actions/zipball/1ce746a4a75975f1844c175201f1f03443c48c95", - "reference": "1ce746a4a75975f1844c175201f1f03443c48c95", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b", + "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0", + "psr/container": "^1.0 || ^2.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "conflict": { + "fzaninotto/faker": "*" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "doctrine/persistence": "^1.3 || ^2.0", + "ext-intl": "*", + "phpunit/phpunit": "^9.5.26", + "symfony/phpunit-bridge": "^5.4.16" + }, + "suggest": { + "doctrine/orm": "Required to use Faker\\ORM\\Doctrine", + "ext-curl": "Required by Faker\\Provider\\Image to download images.", + "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", + "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", + "ext-mbstring": "Required for multibyte Unicode string functionality." + }, + "type": "library", + "autoload": { + "psr-4": { + "Faker\\": "src/Faker/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "François Zaninotto" + } + ], + "description": "Faker is a PHP library that generates fake data for you.", + "keywords": [ + "data", + "faker", + "fixtures" + ], + "support": { + "issues": "https://github.com/FakerPHP/Faker/issues", + "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1" + }, + "time": "2024-01-02T13:46:09+00:00" + }, + { + "name": "filament/actions", + "version": "v3.2.108", + "source": { + "type": "git", + "url": "https://github.com/filamentphp/actions.git", + "reference": "5d6e4fe444f1ef04d373518248a445bbcc3ca272" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/filamentphp/actions/zipball/5d6e4fe444f1ef04d373518248a445bbcc3ca272", + "reference": "5d6e4fe444f1ef04d373518248a445bbcc3ca272", "shasum": "" }, "require": { @@ -1033,20 +1096,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-08-14T16:52:38+00:00" + "time": "2024-08-26T07:22:35+00:00" }, { "name": "filament/filament", - "version": "v3.2.106", + "version": "v3.2.108", "source": { "type": "git", "url": "https://github.com/filamentphp/panels.git", - "reference": "2675472f2bdd4e765a1f3e533231bda7750a2881" + "reference": "b92c78466835dd4bc3d53d7b6584cf4cbde900a8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/panels/zipball/2675472f2bdd4e765a1f3e533231bda7750a2881", - "reference": "2675472f2bdd4e765a1f3e533231bda7750a2881", + "url": "https://api.github.com/repos/filamentphp/panels/zipball/b92c78466835dd4bc3d53d7b6584cf4cbde900a8", + "reference": "b92c78466835dd4bc3d53d7b6584cf4cbde900a8", "shasum": "" }, "require": { @@ -1098,20 +1161,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-08-20T08:32:50+00:00" + "time": "2024-08-26T07:22:42+00:00" }, { "name": "filament/forms", - "version": "v3.2.106", + "version": "v3.2.108", "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "23b1c5d35e3181d5c43d92be0005d0b320a2a96e" + "reference": "b4260f42900f238f3eae5de20e077f2c114e470f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/23b1c5d35e3181d5c43d92be0005d0b320a2a96e", - "reference": "23b1c5d35e3181d5c43d92be0005d0b320a2a96e", + "url": "https://api.github.com/repos/filamentphp/forms/zipball/b4260f42900f238f3eae5de20e077f2c114e470f", + "reference": "b4260f42900f238f3eae5de20e077f2c114e470f", "shasum": "" }, "require": { @@ -1154,11 +1217,11 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-08-20T08:32:33+00:00" + "time": "2024-08-26T07:22:33+00:00" }, { "name": "filament/infolists", - "version": "v3.2.106", + "version": "v3.2.108", "source": { "type": "git", "url": "https://github.com/filamentphp/infolists.git", @@ -1209,7 +1272,7 @@ }, { "name": "filament/notifications", - "version": "v3.2.106", + "version": "v3.2.108", "source": { "type": "git", "url": "https://github.com/filamentphp/notifications.git", @@ -1261,16 +1324,16 @@ }, { "name": "filament/support", - "version": "v3.2.106", + "version": "v3.2.108", "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", - "reference": "7cded440dee149f86f5d157164bc57e4e18f6842" + "reference": "78e25428c754fcbb30c321d5dda439c760de9837" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/support/zipball/7cded440dee149f86f5d157164bc57e4e18f6842", - "reference": "7cded440dee149f86f5d157164bc57e4e18f6842", + "url": "https://api.github.com/repos/filamentphp/support/zipball/78e25428c754fcbb30c321d5dda439c760de9837", + "reference": "78e25428c754fcbb30c321d5dda439c760de9837", "shasum": "" }, "require": { @@ -1316,20 +1379,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-08-21T06:07:30+00:00" + "time": "2024-08-26T07:22:57+00:00" }, { "name": "filament/tables", - "version": "v3.2.106", + "version": "v3.2.108", "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "1d256833bfc5fc67276c1f0fb44e364dfb0f4ef1" + "reference": "a89a60c1548ba9fb882a64a4308e77c6a4ba2802" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/1d256833bfc5fc67276c1f0fb44e364dfb0f4ef1", - "reference": "1d256833bfc5fc67276c1f0fb44e364dfb0f4ef1", + "url": "https://api.github.com/repos/filamentphp/tables/zipball/a89a60c1548ba9fb882a64a4308e77c6a4ba2802", + "reference": "a89a60c1548ba9fb882a64a4308e77c6a4ba2802", "shasum": "" }, "require": { @@ -1368,11 +1431,11 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-08-21T06:07:26+00:00" + "time": "2024-08-26T07:22:59+00:00" }, { "name": "filament/widgets", - "version": "v3.2.106", + "version": "v3.2.108", "source": { "type": "git", "url": "https://github.com/filamentphp/widgets.git", @@ -7874,69 +7937,6 @@ ], "time": "2024-02-20T07:24:02+00:00" }, - { - "name": "fakerphp/faker", - "version": "v1.23.1", - "source": { - "type": "git", - "url": "https://github.com/FakerPHP/Faker.git", - "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/bfb4fe148adbf78eff521199619b93a52ae3554b", - "reference": "bfb4fe148adbf78eff521199619b93a52ae3554b", - "shasum": "" - }, - "require": { - "php": "^7.4 || ^8.0", - "psr/container": "^1.0 || ^2.0", - "symfony/deprecation-contracts": "^2.2 || ^3.0" - }, - "conflict": { - "fzaninotto/faker": "*" - }, - "require-dev": { - "bamarni/composer-bin-plugin": "^1.4.1", - "doctrine/persistence": "^1.3 || ^2.0", - "ext-intl": "*", - "phpunit/phpunit": "^9.5.26", - "symfony/phpunit-bridge": "^5.4.16" - }, - "suggest": { - "doctrine/orm": "Required to use Faker\\ORM\\Doctrine", - "ext-curl": "Required by Faker\\Provider\\Image to download images.", - "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", - "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", - "ext-mbstring": "Required for multibyte Unicode string functionality." - }, - "type": "library", - "autoload": { - "psr-4": { - "Faker\\": "src/Faker/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "François Zaninotto" - } - ], - "description": "Faker is a PHP library that generates fake data for you.", - "keywords": [ - "data", - "faker", - "fixtures" - ], - "support": { - "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.23.1" - }, - "time": "2024-01-02T13:46:09+00:00" - }, { "name": "fidry/cpu-core-counter", "version": "1.1.0", @@ -9213,32 +9213,32 @@ }, { "name": "phpunit/php-code-coverage", - "version": "10.1.15", + "version": "10.1.16", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae" + "reference": "7e308268858ed6baedc8704a304727d20bc07c77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae", - "reference": "5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77", + "reference": "7e308268858ed6baedc8704a304727d20bc07c77", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.18 || ^5.0", + "nikic/php-parser": "^4.19.1 || ^5.1.0", "php": ">=8.1", - "phpunit/php-file-iterator": "^4.0", - "phpunit/php-text-template": "^3.0", - "sebastian/code-unit-reverse-lookup": "^3.0", - "sebastian/complexity": "^3.0", - "sebastian/environment": "^6.0", - "sebastian/lines-of-code": "^2.0", - "sebastian/version": "^4.0", - "theseer/tokenizer": "^1.2.0" + "phpunit/php-file-iterator": "^4.1.0", + "phpunit/php-text-template": "^3.0.1", + "sebastian/code-unit-reverse-lookup": "^3.0.0", + "sebastian/complexity": "^3.2.0", + "sebastian/environment": "^6.1.0", + "sebastian/lines-of-code": "^2.0.2", + "sebastian/version": "^4.0.1", + "theseer/tokenizer": "^1.2.3" }, "require-dev": { "phpunit/phpunit": "^10.1" @@ -9250,7 +9250,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.1-dev" + "dev-main": "10.1.x-dev" } }, "autoload": { @@ -9279,7 +9279,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.15" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16" }, "funding": [ { @@ -9287,7 +9287,7 @@ "type": "github" } ], - "time": "2024-06-29T08:25:15+00:00" + "time": "2024-08-22T04:31:57+00:00" }, { "name": "phpunit/php-file-iterator",