2026-04-23

This commit is contained in:
gcch 2026-04-23 15:31:44 +02:00
commit 4d9fe74690
12 changed files with 241 additions and 95 deletions

94
composer.lock generated
View file

@ -585,16 +585,16 @@
},
{
"name": "illuminate/collections",
"version": "v13.5.0",
"version": "v13.6.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/collections.git",
"reference": "389c5008087f8c48d35b85585b4315107b5a0f9e"
"reference": "8337eab46f512633d36df6b2f0ee54bf309c1da1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/collections/zipball/389c5008087f8c48d35b85585b4315107b5a0f9e",
"reference": "389c5008087f8c48d35b85585b4315107b5a0f9e",
"url": "https://api.github.com/repos/illuminate/collections/zipball/8337eab46f512633d36df6b2f0ee54bf309c1da1",
"reference": "8337eab46f512633d36df6b2f0ee54bf309c1da1",
"shasum": ""
},
"require": {
@ -640,11 +640,11 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2026-03-30T19:06:46+00:00"
"time": "2026-04-18T13:28:59+00:00"
},
{
"name": "illuminate/conditionable",
"version": "v13.5.0",
"version": "v13.6.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/conditionable.git",
@ -690,7 +690,7 @@
},
{
"name": "illuminate/contracts",
"version": "v13.5.0",
"version": "v13.6.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
@ -738,7 +738,7 @@
},
{
"name": "illuminate/macroable",
"version": "v13.5.0",
"version": "v13.6.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/macroable.git",
@ -784,7 +784,7 @@
},
{
"name": "illuminate/reflection",
"version": "v13.5.0",
"version": "v13.6.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/reflection.git",
@ -835,16 +835,16 @@
},
{
"name": "illuminate/support",
"version": "v13.5.0",
"version": "v13.6.0",
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
"reference": "0e8642a79d385c644a75400cad176b042242c894"
"reference": "5394e4b6008175f5a42c1227b5c4b959aa1be963"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/illuminate/support/zipball/0e8642a79d385c644a75400cad176b042242c894",
"reference": "0e8642a79d385c644a75400cad176b042242c894",
"url": "https://api.github.com/repos/illuminate/support/zipball/5394e4b6008175f5a42c1227b5c4b959aa1be963",
"reference": "5394e4b6008175f5a42c1227b5c4b959aa1be963",
"shasum": ""
},
"require": {
@ -910,7 +910,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2026-04-13T14:52:53+00:00"
"time": "2026-04-20T13:42:58+00:00"
},
{
"name": "laravel/helpers",
@ -3254,38 +3254,54 @@
},
{
"name": "timber/timber",
"version": "v2.3.3",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/timber/timber.git",
"reference": "7a87ac27c0b9deedffe419388b63a0c95d8798ca"
"reference": "44c7171d154ee697bab416a31852b9340845cc7f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/timber/timber/zipball/7a87ac27c0b9deedffe419388b63a0c95d8798ca",
"reference": "7a87ac27c0b9deedffe419388b63a0c95d8798ca",
"url": "https://api.github.com/repos/timber/timber/zipball/44c7171d154ee697bab416a31852b9340845cc7f",
"reference": "44c7171d154ee697bab416a31852b9340845cc7f",
"shasum": ""
},
"require": {
"php": "^8.1",
"php": "^8.2",
"twig/twig": "^3.19"
},
"require-dev": {
"composer/installers": "^2",
"ergebnis/composer-normalize": "^2.28",
"ergebnis/phpunit-slow-test-detector": "^2.20",
"mantle-framework/cache": "^1.16",
"mantle-framework/config": "^1.16",
"mantle-framework/container": "^1.16",
"mantle-framework/contracts": "^1.16",
"mantle-framework/database": "^1.16",
"mantle-framework/events": "^1.16",
"mantle-framework/faker": "^1.15",
"mantle-framework/filesystem": "^1.16",
"mantle-framework/framework-views": "^1.16",
"mantle-framework/http": "^1.16",
"mantle-framework/http-client": "^1.16",
"mantle-framework/support": "^1.16",
"mantle-framework/testing": "^1.16",
"mantle-framework/testkit": "^1.16",
"mantle-framework/view": "^1.16",
"php-parallel-lint/php-parallel-lint": "^1.3",
"php-stubs/wp-cli-stubs": "^2.0",
"phpro/grumphp": "^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^2",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^11.5 || ^12",
"rector/rector": "^2.0",
"squizlabs/php_codesniffer": "^3.0",
"symplify/easy-coding-standard": "^12",
"symplify/easy-coding-standard": "^13",
"szepeviktor/phpstan-wordpress": "^2",
"twig/cache-extra": "^3.17",
"wpackagist-plugin/advanced-custom-fields": "^6.0",
"wpackagist-plugin/co-authors-plus": "^3.6",
"yoast/wp-test-utils": "^1.2"
"wp-plugin/advanced-custom-fields": "^6.5",
"wp-plugin/co-authors-plus": "^3.6"
},
"suggest": {
"php-coveralls/php-coveralls": "^2.0 for code coverage",
@ -3351,7 +3367,7 @@
"type": "open_collective"
}
],
"time": "2025-09-24T14:07:33+00:00"
"time": "2026-04-20T08:31:34+00:00"
},
{
"name": "twig/twig",
@ -4516,11 +4532,11 @@
},
{
"name": "phpstan/phpstan",
"version": "2.1.50",
"version": "2.1.51",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/d452086fb4cf648c6b2d8cf3b639351f79e4f3e2",
"reference": "d452086fb4cf648c6b2d8cf3b639351f79e4f3e2",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc3b523c45e714c70de2ac5113b958223b55dc59",
"reference": "dc3b523c45e714c70de2ac5113b958223b55dc59",
"shasum": ""
},
"require": {
@ -4565,7 +4581,7 @@
"type": "github"
}
],
"time": "2026-04-17T13:10:32+00:00"
"time": "2026-04-21T18:22:01+00:00"
},
{
"name": "psr/event-dispatcher",
@ -5199,12 +5215,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "7d0034bc560ba3be5d93736256a9a500c907c37a"
"reference": "9a1d6c95c513ebdc27e74ab3cd0fed99b7035c2e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/7d0034bc560ba3be5d93736256a9a500c907c37a",
"reference": "7d0034bc560ba3be5d93736256a9a500c907c37a",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/9a1d6c95c513ebdc27e74ab3cd0fed99b7035c2e",
"reference": "9a1d6c95c513ebdc27e74ab3cd0fed99b7035c2e",
"shasum": ""
},
"conflict": {
@ -5318,7 +5334,7 @@
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
"chriskacerguis/codeigniter-restserver": "<=2.7.1",
"chrome-php/chrome": "<1.14",
"ci4-cms-erp/ci4ms": "<=0.31.3",
"ci4-cms-erp/ci4ms": "<0.31.5",
"civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
"ckeditor/ckeditor": "<4.25",
"clickstorm/cs-seo": ">=6,<6.8|>=7,<7.5|>=8,<8.4|>=9,<9.3",
@ -5486,7 +5502,7 @@
"fisharebest/webtrees": "<=2.1.18",
"fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
"fixpunkt/fp-newsletter": "<1.1.1|>=1.2,<2.1.2|>=2.2,<3.2.6",
"flarum/core": "<1.8.10",
"flarum/core": "<=1.8.15|>=2.0.0.0-beta1,<=2.0.0.0-beta8",
"flarum/flarum": "<0.1.0.0-beta8",
"flarum/framework": "<1.8.10",
"flarum/mentions": "<1.6.3",
@ -5762,9 +5778,9 @@
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
"october/backend": "<1.1.2",
"october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
"october/october": "<3.7.5",
"october/october": "<3.7.14|>=4,<4.1.10",
"october/rain": "<=3.7.13|>=4,<=4.1.9",
"october/system": "<=3.7.13|>=4,<=4.1.9",
"october/system": "<3.7.16|>=4,<4.1.16",
"oliverklee/phpunit": "<3.5.15",
"omeka/omeka-s": "<4.0.3",
"onelogin/php-saml": "<2.21.1|>=3,<3.8.1|>=4,<4.3.1",
@ -5772,7 +5788,7 @@
"open-web-analytics/open-web-analytics": "<1.8.1",
"opencart/opencart": ">=0",
"openid/php-openid": "<2.3",
"openmage/magento-lts": "<20.16.1",
"openmage/magento-lts": "<20.17",
"opensolutions/vimbadmin": "<=3.0.15",
"opensource-workshop/connect-cms": "<1.41.1|>=2,<2.41.1",
"orchid/platform": ">=8,<14.43",
@ -5824,7 +5840,7 @@
"phpseclib/phpseclib": "<2.0.53|>=3,<3.0.51",
"phpservermon/phpservermon": "<3.6",
"phpsysinfo/phpsysinfo": "<3.4.3",
"phpunit/phpunit": "<12.5.22|>=13,<13.1.6",
"phpunit/phpunit": "<8.5.52|>=9,<9.6.33|>=10,<10.5.62|>=11,<11.5.50|>=12,<12.5.8|>=12.5.21,<12.5.22|>=13.1.5,<13.1.6",
"phpwhois/phpwhois": "<=4.2.5",
"phpxmlrpc/extras": "<0.6.1",
"phpxmlrpc/phpxmlrpc": "<4.9.2",
@ -6247,7 +6263,7 @@
"type": "tidelift"
}
],
"time": "2026-04-18T09:19:46+00:00"
"time": "2026-04-22T21:20:32+00:00"
},
{
"name": "sebastian/diff",