2024-12-12

This commit is contained in:
gcch 2024-12-12 10:36:51 +01:00
commit 0c39c95625
45 changed files with 827 additions and 319 deletions

77
composer.lock generated
View file

@ -646,16 +646,16 @@
},
{
"name": "illuminate/collections",
"version": "v11.34.2",
"version": "v11.35.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
"reference": "fd2103ddc121449a7926fc34a9d220e5b88183c1"
"reference": "b8be9c0fedfc5be1524b290fed640d4b7d42c813"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/collections/zipball/fd2103ddc121449a7926fc34a9d220e5b88183c1",
"reference": "fd2103ddc121449a7926fc34a9d220e5b88183c1",
"url": "https://api.github.com/repos/illuminate/collections/zipball/b8be9c0fedfc5be1524b290fed640d4b7d42c813",
"reference": "b8be9c0fedfc5be1524b290fed640d4b7d42c813",
"shasum": ""
},
"require": {
@ -675,6 +675,7 @@
},
"autoload": {
"files": [
"functions.php",
"helpers.php"
],
"psr-4": {
@ -697,11 +698,11 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-11-27T14:51:56+00:00"
"time": "2024-12-10T14:54:28+00:00"
},
{
"name": "illuminate/conditionable",
"version": "v11.34.2",
"version": "v11.35.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
@ -747,7 +748,7 @@
},
{
"name": "illuminate/contracts",
"version": "v11.34.2",
"version": "v11.35.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
@ -795,7 +796,7 @@
},
{
"name": "illuminate/macroable",
"version": "v11.34.2",
"version": "v11.35.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@ -841,16 +842,16 @@
},
{
"name": "illuminate/support",
"version": "v11.34.2",
"version": "v11.35.1",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "2b718a86571baed50fdc5d5748a846c2e58e07eb"
"reference": "bc363403d9ed3214754a0501e33c05d2afcfd474"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/2b718a86571baed50fdc5d5748a846c2e58e07eb",
"reference": "2b718a86571baed50fdc5d5748a846c2e58e07eb",
"url": "https://api.github.com/repos/illuminate/support/zipball/bc363403d9ed3214754a0501e33c05d2afcfd474",
"reference": "bc363403d9ed3214754a0501e33c05d2afcfd474",
"shasum": ""
},
"require": {
@ -873,11 +874,12 @@
"spatie/once": "*"
},
"suggest": {
"illuminate/filesystem": "Required to use the composer class (^11.0).",
"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).",
"league/uri": "Required to use the Uri class (^7.5.1).",
"ramsey/uuid": "Required to use Str::uuid() (^4.7).",
"symfony/process": "Required to use the composer class (^7.0).",
"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.6.1)."
@ -913,7 +915,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-11-27T14:58:17+00:00"
"time": "2024-12-11T23:23:18+00:00"
},
{
"name": "laravel/helpers",
@ -3248,16 +3250,16 @@
},
{
"name": "twig/twig",
"version": "v3.17.0",
"version": "v3.17.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "d3a64b742a5e74c57e3964d766e1032982145872"
"reference": "677ef8da6497a03048192aeeb5aa3018e379ac71"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/d3a64b742a5e74c57e3964d766e1032982145872",
"reference": "d3a64b742a5e74c57e3964d766e1032982145872",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/677ef8da6497a03048192aeeb5aa3018e379ac71",
"reference": "677ef8da6497a03048192aeeb5aa3018e379ac71",
"shasum": ""
},
"require": {
@ -3312,7 +3314,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.17.0"
"source": "https://github.com/twigphp/Twig/tree/v3.17.1"
},
"funding": [
{
@ -3324,7 +3326,7 @@
"type": "tidelift"
}
],
"time": "2024-12-10T15:19:11+00:00"
"time": "2024-12-12T09:58:10+00:00"
},
{
"name": "vlucas/phpdotenv",
@ -3630,15 +3632,15 @@
},
{
"name": "wpackagist-plugin/wp-mail-smtp",
"version": "4.2.0",
"version": "4.3.0",
"source": {
"type": "svn",
"url": "https://plugins.svn.wordpress.org/wp-mail-smtp/",
"reference": "tags/4.2.0"
"reference": "tags/4.3.0"
},
"dist": {
"type": "zip",
"url": "https://downloads.wordpress.org/plugin/wp-mail-smtp.4.2.0.zip"
"url": "https://downloads.wordpress.org/plugin/wp-mail-smtp.4.3.0.zip"
},
"require": {
"composer/installers": "^1.0 || ^2.0"
@ -3844,12 +3846,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "7a60033d5e61698bf3ed203afb4f4a2323801990"
"reference": "1fd8b74024b8938b25df3a9971c7ad9d57d4f592"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/7a60033d5e61698bf3ed203afb4f4a2323801990",
"reference": "7a60033d5e61698bf3ed203afb4f4a2323801990",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/1fd8b74024b8938b25df3a9971c7ad9d57d4f592",
"reference": "1fd8b74024b8938b25df3a9971c7ad9d57d4f592",
"shasum": ""
},
"conflict": {
@ -3990,9 +3992,9 @@
"dolibarr/dolibarr": "<19.0.2",
"dompdf/dompdf": "<2.0.4",
"doublethreedigital/guest-entries": "<3.1.2",
"drupal/core": ">=6,<6.38|>=7,<7.96|>=8,<10.2.10|>=10.3,<10.3.6|>=11,<11.0.5",
"drupal/core-recommended": ">=8,<10.2.9|>=10.3,<10.3.6|>=11,<11.0.5",
"drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.80|>=8,<10.2.9|>=10.3,<10.3.6|>=11,<11.0.5",
"drupal/core": ">=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
"drupal/core-recommended": ">=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
"drupal/drupal": ">=5,<5.11|>=6,<6.38|>=7,<7.102|>=8,<10.2.11|>=10.3,<10.3.9|>=11,<11.0.8",
"duncanmcclean/guest-entries": "<3.1.2",
"dweeves/magmi": "<=0.7.24",
"ec-cube/ec-cube": "<2.4.4|>=2.11,<=2.17.1|>=3,<=3.0.18.0-patch4|>=4,<=4.1.2",
@ -4253,6 +4255,7 @@
"neos/swiftmailer": "<5.4.5",
"netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
"nette/database": "<=3.2.4",
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
"nilsteampassnet/teampass": "<3.0.10",
"nonfiction/nterchange": "<4.1.1",
@ -4389,7 +4392,7 @@
"sensiolabs/connect": "<4.2.3",
"serluck/phpwhois": "<=4.2.6",
"sfroemken/url_redirect": "<=1.2.1",
"sheng/yiicms": "<=1.2",
"sheng/yiicms": "<1.2.1",
"shopware/core": "<=6.5.8.12|>=6.6,<=6.6.5",
"shopware/platform": "<=6.5.8.12|>=6.6,<=6.6.5",
"shopware/production": "<=6.3.5.2",
@ -4686,20 +4689,20 @@
"type": "tidelift"
}
],
"time": "2024-12-09T21:04:47+00:00"
"time": "2024-12-10T21:04:50+00:00"
},
{
"name": "squizlabs/php_codesniffer",
"version": "3.11.1",
"version": "3.11.2",
"source": {
"type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87"
"reference": "1368f4a58c3c52114b86b1abe8f4098869cb0079"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/19473c30efe4f7b3cd42522d0b2e6e7f243c6f87",
"reference": "19473c30efe4f7b3cd42522d0b2e6e7f243c6f87",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/1368f4a58c3c52114b86b1abe8f4098869cb0079",
"reference": "1368f4a58c3c52114b86b1abe8f4098869cb0079",
"shasum": ""
},
"require": {
@ -4766,7 +4769,7 @@
"type": "open_collective"
}
],
"time": "2024-11-16T12:02:36+00:00"
"time": "2024-12-11T16:04:26+00:00"
},
{
"name": "szepeviktor/phpstan-wordpress",