2024-11-26

This commit is contained in:
gcch 2024-11-26 09:41:25 +01:00
commit 7623335fa8
166 changed files with 1166 additions and 13968 deletions

70
composer.lock generated
View file

@ -646,16 +646,16 @@
},
{
"name": "illuminate/collections",
"version": "v11.33.2",
"version": "v11.34.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
"reference": "a01a9d0799700bf34ab3797988fdd5f420d42bfe"
"reference": "fd8a4b0a0785155233250671ceb0e5f488b535df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/collections/zipball/a01a9d0799700bf34ab3797988fdd5f420d42bfe",
"reference": "a01a9d0799700bf34ab3797988fdd5f420d42bfe",
"url": "https://api.github.com/repos/illuminate/collections/zipball/fd8a4b0a0785155233250671ceb0e5f488b535df",
"reference": "fd8a4b0a0785155233250671ceb0e5f488b535df",
"shasum": ""
},
"require": {
@ -697,20 +697,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-11-15T15:43:48+00:00"
"time": "2024-11-21T16:28:56+00:00"
},
{
"name": "illuminate/conditionable",
"version": "v11.33.2",
"version": "v11.34.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
"reference": "362dd761b9920367bca1427a902158225e9e3a23"
"reference": "911df1bda950a3b799cf80671764e34eede131c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/362dd761b9920367bca1427a902158225e9e3a23",
"reference": "362dd761b9920367bca1427a902158225e9e3a23",
"url": "https://api.github.com/repos/illuminate/conditionable/zipball/911df1bda950a3b799cf80671764e34eede131c6",
"reference": "911df1bda950a3b799cf80671764e34eede131c6",
"shasum": ""
},
"require": {
@ -743,20 +743,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-06-28T20:10:30+00:00"
"time": "2024-11-21T16:28:56+00:00"
},
{
"name": "illuminate/contracts",
"version": "v11.33.2",
"version": "v11.34.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
"reference": "44c15aec6ea0d997e0885aa5b04876fe8a141433"
"reference": "184317f701ba20ca265e36808ed54b75b115972d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/44c15aec6ea0d997e0885aa5b04876fe8a141433",
"reference": "44c15aec6ea0d997e0885aa5b04876fe8a141433",
"url": "https://api.github.com/repos/illuminate/contracts/zipball/184317f701ba20ca265e36808ed54b75b115972d",
"reference": "184317f701ba20ca265e36808ed54b75b115972d",
"shasum": ""
},
"require": {
@ -791,11 +791,11 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-11-15T15:40:33+00:00"
"time": "2024-11-25T15:33:38+00:00"
},
{
"name": "illuminate/macroable",
"version": "v11.33.2",
"version": "v11.34.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@ -841,16 +841,16 @@
},
{
"name": "illuminate/support",
"version": "v11.33.2",
"version": "v11.34.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "3e248061e77b67cdf868411e68cf17de524e3d1d"
"reference": "9b6b4f0d97b6af5b9232ab4e512181917df979a4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/3e248061e77b67cdf868411e68cf17de524e3d1d",
"reference": "3e248061e77b67cdf868411e68cf17de524e3d1d",
"url": "https://api.github.com/repos/illuminate/support/zipball/9b6b4f0d97b6af5b9232ab4e512181917df979a4",
"reference": "9b6b4f0d97b6af5b9232ab4e512181917df979a4",
"shasum": ""
},
"require": {
@ -862,9 +862,9 @@
"illuminate/conditionable": "^11.0",
"illuminate/contracts": "^11.0",
"illuminate/macroable": "^11.0",
"nesbot/carbon": "^2.72.2|^3.0",
"nesbot/carbon": "^2.72.2|^3.4",
"php": "^8.2",
"voku/portable-ascii": "^2.0"
"voku/portable-ascii": "^2.0.2"
},
"conflict": {
"tightenco/collect": "<5.5.33"
@ -880,7 +880,7 @@
"symfony/process": "Required to use the composer class (^7.0).",
"symfony/uid": "Required to use Str::ulid() (^7.0).",
"symfony/var-dumper": "Required to use the dd function (^7.0).",
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."
"vlucas/phpdotenv": "Required to use the Env class and env helper (^5.6.1)."
},
"type": "library",
"extra": {
@ -913,20 +913,20 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-11-19T19:46:19+00:00"
"time": "2024-11-26T14:56:35+00:00"
},
{
"name": "laravel/helpers",
"version": "v1.7.0",
"version": "v1.7.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/helpers.git",
"reference": "6caaa242a23bc39b4e3cf57304b5409260a7a346"
"reference": "f28907033d7edf8a0525cfb781ab30ce6d531c35"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/helpers/zipball/6caaa242a23bc39b4e3cf57304b5409260a7a346",
"reference": "6caaa242a23bc39b4e3cf57304b5409260a7a346",
"url": "https://api.github.com/repos/laravel/helpers/zipball/f28907033d7edf8a0525cfb781ab30ce6d531c35",
"reference": "f28907033d7edf8a0525cfb781ab30ce6d531c35",
"shasum": ""
},
"require": {
@ -968,9 +968,9 @@
"laravel"
],
"support": {
"source": "https://github.com/laravel/helpers/tree/v1.7.0"
"source": "https://github.com/laravel/helpers/tree/v1.7.1"
},
"time": "2023-11-30T14:09:05+00:00"
"time": "2024-11-26T14:56:25+00:00"
},
{
"name": "log1x/wp-smtp",
@ -4817,12 +4817,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "b33a18b5d222c63472a4b41f6fa3e15e591c9595"
"reference": "4b0583eef37941e72c51ea847d0e03ef52a302d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/b33a18b5d222c63472a4b41f6fa3e15e591c9595",
"reference": "b33a18b5d222c63472a4b41f6fa3e15e591c9595",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/4b0583eef37941e72c51ea847d0e03ef52a302d9",
"reference": "4b0583eef37941e72c51ea847d0e03ef52a302d9",
"shasum": ""
},
"conflict": {
@ -5473,7 +5473,7 @@
"t3s/content-consent": "<1.0.3|>=2,<2.0.2",
"tastyigniter/tastyigniter": "<3.3",
"tcg/voyager": "<=1.4",
"tecnickcom/tcpdf": "<=6.7.4",
"tecnickcom/tcpdf": "<=6.7.5",
"terminal42/contao-tablelookupwizard": "<3.3.5",
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
"thelia/thelia": ">=2.1,<2.1.3",
@ -5651,7 +5651,7 @@
"type": "tidelift"
}
],
"time": "2024-11-19T21:04:39+00:00"
"time": "2024-11-26T22:05:25+00:00"
},
{
"name": "sebastian/diff",