更新:说明
@ -1,3 +1,5 @@
|
||||
> 🔥 由于上游技术栈放弃维护等相关原因,本项目已经进入长期维护阶段。后续可无缝迁移至重构版,重构版发布日期未定,预计2024年初。
|
||||
|
||||
<p align="center">
|
||||
<img src="https://lab.celaraze.com:9999/chemex/chemex.png" width="120"/>
|
||||
</p>
|
||||
@ -62,6 +64,10 @@ Gitee `https://gitee.com/celaraze/chemex`
|
||||
|
||||
请随时牢记,这是一个开源项目,作者有自己的生活、自己的工作,QQ群建立的目的是提供一个场所供用户们互相交流,作者不会提供1对1的服务。
|
||||
|
||||
## 漏洞上报
|
||||
|
||||
请直接邮件作者,勿在 ISSUE 中提交与安全相关的问题以免被恶意利用。
|
||||
|
||||
最好的反馈方式是在本代码仓库中提交 Issue,我们在空余时间检查并解决。
|
||||
|
||||
## 截图
|
||||
|
10
vendor/bin/yaml-lint
vendored
Normal file → Executable file
@ -108,12 +108,10 @@ if (PHP_VERSION_ID < 80000) {
|
||||
}
|
||||
}
|
||||
|
||||
if (
|
||||
(function_exists('stream_get_wrappers') && in_array('phpvfscomposer', stream_get_wrappers(), true))
|
||||
|| (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper'))
|
||||
) {
|
||||
return include("phpvfscomposer://" . __DIR__ . '/..'.'/symfony/yaml/Resources/bin/yaml-lint');
|
||||
if (function_exists('stream_wrapper_register') && stream_wrapper_register('phpvfscomposer', 'Composer\BinProxyWrapper')) {
|
||||
include("phpvfscomposer://" . __DIR__ . '/..'.'/symfony/yaml/Resources/bin/yaml-lint');
|
||||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
return include __DIR__ . '/..'.'/symfony/yaml/Resources/bin/yaml-lint';
|
||||
include __DIR__ . '/..'.'/symfony/yaml/Resources/bin/yaml-lint';
|
||||
|
0
vendor/bin/yaml-lint.bat
vendored
Normal file → Executable file
6
vendor/composer/autoload_classmap.php
vendored
@ -3804,7 +3804,7 @@ return array(
|
||||
'Laravel\\Prompts\\Concerns\\FakesInputOutput' => $vendorDir . '/laravel/prompts/src/Concerns/FakesInputOutput.php',
|
||||
'Laravel\\Prompts\\Concerns\\Fallback' => $vendorDir . '/laravel/prompts/src/Concerns/Fallback.php',
|
||||
'Laravel\\Prompts\\Concerns\\Interactivity' => $vendorDir . '/laravel/prompts/src/Concerns/Interactivity.php',
|
||||
'Laravel\\Prompts\\Concerns\\ReducesScrollingToFitTerminal' => $vendorDir . '/laravel/prompts/src/Concerns/ReducesScrollingToFitTerminal.php',
|
||||
'Laravel\\Prompts\\Concerns\\Scrolling' => $vendorDir . '/laravel/prompts/src/Concerns/Scrolling.php',
|
||||
'Laravel\\Prompts\\Concerns\\Termwind' => $vendorDir . '/laravel/prompts/src/Concerns/Termwind.php',
|
||||
'Laravel\\Prompts\\Concerns\\Themes' => $vendorDir . '/laravel/prompts/src/Concerns/Themes.php',
|
||||
'Laravel\\Prompts\\Concerns\\Truncation' => $vendorDir . '/laravel/prompts/src/Concerns/Truncation.php',
|
||||
@ -4424,6 +4424,7 @@ return array(
|
||||
'Mockery\\VerificationDirector' => $vendorDir . '/mockery/mockery/library/Mockery/VerificationDirector.php',
|
||||
'Mockery\\VerificationExpectation' => $vendorDir . '/mockery/mockery/library/Mockery/VerificationExpectation.php',
|
||||
'Monolog\\Attribute\\AsMonologProcessor' => $vendorDir . '/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php',
|
||||
'Monolog\\Attribute\\WithMonologChannel' => $vendorDir . '/monolog/monolog/src/Monolog/Attribute/WithMonologChannel.php',
|
||||
'Monolog\\DateTimeImmutable' => $vendorDir . '/monolog/monolog/src/Monolog/DateTimeImmutable.php',
|
||||
'Monolog\\ErrorHandler' => $vendorDir . '/monolog/monolog/src/Monolog/ErrorHandler.php',
|
||||
'Monolog\\Formatter\\ChromePHPFormatter' => $vendorDir . '/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php',
|
||||
@ -4588,6 +4589,7 @@ return array(
|
||||
'Nette\\Utils\\Html' => $vendorDir . '/nette/utils/src/Utils/Html.php',
|
||||
'Nette\\Utils\\IHtmlString' => $vendorDir . '/nette/utils/src/compatibility.php',
|
||||
'Nette\\Utils\\Image' => $vendorDir . '/nette/utils/src/Utils/Image.php',
|
||||
'Nette\\Utils\\ImageColor' => $vendorDir . '/nette/utils/src/Utils/ImageColor.php',
|
||||
'Nette\\Utils\\ImageException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php',
|
||||
'Nette\\Utils\\ImageType' => $vendorDir . '/nette/utils/src/Utils/ImageType.php',
|
||||
'Nette\\Utils\\Json' => $vendorDir . '/nette/utils/src/Utils/Json.php',
|
||||
@ -4596,6 +4598,7 @@ return array(
|
||||
'Nette\\Utils\\Paginator' => $vendorDir . '/nette/utils/src/Utils/Paginator.php',
|
||||
'Nette\\Utils\\Random' => $vendorDir . '/nette/utils/src/Utils/Random.php',
|
||||
'Nette\\Utils\\Reflection' => $vendorDir . '/nette/utils/src/Utils/Reflection.php',
|
||||
'Nette\\Utils\\ReflectionMethod' => $vendorDir . '/nette/utils/src/Utils/ReflectionMethod.php',
|
||||
'Nette\\Utils\\RegexpException' => $vendorDir . '/nette/utils/src/Utils/exceptions.php',
|
||||
'Nette\\Utils\\Strings' => $vendorDir . '/nette/utils/src/Utils/Strings.php',
|
||||
'Nette\\Utils\\Type' => $vendorDir . '/nette/utils/src/Utils/Type.php',
|
||||
@ -5196,6 +5199,7 @@ return array(
|
||||
'PHPUnit\\Framework\\MockObject\\MockObject' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObject.php',
|
||||
'PHPUnit\\Framework\\MockObject\\MockObjectApi' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php',
|
||||
'PHPUnit\\Framework\\MockObject\\MockObjectInternal' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php',
|
||||
'PHPUnit\\Framework\\MockObject\\NeverReturningMethodException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php',
|
||||
'PHPUnit\\Framework\\MockObject\\ProxiedCloneMethod' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php',
|
||||
'PHPUnit\\Framework\\MockObject\\ReflectionException' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php',
|
||||
'PHPUnit\\Framework\\MockObject\\ReturnValueGenerator' => $vendorDir . '/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php',
|
||||
|
4
vendor/composer/autoload_files.php
vendored
@ -25,9 +25,9 @@ return array(
|
||||
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
|
||||
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
|
||||
'35a6ad97d21e794e7e22a17d806652e4' => $vendorDir . '/nunomaduro/termwind/src/Functions.php',
|
||||
'47e1160838b5e5a10346ac4084b58c23' => $vendorDir . '/laravel/prompts/src/helpers.php',
|
||||
'e39a8b23c42d4e1452234d762b03835a' => $vendorDir . '/ramsey/uuid/src/functions.php',
|
||||
'3bd81c9b8fcc150b69d8b63b4d2ccf23' => $vendorDir . '/spatie/flare-client-php/src/helpers.php',
|
||||
'47e1160838b5e5a10346ac4084b58c23' => $vendorDir . '/laravel/prompts/src/helpers.php',
|
||||
'265b4faa2b3a9766332744949e83bf97' => $vendorDir . '/laravel/framework/src/Illuminate/Collections/helpers.php',
|
||||
'c7a3c339e7e14b60e06a2d7fcce9476b' => $vendorDir . '/laravel/framework/src/Illuminate/Events/functions.php',
|
||||
'f0906e6318348a765ffb6eb24e0d0938' => $vendorDir . '/laravel/framework/src/Illuminate/Foundation/helpers.php',
|
||||
@ -39,8 +39,8 @@ return array(
|
||||
'dc1275c308c5b416beb314b6317daca2' => $vendorDir . '/overtrue/pinyin/src/const.php',
|
||||
'320163ac6b93aebe3dc25b60a0533d56' => $vendorDir . '/spatie/laravel-ignition/src/helpers.php',
|
||||
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
|
||||
'044fc72df35e84c745ee0d4120dc15d2' => $vendorDir . '/dcat/laravel-admin/src/Support/helpers.php',
|
||||
'b670c7ffff63265cc064eb6fd1051ae1' => $vendorDir . '/mosiboom/dcat-iframe-tab/src/helpers.php',
|
||||
'a1cfe24d14977df6878b9bf804af2d1c' => $vendorDir . '/nunomaduro/collision/src/Adapters/Phpunit/Autoload.php',
|
||||
'cda2d2f579338909929d3104d0afc501' => $vendorDir . '/overtrue/laravel-pinyin/src/helpers.php',
|
||||
'044fc72df35e84c745ee0d4120dc15d2' => $vendorDir . '/dcat/laravel-admin/src/Support/helpers.php',
|
||||
);
|
||||
|
10
vendor/composer/autoload_static.php
vendored
@ -26,9 +26,9 @@ class ComposerStaticInitab540f0684551bbb4b79f360b913ca88
|
||||
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
||||
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
||||
'35a6ad97d21e794e7e22a17d806652e4' => __DIR__ . '/..' . '/nunomaduro/termwind/src/Functions.php',
|
||||
'47e1160838b5e5a10346ac4084b58c23' => __DIR__ . '/..' . '/laravel/prompts/src/helpers.php',
|
||||
'e39a8b23c42d4e1452234d762b03835a' => __DIR__ . '/..' . '/ramsey/uuid/src/functions.php',
|
||||
'3bd81c9b8fcc150b69d8b63b4d2ccf23' => __DIR__ . '/..' . '/spatie/flare-client-php/src/helpers.php',
|
||||
'47e1160838b5e5a10346ac4084b58c23' => __DIR__ . '/..' . '/laravel/prompts/src/helpers.php',
|
||||
'265b4faa2b3a9766332744949e83bf97' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Collections/helpers.php',
|
||||
'c7a3c339e7e14b60e06a2d7fcce9476b' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Events/functions.php',
|
||||
'f0906e6318348a765ffb6eb24e0d0938' => __DIR__ . '/..' . '/laravel/framework/src/Illuminate/Foundation/helpers.php',
|
||||
@ -40,10 +40,10 @@ class ComposerStaticInitab540f0684551bbb4b79f360b913ca88
|
||||
'dc1275c308c5b416beb314b6317daca2' => __DIR__ . '/..' . '/overtrue/pinyin/src/const.php',
|
||||
'320163ac6b93aebe3dc25b60a0533d56' => __DIR__ . '/..' . '/spatie/laravel-ignition/src/helpers.php',
|
||||
'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
|
||||
'044fc72df35e84c745ee0d4120dc15d2' => __DIR__ . '/..' . '/dcat/laravel-admin/src/Support/helpers.php',
|
||||
'b670c7ffff63265cc064eb6fd1051ae1' => __DIR__ . '/..' . '/mosiboom/dcat-iframe-tab/src/helpers.php',
|
||||
'a1cfe24d14977df6878b9bf804af2d1c' => __DIR__ . '/..' . '/nunomaduro/collision/src/Adapters/Phpunit/Autoload.php',
|
||||
'cda2d2f579338909929d3104d0afc501' => __DIR__ . '/..' . '/overtrue/laravel-pinyin/src/helpers.php',
|
||||
'044fc72df35e84c745ee0d4120dc15d2' => __DIR__ . '/..' . '/dcat/laravel-admin/src/Support/helpers.php',
|
||||
);
|
||||
|
||||
public static $prefixLengthsPsr4 = array (
|
||||
@ -4463,7 +4463,7 @@ class ComposerStaticInitab540f0684551bbb4b79f360b913ca88
|
||||
'Laravel\\Prompts\\Concerns\\FakesInputOutput' => __DIR__ . '/..' . '/laravel/prompts/src/Concerns/FakesInputOutput.php',
|
||||
'Laravel\\Prompts\\Concerns\\Fallback' => __DIR__ . '/..' . '/laravel/prompts/src/Concerns/Fallback.php',
|
||||
'Laravel\\Prompts\\Concerns\\Interactivity' => __DIR__ . '/..' . '/laravel/prompts/src/Concerns/Interactivity.php',
|
||||
'Laravel\\Prompts\\Concerns\\ReducesScrollingToFitTerminal' => __DIR__ . '/..' . '/laravel/prompts/src/Concerns/ReducesScrollingToFitTerminal.php',
|
||||
'Laravel\\Prompts\\Concerns\\Scrolling' => __DIR__ . '/..' . '/laravel/prompts/src/Concerns/Scrolling.php',
|
||||
'Laravel\\Prompts\\Concerns\\Termwind' => __DIR__ . '/..' . '/laravel/prompts/src/Concerns/Termwind.php',
|
||||
'Laravel\\Prompts\\Concerns\\Themes' => __DIR__ . '/..' . '/laravel/prompts/src/Concerns/Themes.php',
|
||||
'Laravel\\Prompts\\Concerns\\Truncation' => __DIR__ . '/..' . '/laravel/prompts/src/Concerns/Truncation.php',
|
||||
@ -5083,6 +5083,7 @@ class ComposerStaticInitab540f0684551bbb4b79f360b913ca88
|
||||
'Mockery\\VerificationDirector' => __DIR__ . '/..' . '/mockery/mockery/library/Mockery/VerificationDirector.php',
|
||||
'Mockery\\VerificationExpectation' => __DIR__ . '/..' . '/mockery/mockery/library/Mockery/VerificationExpectation.php',
|
||||
'Monolog\\Attribute\\AsMonologProcessor' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Attribute/AsMonologProcessor.php',
|
||||
'Monolog\\Attribute\\WithMonologChannel' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Attribute/WithMonologChannel.php',
|
||||
'Monolog\\DateTimeImmutable' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/DateTimeImmutable.php',
|
||||
'Monolog\\ErrorHandler' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/ErrorHandler.php',
|
||||
'Monolog\\Formatter\\ChromePHPFormatter' => __DIR__ . '/..' . '/monolog/monolog/src/Monolog/Formatter/ChromePHPFormatter.php',
|
||||
@ -5247,6 +5248,7 @@ class ComposerStaticInitab540f0684551bbb4b79f360b913ca88
|
||||
'Nette\\Utils\\Html' => __DIR__ . '/..' . '/nette/utils/src/Utils/Html.php',
|
||||
'Nette\\Utils\\IHtmlString' => __DIR__ . '/..' . '/nette/utils/src/compatibility.php',
|
||||
'Nette\\Utils\\Image' => __DIR__ . '/..' . '/nette/utils/src/Utils/Image.php',
|
||||
'Nette\\Utils\\ImageColor' => __DIR__ . '/..' . '/nette/utils/src/Utils/ImageColor.php',
|
||||
'Nette\\Utils\\ImageException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php',
|
||||
'Nette\\Utils\\ImageType' => __DIR__ . '/..' . '/nette/utils/src/Utils/ImageType.php',
|
||||
'Nette\\Utils\\Json' => __DIR__ . '/..' . '/nette/utils/src/Utils/Json.php',
|
||||
@ -5255,6 +5257,7 @@ class ComposerStaticInitab540f0684551bbb4b79f360b913ca88
|
||||
'Nette\\Utils\\Paginator' => __DIR__ . '/..' . '/nette/utils/src/Utils/Paginator.php',
|
||||
'Nette\\Utils\\Random' => __DIR__ . '/..' . '/nette/utils/src/Utils/Random.php',
|
||||
'Nette\\Utils\\Reflection' => __DIR__ . '/..' . '/nette/utils/src/Utils/Reflection.php',
|
||||
'Nette\\Utils\\ReflectionMethod' => __DIR__ . '/..' . '/nette/utils/src/Utils/ReflectionMethod.php',
|
||||
'Nette\\Utils\\RegexpException' => __DIR__ . '/..' . '/nette/utils/src/Utils/exceptions.php',
|
||||
'Nette\\Utils\\Strings' => __DIR__ . '/..' . '/nette/utils/src/Utils/Strings.php',
|
||||
'Nette\\Utils\\Type' => __DIR__ . '/..' . '/nette/utils/src/Utils/Type.php',
|
||||
@ -5855,6 +5858,7 @@ class ComposerStaticInitab540f0684551bbb4b79f360b913ca88
|
||||
'PHPUnit\\Framework\\MockObject\\MockObject' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObject.php',
|
||||
'PHPUnit\\Framework\\MockObject\\MockObjectApi' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/MockObjectApi.php',
|
||||
'PHPUnit\\Framework\\MockObject\\MockObjectInternal' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Interface/MockObjectInternal.php',
|
||||
'PHPUnit\\Framework\\MockObject\\NeverReturningMethodException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/NeverReturningMethodException.php',
|
||||
'PHPUnit\\Framework\\MockObject\\ProxiedCloneMethod' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/Api/ProxiedCloneMethod.php',
|
||||
'PHPUnit\\Framework\\MockObject\\ReflectionException' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Exception/ReflectionException.php',
|
||||
'PHPUnit\\Framework\\MockObject\\ReturnValueGenerator' => __DIR__ . '/..' . '/phpunit/phpunit/src/Framework/MockObject/Runtime/ReturnValueGenerator.php',
|
||||
|
154
vendor/composer/installed.json
vendored
@ -385,12 +385,12 @@
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jqhph/dcat-admin.git",
|
||||
"reference": "f8ef27cc4d6a79dc346f89d0efb925d4e28ee763"
|
||||
"reference": "fc93239542ef6715a2b554c48ae19f8d63cb1918"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/jqhph/dcat-admin/zipball/f8ef27cc4d6a79dc346f89d0efb925d4e28ee763",
|
||||
"reference": "f8ef27cc4d6a79dc346f89d0efb925d4e28ee763",
|
||||
"url": "https://api.github.com/repos/jqhph/dcat-admin/zipball/fc93239542ef6715a2b554c48ae19f8d63cb1918",
|
||||
"reference": "fc93239542ef6715a2b554c48ae19f8d63cb1918",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -406,7 +406,7 @@
|
||||
"phpstan/phpstan": "^0.12.0",
|
||||
"phpunit/phpunit": "^7.5|~9"
|
||||
},
|
||||
"time": "2023-02-15T08:59:42+00:00",
|
||||
"time": "2023-10-27T09:50:21+00:00",
|
||||
"default-branch": true,
|
||||
"type": "library",
|
||||
"extra": {
|
||||
@ -447,7 +447,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/jqhph/dcat-admin/issues",
|
||||
"source": "https://github.com/jqhph/dcat-admin/tree/2.2.3-beta"
|
||||
"source": "https://github.com/jqhph/dcat-admin/tree/2.0"
|
||||
},
|
||||
"install-path": "../dcat/laravel-admin"
|
||||
},
|
||||
@ -2109,17 +2109,17 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v10.28.0",
|
||||
"version_normalized": "10.28.0.0",
|
||||
"version": "v10.29.0",
|
||||
"version_normalized": "10.29.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "09137f50f715c1efc649788a26092dcb1ec4ab6e"
|
||||
"reference": "2d002849a16ad131110a50cbea4d64dbb78515a3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/09137f50f715c1efc649788a26092dcb1ec4ab6e",
|
||||
"reference": "09137f50f715c1efc649788a26092dcb1ec4ab6e",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/2d002849a16ad131110a50cbea4d64dbb78515a3",
|
||||
"reference": "2d002849a16ad131110a50cbea4d64dbb78515a3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2152,7 +2152,7 @@
|
||||
"symfony/console": "^6.2",
|
||||
"symfony/error-handler": "^6.2",
|
||||
"symfony/finder": "^6.2",
|
||||
"symfony/http-foundation": "^6.2",
|
||||
"symfony/http-foundation": "^6.3",
|
||||
"symfony/http-kernel": "^6.2",
|
||||
"symfony/mailer": "^6.2",
|
||||
"symfony/mime": "^6.2",
|
||||
@ -2219,13 +2219,15 @@
|
||||
"league/flysystem-read-only": "^3.3",
|
||||
"league/flysystem-sftp-v3": "^3.0",
|
||||
"mockery/mockery": "^1.5.1",
|
||||
"nyholm/psr7": "^1.2",
|
||||
"orchestra/testbench-core": "^8.12",
|
||||
"pda/pheanstalk": "^4.0",
|
||||
"phpstan/phpstan": "^1.4.7",
|
||||
"phpunit/phpunit": "^10.0.7",
|
||||
"predis/predis": "^2.0.2",
|
||||
"symfony/cache": "^6.2",
|
||||
"symfony/http-client": "^6.2.4"
|
||||
"symfony/http-client": "^6.2.4",
|
||||
"symfony/psr-http-message-bridge": "^2.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
|
||||
@ -2264,7 +2266,7 @@
|
||||
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.2).",
|
||||
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
|
||||
},
|
||||
"time": "2023-10-10T13:01:37+00:00",
|
||||
"time": "2023-10-24T13:48:53+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
@ -2312,24 +2314,24 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/prompts",
|
||||
"version": "v0.1.11",
|
||||
"version_normalized": "0.1.11.0",
|
||||
"version": "v0.1.12",
|
||||
"version_normalized": "0.1.12.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/prompts.git",
|
||||
"reference": "cce65a90e64712909ea1adc033e1d88de8455ffd"
|
||||
"reference": "b35f249028c22016e45e48626e19e5d42fd827ff"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/prompts/zipball/cce65a90e64712909ea1adc033e1d88de8455ffd",
|
||||
"reference": "cce65a90e64712909ea1adc033e1d88de8455ffd",
|
||||
"url": "https://api.github.com/repos/laravel/prompts/zipball/b35f249028c22016e45e48626e19e5d42fd827ff",
|
||||
"reference": "b35f249028c22016e45e48626e19e5d42fd827ff",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-mbstring": "*",
|
||||
"illuminate/collections": "^10.0|^11.0",
|
||||
"php": "^8.1",
|
||||
"symfony/console": "^6.2"
|
||||
"symfony/console": "^6.2|^7.0"
|
||||
},
|
||||
"conflict": {
|
||||
"illuminate/console": ">=10.17.0 <10.25.0",
|
||||
@ -2344,7 +2346,7 @@
|
||||
"suggest": {
|
||||
"ext-pcntl": "Required for the spinner to be animated."
|
||||
},
|
||||
"time": "2023-10-03T01:07:35+00:00",
|
||||
"time": "2023-10-18T14:18:57+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
@ -2366,7 +2368,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/laravel/prompts/issues",
|
||||
"source": "https://github.com/laravel/prompts/tree/v0.1.11"
|
||||
"source": "https://github.com/laravel/prompts/tree/v0.1.12"
|
||||
},
|
||||
"install-path": "../laravel/prompts"
|
||||
},
|
||||
@ -2441,17 +2443,17 @@
|
||||
},
|
||||
{
|
||||
"name": "laravel/serializable-closure",
|
||||
"version": "v1.3.1",
|
||||
"version_normalized": "1.3.1.0",
|
||||
"version": "v1.3.2",
|
||||
"version_normalized": "1.3.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/serializable-closure.git",
|
||||
"reference": "e5a3057a5591e1cfe8183034b0203921abe2c902"
|
||||
"reference": "076fe2cf128bd54b4341cdc6d49b95b34e101e4c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902",
|
||||
"reference": "e5a3057a5591e1cfe8183034b0203921abe2c902",
|
||||
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/076fe2cf128bd54b4341cdc6d49b95b34e101e4c",
|
||||
"reference": "076fe2cf128bd54b4341cdc6d49b95b34e101e4c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2463,7 +2465,7 @@
|
||||
"phpstan/phpstan": "^1.8.2",
|
||||
"symfony/var-dumper": "^5.4.11"
|
||||
},
|
||||
"time": "2023-07-14T13:56:28+00:00",
|
||||
"time": "2023-10-17T13:38:16+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
@ -3217,17 +3219,17 @@
|
||||
},
|
||||
{
|
||||
"name": "monolog/monolog",
|
||||
"version": "3.4.0",
|
||||
"version_normalized": "3.4.0.0",
|
||||
"version": "3.5.0",
|
||||
"version_normalized": "3.5.0.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Seldaek/monolog.git",
|
||||
"reference": "e2392369686d420ca32df3803de28b5d6f76867d"
|
||||
"reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/e2392369686d420ca32df3803de28b5d6f76867d",
|
||||
"reference": "e2392369686d420ca32df3803de28b5d6f76867d",
|
||||
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/c915e2634718dbc8a4a15c61b0e62e7a44e14448",
|
||||
"reference": "c915e2634718dbc8a4a15c61b0e62e7a44e14448",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -3272,7 +3274,7 @@
|
||||
"rollbar/rollbar": "Allow sending log messages to Rollbar",
|
||||
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
|
||||
},
|
||||
"time": "2023-06-21T08:46:11+00:00",
|
||||
"time": "2023-10-27T15:32:31+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
@ -3305,7 +3307,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/Seldaek/monolog/issues",
|
||||
"source": "https://github.com/Seldaek/monolog/tree/3.4.0"
|
||||
"source": "https://github.com/Seldaek/monolog/tree/3.5.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -3614,17 +3616,17 @@
|
||||
},
|
||||
{
|
||||
"name": "nette/utils",
|
||||
"version": "v4.0.2",
|
||||
"version_normalized": "4.0.2.0",
|
||||
"version": "v4.0.3",
|
||||
"version_normalized": "4.0.3.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nette/utils.git",
|
||||
"reference": "cead6637226456b35e1175cc53797dd585d85545"
|
||||
"reference": "a9d127dd6a203ce6d255b2e2db49759f7506e015"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nette/utils/zipball/cead6637226456b35e1175cc53797dd585d85545",
|
||||
"reference": "cead6637226456b35e1175cc53797dd585d85545",
|
||||
"url": "https://api.github.com/repos/nette/utils/zipball/a9d127dd6a203ce6d255b2e2db49759f7506e015",
|
||||
"reference": "a9d127dd6a203ce6d255b2e2db49759f7506e015",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -3648,7 +3650,7 @@
|
||||
"ext-mbstring": "to use Strings::lower() etc...",
|
||||
"ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
|
||||
},
|
||||
"time": "2023-09-19T11:58:07+00:00",
|
||||
"time": "2023-10-29T21:02:13+00:00",
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
@ -3697,7 +3699,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/nette/utils/issues",
|
||||
"source": "https://github.com/nette/utils/tree/v4.0.2"
|
||||
"source": "https://github.com/nette/utils/tree/v4.0.3"
|
||||
},
|
||||
"install-path": "../nette/utils"
|
||||
},
|
||||
@ -4990,17 +4992,17 @@
|
||||
},
|
||||
{
|
||||
"name": "phpunit/phpunit",
|
||||
"version": "10.4.1",
|
||||
"version_normalized": "10.4.1.0",
|
||||
"version": "10.4.2",
|
||||
"version_normalized": "10.4.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "62bd7af13d282deeb95650077d28ba3600ca321c"
|
||||
"reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/62bd7af13d282deeb95650077d28ba3600ca321c",
|
||||
"reference": "62bd7af13d282deeb95650077d28ba3600ca321c",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
|
||||
"reference": "cacd8b9dd224efa8eb28beb69004126c7ca1a1a1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -5034,7 +5036,7 @@
|
||||
"suggest": {
|
||||
"ext-soap": "To be able to generate mocks based on WSDL files"
|
||||
},
|
||||
"time": "2023-10-08T05:01:11+00:00",
|
||||
"time": "2023-10-26T07:21:45+00:00",
|
||||
"bin": [
|
||||
"phpunit"
|
||||
],
|
||||
@ -5074,7 +5076,7 @@
|
||||
"support": {
|
||||
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
||||
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.1"
|
||||
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.4.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -7915,17 +7917,17 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v6.3.6",
|
||||
"version_normalized": "6.3.6.0",
|
||||
"version": "v6.3.7",
|
||||
"version_normalized": "6.3.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "c186627f52febe09c6d5270b04f8462687a250a6"
|
||||
"reference": "59d1837d5d992d16c2628cd0d6b76acf8d69b33e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/c186627f52febe09c6d5270b04f8462687a250a6",
|
||||
"reference": "c186627f52febe09c6d5270b04f8462687a250a6",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/59d1837d5d992d16c2628cd0d6b76acf8d69b33e",
|
||||
"reference": "59d1837d5d992d16c2628cd0d6b76acf8d69b33e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -7947,7 +7949,7 @@
|
||||
"symfony/mime": "^5.4|^6.0",
|
||||
"symfony/rate-limiter": "^5.2|^6.0"
|
||||
},
|
||||
"time": "2023-10-17T11:32:53+00:00",
|
||||
"time": "2023-10-28T23:55:27+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
@ -7975,7 +7977,7 @@
|
||||
"description": "Defines an object-oriented layer for the HTTP specification",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.3.6"
|
||||
"source": "https://github.com/symfony/http-foundation/tree/v6.3.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -7995,17 +7997,17 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v6.3.6",
|
||||
"version_normalized": "6.3.6.0",
|
||||
"version": "v6.3.7",
|
||||
"version_normalized": "6.3.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "4945f5001b06ff9080cd3d8f1f9f069094c0d156"
|
||||
"reference": "6d4098095f93279d9536a0e9124439560cc764d0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/4945f5001b06ff9080cd3d8f1f9f069094c0d156",
|
||||
"reference": "4945f5001b06ff9080cd3d8f1f9f069094c0d156",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/6d4098095f93279d9536a0e9124439560cc764d0",
|
||||
"reference": "6d4098095f93279d9536a0e9124439560cc764d0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8063,7 +8065,7 @@
|
||||
"symfony/var-exporter": "^6.2",
|
||||
"twig/twig": "^2.13|^3.0.4"
|
||||
},
|
||||
"time": "2023-10-21T13:12:51+00:00",
|
||||
"time": "2023-10-29T14:31:45+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
@ -8091,7 +8093,7 @@
|
||||
"description": "Provides a structured process for converting a Request into a Response",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.3.6"
|
||||
"source": "https://github.com/symfony/http-kernel/tree/v6.3.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9370,17 +9372,17 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation",
|
||||
"version": "v6.3.6",
|
||||
"version_normalized": "6.3.6.0",
|
||||
"version": "v6.3.7",
|
||||
"version_normalized": "6.3.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/translation.git",
|
||||
"reference": "869b26c7a9d4b8a48afdd77ab36031909c87e3a2"
|
||||
"reference": "30212e7c87dcb79c83f6362b00bde0e0b1213499"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/869b26c7a9d4b8a48afdd77ab36031909c87e3a2",
|
||||
"reference": "869b26c7a9d4b8a48afdd77ab36031909c87e3a2",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/30212e7c87dcb79c83f6362b00bde0e0b1213499",
|
||||
"reference": "30212e7c87dcb79c83f6362b00bde0e0b1213499",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9417,7 +9419,7 @@
|
||||
"symfony/service-contracts": "^2.5|^3",
|
||||
"symfony/yaml": "^5.4|^6.0"
|
||||
},
|
||||
"time": "2023-10-17T11:32:53+00:00",
|
||||
"time": "2023-10-28T23:11:45+00:00",
|
||||
"type": "library",
|
||||
"installation-source": "dist",
|
||||
"autoload": {
|
||||
@ -9448,7 +9450,7 @@
|
||||
"description": "Provides tools to internationalize your application",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/translation/tree/v6.3.6"
|
||||
"source": "https://github.com/symfony/translation/tree/v6.3.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -9713,17 +9715,17 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/yaml",
|
||||
"version": "v6.3.3",
|
||||
"version_normalized": "6.3.3.0",
|
||||
"version": "v6.3.7",
|
||||
"version_normalized": "6.3.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/yaml.git",
|
||||
"reference": "e23292e8c07c85b971b44c1c4b87af52133e2add"
|
||||
"reference": "9758b6c69d179936435d0ffb577c3708d57e38a8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add",
|
||||
"reference": "e23292e8c07c85b971b44c1c4b87af52133e2add",
|
||||
"url": "https://api.github.com/repos/symfony/yaml/zipball/9758b6c69d179936435d0ffb577c3708d57e38a8",
|
||||
"reference": "9758b6c69d179936435d0ffb577c3708d57e38a8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9737,7 +9739,7 @@
|
||||
"require-dev": {
|
||||
"symfony/console": "^5.4|^6.0"
|
||||
},
|
||||
"time": "2023-07-31T07:08:24+00:00",
|
||||
"time": "2023-10-28T23:31:00+00:00",
|
||||
"bin": [
|
||||
"Resources/bin/yaml-lint"
|
||||
],
|
||||
@ -9768,7 +9770,7 @@
|
||||
"description": "Loads and dumps YAML files",
|
||||
"homepage": "https://symfony.com",
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/yaml/tree/v6.3.3"
|
||||
"source": "https://github.com/symfony/yaml/tree/v6.3.7"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
136
vendor/composer/installed.php
vendored
@ -5,7 +5,7 @@
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => 'd011ddaebbe8081407864c3aeec00c6db39ae01b',
|
||||
'reference' => 'cb021ef998ad6d558d4071d56b436dc374553ae3',
|
||||
'name' => 'celaraze/chemex',
|
||||
'dev' => true,
|
||||
),
|
||||
@ -52,7 +52,7 @@
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => 'd011ddaebbe8081407864c3aeec00c6db39ae01b',
|
||||
'reference' => 'cb021ef998ad6d558d4071d56b436dc374553ae3',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'celaraze/laravel-ace' => array(
|
||||
@ -93,7 +93,7 @@
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../dcat/laravel-admin',
|
||||
'aliases' => array(),
|
||||
'reference' => 'f8ef27cc4d6a79dc346f89d0efb925d4e28ee763',
|
||||
'reference' => 'fc93239542ef6715a2b554c48ae19f8d63cb1918',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'dflydev/dot-access-data' => array(
|
||||
@ -279,199 +279,199 @@
|
||||
'illuminate/auth' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/broadcasting' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/bus' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/cache' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/collections' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/conditionable' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/config' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/console' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/container' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/contracts' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/cookie' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/database' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/encryption' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/events' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/filesystem' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/hashing' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/http' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/log' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/macroable' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/mail' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/notifications' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/pagination' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/pipeline' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/process' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/queue' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/redis' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/routing' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/session' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/support' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/testing' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/translation' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/validation' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'illuminate/view' => array(
|
||||
'dev_requirement' => false,
|
||||
'replaced' => array(
|
||||
0 => 'v10.28.0',
|
||||
0 => 'v10.29.0',
|
||||
),
|
||||
),
|
||||
'kodova/hamcrest-php' => array(
|
||||
@ -481,21 +481,21 @@
|
||||
),
|
||||
),
|
||||
'laravel/framework' => array(
|
||||
'pretty_version' => 'v10.28.0',
|
||||
'version' => '10.28.0.0',
|
||||
'pretty_version' => 'v10.29.0',
|
||||
'version' => '10.29.0.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../laravel/framework',
|
||||
'aliases' => array(),
|
||||
'reference' => '09137f50f715c1efc649788a26092dcb1ec4ab6e',
|
||||
'reference' => '2d002849a16ad131110a50cbea4d64dbb78515a3',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'laravel/prompts' => array(
|
||||
'pretty_version' => 'v0.1.11',
|
||||
'version' => '0.1.11.0',
|
||||
'pretty_version' => 'v0.1.12',
|
||||
'version' => '0.1.12.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../laravel/prompts',
|
||||
'aliases' => array(),
|
||||
'reference' => 'cce65a90e64712909ea1adc033e1d88de8455ffd',
|
||||
'reference' => 'b35f249028c22016e45e48626e19e5d42fd827ff',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'laravel/sanctum' => array(
|
||||
@ -508,12 +508,12 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'laravel/serializable-closure' => array(
|
||||
'pretty_version' => 'v1.3.1',
|
||||
'version' => '1.3.1.0',
|
||||
'pretty_version' => 'v1.3.2',
|
||||
'version' => '1.3.2.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../laravel/serializable-closure',
|
||||
'aliases' => array(),
|
||||
'reference' => 'e5a3057a5591e1cfe8183034b0203921abe2c902',
|
||||
'reference' => '076fe2cf128bd54b4341cdc6d49b95b34e101e4c',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'laravel/tinker' => array(
|
||||
@ -598,12 +598,12 @@
|
||||
'dev_requirement' => true,
|
||||
),
|
||||
'monolog/monolog' => array(
|
||||
'pretty_version' => '3.4.0',
|
||||
'version' => '3.4.0.0',
|
||||
'pretty_version' => '3.5.0',
|
||||
'version' => '3.5.0.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../monolog/monolog',
|
||||
'aliases' => array(),
|
||||
'reference' => 'e2392369686d420ca32df3803de28b5d6f76867d',
|
||||
'reference' => 'c915e2634718dbc8a4a15c61b0e62e7a44e14448',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'mosiboom/dcat-iframe-tab' => array(
|
||||
@ -649,12 +649,12 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'nette/utils' => array(
|
||||
'pretty_version' => 'v4.0.2',
|
||||
'version' => '4.0.2.0',
|
||||
'pretty_version' => 'v4.0.3',
|
||||
'version' => '4.0.3.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../nette/utils',
|
||||
'aliases' => array(),
|
||||
'reference' => 'cead6637226456b35e1175cc53797dd585d85545',
|
||||
'reference' => 'a9d127dd6a203ce6d255b2e2db49759f7506e015',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'nikic/php-parser' => array(
|
||||
@ -820,12 +820,12 @@
|
||||
'dev_requirement' => true,
|
||||
),
|
||||
'phpunit/phpunit' => array(
|
||||
'pretty_version' => '10.4.1',
|
||||
'version' => '10.4.1.0',
|
||||
'pretty_version' => '10.4.2',
|
||||
'version' => '10.4.2.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../phpunit/phpunit',
|
||||
'aliases' => array(),
|
||||
'reference' => '62bd7af13d282deeb95650077d28ba3600ca321c',
|
||||
'reference' => 'cacd8b9dd224efa8eb28beb69004126c7ca1a1a1',
|
||||
'dev_requirement' => true,
|
||||
),
|
||||
'psr/cache' => array(
|
||||
@ -939,8 +939,8 @@
|
||||
'psr/log-implementation' => array(
|
||||
'dev_requirement' => false,
|
||||
'provided' => array(
|
||||
0 => '3.0.0',
|
||||
1 => '1.0|2.0|3.0',
|
||||
0 => '1.0|2.0|3.0',
|
||||
1 => '3.0.0',
|
||||
),
|
||||
),
|
||||
'psr/simple-cache' => array(
|
||||
@ -1268,21 +1268,21 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'symfony/http-foundation' => array(
|
||||
'pretty_version' => 'v6.3.6',
|
||||
'version' => '6.3.6.0',
|
||||
'pretty_version' => 'v6.3.7',
|
||||
'version' => '6.3.7.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../symfony/http-foundation',
|
||||
'aliases' => array(),
|
||||
'reference' => 'c186627f52febe09c6d5270b04f8462687a250a6',
|
||||
'reference' => '59d1837d5d992d16c2628cd0d6b76acf8d69b33e',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'symfony/http-kernel' => array(
|
||||
'pretty_version' => 'v6.3.6',
|
||||
'version' => '6.3.6.0',
|
||||
'pretty_version' => 'v6.3.7',
|
||||
'version' => '6.3.7.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../symfony/http-kernel',
|
||||
'aliases' => array(),
|
||||
'reference' => '4945f5001b06ff9080cd3d8f1f9f069094c0d156',
|
||||
'reference' => '6d4098095f93279d9536a0e9124439560cc764d0',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'symfony/mailer' => array(
|
||||
@ -1421,12 +1421,12 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'symfony/translation' => array(
|
||||
'pretty_version' => 'v6.3.6',
|
||||
'version' => '6.3.6.0',
|
||||
'pretty_version' => 'v6.3.7',
|
||||
'version' => '6.3.7.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../symfony/translation',
|
||||
'aliases' => array(),
|
||||
'reference' => '869b26c7a9d4b8a48afdd77ab36031909c87e3a2',
|
||||
'reference' => '30212e7c87dcb79c83f6362b00bde0e0b1213499',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'symfony/translation-contracts' => array(
|
||||
@ -1463,12 +1463,12 @@
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'symfony/yaml' => array(
|
||||
'pretty_version' => 'v6.3.3',
|
||||
'version' => '6.3.3.0',
|
||||
'pretty_version' => 'v6.3.7',
|
||||
'version' => '6.3.7.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../symfony/yaml',
|
||||
'aliases' => array(),
|
||||
'reference' => 'e23292e8c07c85b971b44c1c4b87af52133e2add',
|
||||
'reference' => '9758b6c69d179936435d0ffb577c3708d57e38a8',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'tecnickcom/tcpdf' => array(
|
||||
|
0
vendor/dcat/laravel-admin/LICENSE
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/README.md
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/composer.json
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/config/admin.php
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/database/migrations/2016_01_04_173148_create_admin_tables.php
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/docs/issue_template.md
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/js/jquery-form/jquery.form.min.js.map
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/bootstrap-duallistbox/.editorconfig
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/bootstrap-duallistbox/.jshintrc
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/bootstrap-duallistbox/.travis.yml
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/bootstrap-duallistbox/dist/bootstrap-duallistbox.css
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/bootstrap-duallistbox/dist/bootstrap-duallistbox.min.css
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/bootstrap-duallistbox/dist/jquery.bootstrap-duallistbox.js
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/bootstrap-duallistbox/dist/jquery.bootstrap-duallistbox.min.js
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/Gulpfile.js
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/LICENSE
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/README.md
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/css/editormd.css
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/css/editormd.logo.css
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/css/editormd.logo.min.css
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/css/editormd.min.css
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/css/editormd.preview.css
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/css/editormd.preview.min.css
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/editormd.amd.js
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/editormd.amd.min.js
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/editormd.js
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/editormd.min.js
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/fonts/FontAwesome.otf
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/fonts/editormd-logo.eot
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/fonts/editormd-logo.svg
vendored
Normal file → Executable file
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.0 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/fonts/editormd-logo.ttf
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/fonts/editormd-logo.woff
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/fonts/fontawesome-webfont.eot
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/fonts/fontawesome-webfont.svg
vendored
Normal file → Executable file
Before Width: | Height: | Size: 306 KiB After Width: | Height: | Size: 306 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/fonts/fontawesome-webfont.ttf
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/fonts/fontawesome-webfont.woff
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/fonts/fontawesome-webfont.woff2
vendored
Normal file → Executable file
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/loading.gif
vendored
Normal file → Executable file
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.5 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/loading@2x.gif
vendored
Normal file → Executable file
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/loading@3x.gif
vendored
Normal file → Executable file
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-favicon-16x16.ico
vendored
Normal file → Executable file
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-favicon-24x24.ico
vendored
Normal file → Executable file
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-favicon-32x32.ico
vendored
Normal file → Executable file
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 5.3 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-favicon-48x48.ico
vendored
Normal file → Executable file
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-favicon-64x64.ico
vendored
Normal file → Executable file
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-114x114.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-120x120.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-144x144.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 7.4 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-16x16.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-180x180.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-240x240.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-24x24.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-320x320.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-32x32.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-48x48.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-57x57.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 3.0 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-64x64.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-72x72.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/editormd-logo-96x96.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
0
vendor/dcat/laravel-admin/resources/assets/dcat/plugins/editor-md/images/logos/vi.png
vendored
Normal file → Executable file
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 45 KiB |