Updated dependencies
Some checks failed
Build assets artifact / Build assets artifact (push) Has been cancelled
Docker Image Build / build (linux/amd64, amd64, ubuntu-latest) (push) Has been cancelled
Docker Image Build / build (linux/arm/v7, armv7, ubuntu-24.04-arm) (push) Has been cancelled
Docker Image Build / build (linux/arm64, arm64, ubuntu-24.04-arm) (push) Has been cancelled
Docker Image Build (FrankenPHP) / build (linux/amd64, amd64, ubuntu-latest) (push) Has been cancelled
Docker Image Build (FrankenPHP) / build (linux/arm/v7, armv7, ubuntu-24.04-arm) (push) Has been cancelled
Docker Image Build (FrankenPHP) / build (linux/arm64, arm64, ubuntu-24.04-arm) (push) Has been cancelled
Static analysis / Static analysis (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, mysql) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, postgres) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.2, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.3, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.4, sqlite) (push) Has been cancelled
PHPUnit Tests / PHPUnit and coverage Test (PHP 8.5, sqlite) (push) Has been cancelled
Docker Image Build / merge (push) Has been cancelled
Docker Image Build (FrankenPHP) / merge (push) Has been cancelled

This commit is contained in:
Jan Böhmer 2026-04-21 23:40:32 +02:00
parent a82d515034
commit 6330b71bfb
3 changed files with 947 additions and 923 deletions

175
composer.lock generated
View file

@ -818,16 +818,16 @@
},
{
"name": "amphp/socket",
"version": "v2.3.1",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/amphp/socket.git",
"reference": "58e0422221825b79681b72c50c47a930be7bf1e1"
"reference": "dadb63c5d3179fd83803e29dfeac27350e619314"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/amphp/socket/zipball/58e0422221825b79681b72c50c47a930be7bf1e1",
"reference": "58e0422221825b79681b72c50c47a930be7bf1e1",
"url": "https://api.github.com/repos/amphp/socket/zipball/dadb63c5d3179fd83803e29dfeac27350e619314",
"reference": "dadb63c5d3179fd83803e29dfeac27350e619314",
"shasum": ""
},
"require": {
@ -836,17 +836,17 @@
"amphp/dns": "^2",
"ext-openssl": "*",
"kelunik/certificate": "^1.1",
"league/uri": "^6.5 | ^7",
"league/uri-interfaces": "^2.3 | ^7",
"league/uri": "^7",
"league/uri-interfaces": "^7",
"php": ">=8.1",
"revolt/event-loop": "^1 || ^0.2"
"revolt/event-loop": "^1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3",
"amphp/process": "^2",
"phpunit/phpunit": "^9",
"psalm/phar": "5.20"
"psalm/phar": "6.16.1"
},
"type": "library",
"autoload": {
@ -890,7 +890,7 @@
],
"support": {
"issues": "https://github.com/amphp/socket/issues",
"source": "https://github.com/amphp/socket/tree/v2.3.1"
"source": "https://github.com/amphp/socket/tree/v2.4.0"
},
"funding": [
{
@ -898,7 +898,7 @@
"type": "github"
}
],
"time": "2024-04-21T14:33:03+00:00"
"time": "2026-04-19T15:09:56+00:00"
},
{
"name": "amphp/sync",
@ -5201,16 +5201,16 @@
},
{
"name": "jbtronics/settings-bundle",
"version": "v3.2.1",
"version": "v3.3.0",
"source": {
"type": "git",
"url": "https://github.com/jbtronics/settings-bundle.git",
"reference": "9cce5f59482e66417166354072c7e24790495b9b"
"reference": "9cce001eef4570ca3b2766da6a8a4abd327ea438"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jbtronics/settings-bundle/zipball/9cce5f59482e66417166354072c7e24790495b9b",
"reference": "9cce5f59482e66417166354072c7e24790495b9b",
"url": "https://api.github.com/repos/jbtronics/settings-bundle/zipball/9cce001eef4570ca3b2766da6a8a4abd327ea438",
"reference": "9cce001eef4570ca3b2766da6a8a4abd327ea438",
"shasum": ""
},
"require": {
@ -5239,11 +5239,13 @@
"symfony/console": "^6.4|^7.0|^8.0",
"symfony/phpunit-bridge": "^6.4|^7.0|^8.0",
"symfony/security-csrf": "^7.0|^6.4|^8.0",
"symfony/twig-bridge": "^6.4|^7.0|^8.0"
"symfony/twig-bridge": "^6.4|^7.0|^8.0",
"symfony/yaml": "^6.4|^7.0|^8.0"
},
"suggest": {
"doctrine/doctrine-bundle": "To use the doctrine ORM storage",
"symfony/twig-bridge": "Allows to access settings in twig templates"
"symfony/twig-bridge": "Allows to access settings in twig templates",
"symfony/yaml": "To use the YAML metadata driver for settings configuration"
},
"type": "symfony-bundle",
"autoload": {
@ -5258,20 +5260,30 @@
"authors": [
{
"name": "Jan Böhmer",
"email": "mail@jan-boehmer.de"
"email": "mail@jan-boehmer.de",
"role": "Maintainer"
},
{
"name": "Github Contributors",
"homepage": "https://github.com/jbtronics/settings-bundle/graphs/contributors"
}
],
"description": "A symfony bundle to easily create typesafe, user-configurable settings for symfony applications",
"keywords": [
"Settings",
"config",
"configuration",
"dynamic-settings",
"options",
"preferences",
"symfony",
"symfony-bundle",
"user-config",
"user-configurable"
],
"support": {
"issues": "https://github.com/jbtronics/settings-bundle/issues",
"source": "https://github.com/jbtronics/settings-bundle/tree/v3.2.1"
"source": "https://github.com/jbtronics/settings-bundle/tree/v3.3.0"
},
"funding": [
{
@ -5283,7 +5295,7 @@
"type": "github"
}
],
"time": "2026-02-28T16:30:47+00:00"
"time": "2026-04-21T21:26:26+00:00"
},
{
"name": "jfcherng/php-color-output",
@ -8556,16 +8568,16 @@
},
{
"name": "phpoffice/phpspreadsheet",
"version": "5.6.0",
"version": "5.7.0",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
"reference": "9b90dee03deb0d28761479c4a3a06fba5f7e012e"
"reference": "9f55d3b9b7bcb1084fda8340e4b7ce4ed10cd0c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/9b90dee03deb0d28761479c4a3a06fba5f7e012e",
"reference": "9b90dee03deb0d28761479c4a3a06fba5f7e012e",
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/9f55d3b9b7bcb1084fda8340e4b7ce4ed10cd0c8",
"reference": "9f55d3b9b7bcb1084fda8340e4b7ce4ed10cd0c8",
"shasum": ""
},
"require": {
@ -8659,9 +8671,9 @@
],
"support": {
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/5.6.0"
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/5.7.0"
},
"time": "2026-04-10T03:00:03+00:00"
"time": "2026-04-20T02:42:17+00:00"
},
{
"name": "phpstan/phpdoc-parser",
@ -16491,16 +16503,16 @@
},
{
"name": "tecnickcom/tc-lib-barcode",
"version": "2.4.31",
"version": "2.4.34",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-barcode.git",
"reference": "f47ebaa990027cc12cea5af43e62d3ab8e860a5d"
"reference": "4057b35150e383f0425221efaea312e5cb968902"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/f47ebaa990027cc12cea5af43e62d3ab8e860a5d",
"reference": "f47ebaa990027cc12cea5af43e62d3ab8e860a5d",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/4057b35150e383f0425221efaea312e5cb968902",
"reference": "4057b35150e383f0425221efaea312e5cb968902",
"shasum": ""
},
"require": {
@ -16512,11 +16524,11 @@
"tecnickcom/tc-lib-color": "^2.3"
},
"require-dev": {
"pdepend/pdepend": "2.16.2",
"pdepend/pdepend": "^2.16",
"phpcompatibility/php-compatibility": "^10.0.0@dev",
"phpmd/phpmd": "2.15.0",
"phpunit/phpunit": "13.1.1 || 12.5.17 || 11.5.55 || 10.5.63",
"squizlabs/php_codesniffer": "4.0.1"
"phpmd/phpmd": "^2.15",
"phpunit/phpunit": "^13.1 || ^12.5 || ^11.5 || ^10.5",
"squizlabs/php_codesniffer": "^4.0"
},
"type": "library",
"autoload": {
@ -16536,7 +16548,7 @@
}
],
"description": "PHP library to generate linear and bidimensional barcodes",
"homepage": "http://www.tecnick.com",
"homepage": "https://tcpdf.org",
"keywords": [
"3 of 9",
"ANSI MH10.8M-1983",
@ -16580,7 +16592,7 @@
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-barcode/issues",
"source": "https://github.com/tecnickcom/tc-lib-barcode/tree/2.4.31"
"source": "https://github.com/tecnickcom/tc-lib-barcode"
},
"funding": [
{
@ -16588,20 +16600,20 @@
"type": "custom"
}
],
"time": "2026-04-11T16:55:36+00:00"
"time": "2026-04-20T07:15:41+00:00"
},
{
"name": "tecnickcom/tc-lib-color",
"version": "2.3.12",
"version": "2.3.14",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-color.git",
"reference": "d76454d5723379d73629f46114e4b69ec77175df"
"reference": "6fbb7daabf4f15b38d264ad9091f0745502459b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/d76454d5723379d73629f46114e4b69ec77175df",
"reference": "d76454d5723379d73629f46114e4b69ec77175df",
"url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/6fbb7daabf4f15b38d264ad9091f0745502459b9",
"reference": "6fbb7daabf4f15b38d264ad9091f0745502459b9",
"shasum": ""
},
"require": {
@ -16609,11 +16621,11 @@
"php": ">=8.1"
},
"require-dev": {
"pdepend/pdepend": "2.16.2",
"pdepend/pdepend": "^2.16",
"phpcompatibility/php-compatibility": "^10.0.0@dev",
"phpmd/phpmd": "2.15.0",
"phpunit/phpunit": "13.1.1 || 12.5.17 || 11.5.55 || 10.5.63",
"squizlabs/php_codesniffer": "4.0.1"
"phpmd/phpmd": "^2.15",
"phpunit/phpunit": "^13.1 || ^12.5 || ^11.5 || ^10.5",
"squizlabs/php_codesniffer": "^4.0"
},
"type": "library",
"autoload": {
@ -16633,7 +16645,7 @@
}
],
"description": "PHP library to manipulate various color representations",
"homepage": "http://www.tecnick.com",
"homepage": "https://tcpdf.org",
"keywords": [
"cmyk",
"color",
@ -16650,7 +16662,7 @@
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-color/issues",
"source": "https://github.com/tecnickcom/tc-lib-color/tree/2.3.12"
"source": "https://github.com/tecnickcom/tc-lib-color"
},
"funding": [
{
@ -16658,7 +16670,7 @@
"type": "custom"
}
],
"time": "2026-04-11T16:53:57+00:00"
"time": "2026-04-20T07:09:08+00:00"
},
{
"name": "thecodingmachine/safe",
@ -18469,11 +18481,11 @@
},
{
"name": "phpstan/phpstan",
"version": "2.1.48",
"version": "2.1.51",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/231397213efb7c0a066ee024b5c3c87f2d3adfa0",
"reference": "231397213efb7c0a066ee024b5c3c87f2d3adfa0",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc3b523c45e714c70de2ac5113b958223b55dc59",
"reference": "dc3b523c45e714c70de2ac5113b958223b55dc59",
"shasum": ""
},
"require": {
@ -18518,20 +18530,20 @@
"type": "github"
}
],
"time": "2026-04-15T20:24:19+00:00"
"time": "2026-04-21T18:22:01+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
"version": "2.0.20",
"version": "2.0.21",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "72f4f7a02d6c98d9101e8616e0488bc0a785196d"
"reference": "81dac0ee4363c2359128aec844df31efb215dddc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/72f4f7a02d6c98d9101e8616e0488bc0a785196d",
"reference": "72f4f7a02d6c98d9101e8616e0488bc0a785196d",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/81dac0ee4363c2359128aec844df31efb215dddc",
"reference": "81dac0ee4363c2359128aec844df31efb215dddc",
"shasum": ""
},
"require": {
@ -18592,9 +18604,9 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.20"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.21"
},
"time": "2026-03-13T13:44:51+00:00"
"time": "2026-04-17T13:00:39+00:00"
},
{
"name": "phpstan/phpstan-strict-rules",
@ -19180,21 +19192,21 @@
},
{
"name": "rector/rector",
"version": "2.4.1",
"version": "2.4.2",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
"reference": "000b7050b9e4fe98db2192971e56eb0b302b3feb"
"reference": "e645b6463c6a88ea5b44b17d3387d35a912c7946"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/000b7050b9e4fe98db2192971e56eb0b302b3feb",
"reference": "000b7050b9e4fe98db2192971e56eb0b302b3feb",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/e645b6463c6a88ea5b44b17d3387d35a912c7946",
"reference": "e645b6463c6a88ea5b44b17d3387d35a912c7946",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
"phpstan/phpstan": "^2.1.41"
"phpstan/phpstan": "^2.1.48"
},
"conflict": {
"rector/rector-doctrine": "*",
@ -19228,7 +19240,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.4.1"
"source": "https://github.com/rectorphp/rector/tree/2.4.2"
},
"funding": [
{
@ -19236,7 +19248,7 @@
"type": "github"
}
],
"time": "2026-04-08T08:43:56+00:00"
"time": "2026-04-16T13:07:34+00:00"
},
{
"name": "roave/security-advisories",
@ -19244,12 +19256,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "bb550b5adb0d4d74c4f6857c6b3b3638c022e90b"
"reference": "f41f65e527608a9a76cfbafd873756ed76c5452d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/bb550b5adb0d4d74c4f6857c6b3b3638c022e90b",
"reference": "bb550b5adb0d4d74c4f6857c6b3b3638c022e90b",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/f41f65e527608a9a76cfbafd873756ed76c5452d",
"reference": "f41f65e527608a9a76cfbafd873756ed76c5452d",
"shasum": ""
},
"conflict": {
@ -19558,7 +19570,7 @@
"friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
"froala/wysiwyg-editor": "<=4.3",
"frosh/adminer-platform": "<2.2.1",
"froxlor/froxlor": "<=2.3.4",
"froxlor/froxlor": "<2.3.6",
"frozennode/administrator": "<=5.0.12",
"fuel/core": "<1.8.1",
"funadmin/funadmin": "<=7.1.0.0-RC4",
@ -19577,6 +19589,7 @@
"globalpayments/php-sdk": "<2",
"goalgorilla/open_social": "<12.3.11|>=12.4,<12.4.10|>=13.0.0.0-alpha1,<13.0.0.0-alpha11",
"gogentooss/samlbase": "<1.2.7",
"goodoneuz/pay-uz": "<=2.2.24",
"google/protobuf": "<4.33.6",
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
"gp247/core": "<1.1.24",
@ -19639,6 +19652,7 @@
"jasig/phpcas": "<1.3.3",
"jbartels/wec-map": "<3.0.3",
"jcbrand/converse.js": "<3.3.3",
"joedolson/my-calendar": "<3.7.7",
"joelbutcher/socialstream": "<5.6|>=6,<6.2",
"johnbillion/query-monitor": "<3.20.4",
"johnbillion/wp-crontrol": "<1.16.2|>=1.17,<1.19.2",
@ -19663,8 +19677,8 @@
"kelvinmo/simplejwt": "<=1.1",
"kelvinmo/simplexrd": "<3.1.1",
"kevinpapst/kimai2": "<1.16.7",
"khodakhah/nodcms": "<=3",
"kimai/kimai": "<2.53",
"khodakhah/nodcms": "<=3.4.1",
"kimai/kimai": "<=2.53",
"kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
"klaviyo/magento2-extension": ">=1,<3",
"knplabs/knp-snappy": "<=1.4.2",
@ -19724,6 +19738,7 @@
"manogi/nova-tiptap": "<=3.2.6",
"mantisbt/mantisbt": "<2.28.1",
"marcwillmann/turn": "<0.3.3",
"markhuot/craftql": "<=1.3.7",
"marshmallow/nova-tiptap": "<5.7",
"matomo/matomo": "<1.11",
"matyhtf/framework": "<3.0.6",
@ -19804,9 +19819,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",
@ -19814,7 +19829,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",
@ -19866,7 +19881,7 @@
"phpseclib/phpseclib": "<2.0.53|>=3,<3.0.51",
"phpservermon/phpservermon": "<3.6",
"phpsysinfo/phpsysinfo": "<3.4.3",
"phpunit/phpunit": "<8.5.52|>=9,<9.6.33|>=10,<10.5.62|>=11,<11.5.50|>=12,<12.5.8",
"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",
@ -19901,7 +19916,7 @@
"prestashop/ps_facetedsearch": "<3.4.1",
"prestashop/ps_linklist": "<3.1",
"privatebin/privatebin": "<1.4|>=1.5,<1.7.4|>=1.7.7,<2.0.3",
"processwire/processwire": "<=3.0.246",
"processwire/processwire": "<=3.0.255",
"propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
"propel/propel1": ">=1,<=1.7.1",
"psy/psysh": "<=0.11.22|>=0.12,<=0.12.18",
@ -19960,7 +19975,7 @@
"shuchkin/simplexlsx": ">=1.0.12,<1.1.13",
"silverstripe-australia/advancedreports": ">=1,<=2",
"silverstripe/admin": "<1.13.19|>=2,<2.1.8",
"silverstripe/assets": ">=1,<1.11.1",
"silverstripe/assets": "<2.4.5|>=3,<3.1.3",
"silverstripe/cms": "<4.11.3",
"silverstripe/comments": ">=1.3,<3.1.1",
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
@ -20013,9 +20028,9 @@
"starcitizentools/short-description": ">=4,<4.0.1",
"starcitizentools/tabber-neue": ">=1.9.1,<2.7.2|>=3,<3.1.1",
"starcitizenwiki/embedvideo": "<=4",
"statamic/cms": "<5.73.16|>=6,<6.7.2",
"statamic/cms": "<5.73.20|>=6,<6.13",
"stormpath/sdk": "<9.9.99",
"studio-42/elfinder": "<=2.1.64",
"studio-42/elfinder": "<2.1.67",
"studiomitte/friendlycaptcha": "<0.1.4",
"subhh/libconnect": "<7.0.8|>=8,<8.1",
"sukohi/surpass": "<1",
@ -20194,7 +20209,7 @@
"xpressengine/xpressengine": "<3.0.15",
"yab/quarx": "<2.4.5",
"yansongda/pay": "<=3.7.19",
"yeswiki/yeswiki": "<4.6",
"yeswiki/yeswiki": "<=4.6",
"yetiforce/yetiforce-crm": "<6.5",
"yidashi/yii2cmf": "<=2",
"yii2mod/yii2-cms": "<1.9.2",
@ -20289,7 +20304,7 @@
"type": "tidelift"
}
],
"time": "2026-04-15T20:21:07+00:00"
"time": "2026-04-21T17:25:01+00:00"
},
{
"name": "sebastian/cli-parser",

View file

@ -2353,6 +2353,8 @@ use Symfony\Component\Config\Loader\ParamConfigurator as Param;
* proxy_namespace?: scalar|Param|null, // Default: "Jbtronics\\SettingsBundle\\Proxies"
* default_storage_adapter?: scalar|Param|null, // Default: null
* save_after_migration?: bool|Param, // Default: true
* yaml_mapping_paths?: list<scalar|Param|null>,
* metadata_compiler_providers?: list<scalar|Param|null>,
* file_storage?: array{
* storage_directory?: scalar|Param|null, // Default: "%kernel.project_dir%/var/jbtronics_settings/"
* default_filename?: scalar|Param|null, // Default: "settings"

1693
yarn.lock

File diff suppressed because it is too large Load diff