This commit is contained in:
2024-09-24 17:22:09 +03:00
parent cb2c719b1b
commit 349c2992dc
13 changed files with 314 additions and 52 deletions

71
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": "45dd495df00abd36d94dc7ca02dce256",
"content-hash": "89f7ae78ea05c4cc22cc32f405d736ac",
"packages": [
{
"name": "brick/math",
@ -337,16 +337,16 @@
},
{
"name": "illuminate/collections",
"version": "v11.22.0",
"version": "v11.23.5",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
"reference": "66d2c9bdf5641599735d402c1c504b54734a9cca"
"reference": "cbea9d7a82984bbc1a9376498533cc77513f9a09"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/collections/zipball/66d2c9bdf5641599735d402c1c504b54734a9cca",
"reference": "66d2c9bdf5641599735d402c1c504b54734a9cca",
"url": "https://api.github.com/repos/illuminate/collections/zipball/cbea9d7a82984bbc1a9376498533cc77513f9a09",
"reference": "cbea9d7a82984bbc1a9376498533cc77513f9a09",
"shasum": ""
},
"require": {
@ -388,11 +388,11 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-08-23T18:49:36+00:00"
"time": "2024-09-12T14:50:04+00:00"
},
{
"name": "illuminate/conditionable",
"version": "v11.22.0",
"version": "v11.23.5",
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
@ -438,16 +438,16 @@
},
{
"name": "illuminate/container",
"version": "v11.22.0",
"version": "v11.23.5",
"source": {
"type": "git",
"url": "https://github.com/illuminate/container.git",
"reference": "85e3396fde3139eae3f37128222c9a7746ca4bbb"
"reference": "66d20471c8c55ef056044dc1ff16da90d7b4d649"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/container/zipball/85e3396fde3139eae3f37128222c9a7746ca4bbb",
"reference": "85e3396fde3139eae3f37128222c9a7746ca4bbb",
"url": "https://api.github.com/repos/illuminate/container/zipball/66d20471c8c55ef056044dc1ff16da90d7b4d649",
"reference": "66d20471c8c55ef056044dc1ff16da90d7b4d649",
"shasum": ""
},
"require": {
@ -485,20 +485,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-08-21T16:01:30+00:00"
"time": "2024-09-11T20:15:17+00:00"
},
{
"name": "illuminate/contracts",
"version": "v11.22.0",
"version": "v11.23.5",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
"reference": "af9b459f195d57f279ec30a45446ddaeb3337bcb"
"reference": "5a4c6dcf633c1f69e1b70bbea1ef1b7d2186d3da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/af9b459f195d57f279ec30a45446ddaeb3337bcb",
"reference": "af9b459f195d57f279ec30a45446ddaeb3337bcb",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/5a4c6dcf633c1f69e1b70bbea1ef1b7d2186d3da",
"reference": "5a4c6dcf633c1f69e1b70bbea1ef1b7d2186d3da",
"shasum": ""
},
"require": {
@ -533,7 +533,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-08-21T16:02:16+00:00"
"time": "2024-09-12T15:25:08+00:00"
},
{
"name": "illuminate/database",
@ -672,7 +672,7 @@
},
{
"name": "illuminate/macroable",
"version": "v11.22.0",
"version": "v11.23.5",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@ -718,16 +718,16 @@
},
{
"name": "illuminate/support",
"version": "v11.22.0",
"version": "v11.23.5",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "51efc0516526413b4be641a1731d15d4394de2ff"
"reference": "8199097b4e24b05e8a035a6ea2fb5aeba645d71b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/51efc0516526413b4be641a1731d15d4394de2ff",
"reference": "51efc0516526413b4be641a1731d15d4394de2ff",
"url": "https://api.github.com/repos/illuminate/support/zipball/8199097b4e24b05e8a035a6ea2fb5aeba645d71b",
"reference": "8199097b4e24b05e8a035a6ea2fb5aeba645d71b",
"shasum": ""
},
"require": {
@ -751,6 +751,7 @@
},
"suggest": {
"illuminate/filesystem": "Required to use the composer class (^11.0).",
"laravel/serializable-closure": "Required to use the once function (^1.3).",
"league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^2.0.2).",
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
"symfony/process": "Required to use the composer class (^7.0).",
@ -788,7 +789,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-09-03T13:21:20+00:00"
"time": "2024-09-12T15:25:39+00:00"
},
{
"name": "itguild/eloquent-table",
@ -886,11 +887,11 @@
},
{
"name": "itguild/tables",
"version": "1.0.6",
"version": "1.0.7",
"source": {
"type": "git",
"url": "https://git.itguild.info/ItGuild/tables",
"reference": "d747203d99871ab39a5f18c449727f150b937c44"
"reference": "02a3e52b7d365c44a32b7580a2246d47ea032736"
},
"type": "library",
"autoload": {
@ -908,7 +909,7 @@
"email": "apuc06@mail.ru"
}
],
"time": "2024-09-02T19:34:25+00:00"
"time": "2024-09-24T12:42:55+00:00"
},
{
"name": "madesimple/php-arrays",
@ -2027,16 +2028,16 @@
},
{
"name": "symfony/translation",
"version": "v7.1.3",
"version": "v7.1.5",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "8d5e50c813ba2859a6dfc99a0765c550507934a1"
"reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/8d5e50c813ba2859a6dfc99a0765c550507934a1",
"reference": "8d5e50c813ba2859a6dfc99a0765c550507934a1",
"url": "https://api.github.com/repos/symfony/translation/zipball/235535e3f84f3dfbdbde0208ede6ca75c3a489ea",
"reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea",
"shasum": ""
},
"require": {
@ -2101,7 +2102,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v7.1.3"
"source": "https://github.com/symfony/translation/tree/v7.1.5"
},
"funding": [
{
@ -2117,7 +2118,7 @@
"type": "tidelift"
}
],
"time": "2024-07-26T12:41:01+00:00"
"time": "2024-09-16T06:30:38+00:00"
},
{
"name": "symfony/translation-contracts",
@ -2493,7 +2494,9 @@
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform": {
"ext-zip": "*"
},
"platform-dev": [],
"plugin-api-version": "2.6.0"
"plugin-api-version": "2.3.0"
}