mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +00:00
Updated jbtronics/settings-bundle for fixing compatibility issues with symfony 7.4
This commit is contained in:
parent
d8ec65461e
commit
1596b4d7ea
2 changed files with 86 additions and 46 deletions
76
composer.lock
generated
76
composer.lock
generated
|
|
@ -4940,24 +4940,24 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jbtronics/dompdf-font-loader-bundle",
|
"name": "jbtronics/dompdf-font-loader-bundle",
|
||||||
"version": "v1.1.5",
|
"version": "v1.1.6",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jbtronics/dompdf-font-loader-bundle.git",
|
"url": "https://github.com/jbtronics/dompdf-font-loader-bundle.git",
|
||||||
"reference": "83a0e50ecceefea0a63915dae758e00788fd067e"
|
"reference": "5fb434f35544d5757292cd5471768dda3862c932"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/jbtronics/dompdf-font-loader-bundle/zipball/83a0e50ecceefea0a63915dae758e00788fd067e",
|
"url": "https://api.github.com/repos/jbtronics/dompdf-font-loader-bundle/zipball/5fb434f35544d5757292cd5471768dda3862c932",
|
||||||
"reference": "83a0e50ecceefea0a63915dae758e00788fd067e",
|
"reference": "5fb434f35544d5757292cd5471768dda3862c932",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"dompdf/dompdf": "^1.0.0|^2.0.0|^3.0.0",
|
"dompdf/dompdf": "^1.0.0|^2.0.0|^3.0.0",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"symfony/finder": "^6.0|^7.0",
|
"symfony/finder": "^6.0|^7.0|^8.0",
|
||||||
"symfony/framework-bundle": "^6.0|^7.0"
|
"symfony/framework-bundle": "^6.0|^7.0|^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^9.5",
|
"phpunit/phpunit": "^9.5",
|
||||||
|
|
@ -4989,22 +4989,22 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/jbtronics/dompdf-font-loader-bundle/issues",
|
"issues": "https://github.com/jbtronics/dompdf-font-loader-bundle/issues",
|
||||||
"source": "https://github.com/jbtronics/dompdf-font-loader-bundle/tree/v1.1.5"
|
"source": "https://github.com/jbtronics/dompdf-font-loader-bundle/tree/v1.1.6"
|
||||||
},
|
},
|
||||||
"time": "2025-07-25T20:29:05+00:00"
|
"time": "2025-11-30T22:19:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jbtronics/settings-bundle",
|
"name": "jbtronics/settings-bundle",
|
||||||
"version": "v3.1.1",
|
"version": "v3.1.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jbtronics/settings-bundle.git",
|
"url": "https://github.com/jbtronics/settings-bundle.git",
|
||||||
"reference": "1067dd3d816cd0a6be7ac3d3989587ea05040bd4"
|
"reference": "f16bce21b54d202baabfe05cb7c64a14d43b9671"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/jbtronics/settings-bundle/zipball/1067dd3d816cd0a6be7ac3d3989587ea05040bd4",
|
"url": "https://api.github.com/repos/jbtronics/settings-bundle/zipball/f16bce21b54d202baabfe05cb7c64a14d43b9671",
|
||||||
"reference": "1067dd3d816cd0a6be7ac3d3989587ea05040bd4",
|
"reference": "f16bce21b54d202baabfe05cb7c64a14d43b9671",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -5012,11 +5012,11 @@
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"symfony/deprecation-contracts": "^3.4",
|
"symfony/deprecation-contracts": "^3.4",
|
||||||
"symfony/form": "^6.4|^7.0",
|
"symfony/form": "^6.4|^7.0|^8.0",
|
||||||
"symfony/framework-bundle": "^6.4|^7.0",
|
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
|
||||||
"symfony/translation": "^7.0|^6.4",
|
"symfony/translation": "^7.0|^6.4|^8.0",
|
||||||
"symfony/translation-contracts": "^2.5|^3.0",
|
"symfony/translation-contracts": "^2.5|^3.0",
|
||||||
"symfony/validator": "^6.4|^7.0",
|
"symfony/validator": "^6.4|^7.0|^8.0",
|
||||||
"symfony/var-exporter": "^6.4|^7.0"
|
"symfony/var-exporter": "^6.4|^7.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|
@ -5030,10 +5030,10 @@
|
||||||
"phpstan/phpstan-symfony": "^1.3",
|
"phpstan/phpstan-symfony": "^1.3",
|
||||||
"phpunit/phpunit": "^9.5",
|
"phpunit/phpunit": "^9.5",
|
||||||
"roave/security-advisories": "dev-latest",
|
"roave/security-advisories": "dev-latest",
|
||||||
"symfony/console": "^6.4|^7.0",
|
"symfony/console": "^6.4|^7.0|^8.0",
|
||||||
"symfony/phpunit-bridge": "^6.4|^7.0",
|
"symfony/phpunit-bridge": "^6.4|^7.0|^8.0",
|
||||||
"symfony/security-csrf": "^7.0|^6.4",
|
"symfony/security-csrf": "^7.0|^6.4|^8.0",
|
||||||
"symfony/twig-bridge": "^6.4|^7.0"
|
"symfony/twig-bridge": "^6.4|^7.0|^8.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"doctrine/doctrine-bundle": "To use the doctrine ORM storage",
|
"doctrine/doctrine-bundle": "To use the doctrine ORM storage",
|
||||||
|
|
@ -5065,7 +5065,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/jbtronics/settings-bundle/issues",
|
"issues": "https://github.com/jbtronics/settings-bundle/issues",
|
||||||
"source": "https://github.com/jbtronics/settings-bundle/tree/v3.1.1"
|
"source": "https://github.com/jbtronics/settings-bundle/tree/v3.1.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -5077,7 +5077,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-09-22T22:00:15+00:00"
|
"time": "2025-11-30T22:22:49+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jfcherng/php-color-output",
|
"name": "jfcherng/php-color-output",
|
||||||
|
|
@ -16133,16 +16133,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/webpack-encore-bundle",
|
"name": "symfony/webpack-encore-bundle",
|
||||||
"version": "v2.3.0",
|
"version": "v2.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/webpack-encore-bundle.git",
|
"url": "https://github.com/symfony/webpack-encore-bundle.git",
|
||||||
"reference": "7ae70d44c24c3b913f308af8396169b5c6d9e0f5"
|
"reference": "5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/7ae70d44c24c3b913f308af8396169b5c6d9e0f5",
|
"url": "https://api.github.com/repos/symfony/webpack-encore-bundle/zipball/5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e",
|
||||||
"reference": "7ae70d44c24c3b913f308af8396169b5c6d9e0f5",
|
"reference": "5b932e0feddd81aaf0ecd7d5fcd2e450e5a7817e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -16185,7 +16185,7 @@
|
||||||
"description": "Integration of your Symfony app with Webpack Encore",
|
"description": "Integration of your Symfony app with Webpack Encore",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/symfony/webpack-encore-bundle/issues",
|
"issues": "https://github.com/symfony/webpack-encore-bundle/issues",
|
||||||
"source": "https://github.com/symfony/webpack-encore-bundle/tree/v2.3.0"
|
"source": "https://github.com/symfony/webpack-encore-bundle/tree/v2.4.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -16205,7 +16205,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-08-05T11:43:32+00:00"
|
"time": "2025-11-27T13:41:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/yaml",
|
"name": "symfony/yaml",
|
||||||
|
|
@ -17783,27 +17783,27 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "jbtronics/translation-editor-bundle",
|
"name": "jbtronics/translation-editor-bundle",
|
||||||
"version": "v1.1.2",
|
"version": "v1.1.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/jbtronics/translation-editor-bundle.git",
|
"url": "https://github.com/jbtronics/translation-editor-bundle.git",
|
||||||
"reference": "bab5dd6ef41e87ba3d60c6363793e1cdf5cb6249"
|
"reference": "36bfb256e11d231d185bc2491323b041ba731257"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/jbtronics/translation-editor-bundle/zipball/bab5dd6ef41e87ba3d60c6363793e1cdf5cb6249",
|
"url": "https://api.github.com/repos/jbtronics/translation-editor-bundle/zipball/36bfb256e11d231d185bc2491323b041ba731257",
|
||||||
"reference": "bab5dd6ef41e87ba3d60c6363793e1cdf5cb6249",
|
"reference": "36bfb256e11d231d185bc2491323b041ba731257",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"symfony/deprecation-contracts": "^3.4",
|
"symfony/deprecation-contracts": "^3.4",
|
||||||
"symfony/framework-bundle": "^6.4|^7.0",
|
"symfony/framework-bundle": "^6.4|^7.0|^8.0",
|
||||||
"symfony/translation": "^7.0|^6.4",
|
"symfony/translation": "^7.0|^6.4|^8.0",
|
||||||
"symfony/translation-contracts": "^2.5|^3.0",
|
"symfony/translation-contracts": "^2.5|^3.0",
|
||||||
"symfony/twig-bundle": "^7.0|^6.4",
|
"symfony/twig-bundle": "^7.0|^6.4|^8.0",
|
||||||
"symfony/web-profiler-bundle": "^7.0|^6.4"
|
"symfony/web-profiler-bundle": "^7.0|^6.4|^8.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"ekino/phpstan-banned-code": "^1.0",
|
"ekino/phpstan-banned-code": "^1.0",
|
||||||
|
|
@ -17837,7 +17837,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/jbtronics/translation-editor-bundle/issues",
|
"issues": "https://github.com/jbtronics/translation-editor-bundle/issues",
|
||||||
"source": "https://github.com/jbtronics/translation-editor-bundle/tree/v1.1.2"
|
"source": "https://github.com/jbtronics/translation-editor-bundle/tree/v1.1.3"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
|
@ -17849,7 +17849,7 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-07-28T09:19:13+00:00"
|
"time": "2025-11-30T22:23:47+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "myclabs/deep-copy",
|
"name": "myclabs/deep-copy",
|
||||||
|
|
|
||||||
|
|
@ -128,7 +128,7 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* http_method_override?: bool, // Set true to enable support for the '_method' request parameter to determine the intended HTTP method on POST requests. // Default: false
|
* http_method_override?: bool, // Set true to enable support for the '_method' request parameter to determine the intended HTTP method on POST requests. // Default: false
|
||||||
* allowed_http_method_override?: list<string>|null,
|
* allowed_http_method_override?: list<string>|null,
|
||||||
* trust_x_sendfile_type_header?: scalar|null, // Set true to enable support for xsendfile in binary file responses. // Default: "%env(bool:default::SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER)%"
|
* trust_x_sendfile_type_header?: scalar|null, // Set true to enable support for xsendfile in binary file responses. // Default: "%env(bool:default::SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER)%"
|
||||||
* ide?: scalar|null, // Default: null
|
* ide?: scalar|null, // Default: "%env(default::SYMFONY_IDE)%"
|
||||||
* test?: bool,
|
* test?: bool,
|
||||||
* default_locale?: scalar|null, // Default: "en"
|
* default_locale?: scalar|null, // Default: "en"
|
||||||
* set_locale_from_accept_language?: bool, // Whether to use the Accept-Language HTTP header to set the Request locale (only when the "_locale" request attribute is not passed). // Default: false
|
* set_locale_from_accept_language?: bool, // Whether to use the Accept-Language HTTP header to set the Request locale (only when the "_locale" request attribute is not passed). // Default: false
|
||||||
|
|
@ -285,7 +285,7 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* paths?: array<string, scalar|null>,
|
* paths?: array<string, scalar|null>,
|
||||||
* excluded_patterns?: list<scalar|null>,
|
* excluded_patterns?: list<scalar|null>,
|
||||||
* exclude_dotfiles?: bool, // If true, any files starting with "." will be excluded from the asset mapper. // Default: true
|
* exclude_dotfiles?: bool, // If true, any files starting with "." will be excluded from the asset mapper. // Default: true
|
||||||
* server?: bool, // If true, a "dev server" will return the assets from the public directory (true in "debug" mode only by default). // Default: false
|
* server?: bool, // If true, a "dev server" will return the assets from the public directory (true in "debug" mode only by default). // Default: true
|
||||||
* public_prefix?: scalar|null, // The public path where the assets will be written to (and served from when "server" is true). // Default: "/assets/"
|
* public_prefix?: scalar|null, // The public path where the assets will be written to (and served from when "server" is true). // Default: "/assets/"
|
||||||
* missing_import_mode?: "strict"|"warn"|"ignore", // Behavior if an asset cannot be found when imported from JavaScript or CSS files - e.g. "import './non-existent.js'". "strict" means an exception is thrown, "warn" means a warning is logged, "ignore" means the import is left as-is. // Default: "warn"
|
* missing_import_mode?: "strict"|"warn"|"ignore", // Behavior if an asset cannot be found when imported from JavaScript or CSS files - e.g. "import './non-existent.js'". "strict" means an exception is thrown, "warn" means a warning is logged, "ignore" means the import is left as-is. // Default: "warn"
|
||||||
* extensions?: array<string, scalar|null>,
|
* extensions?: array<string, scalar|null>,
|
||||||
|
|
@ -405,7 +405,7 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* },
|
* },
|
||||||
* php_errors?: array{ // PHP errors handling configuration
|
* php_errors?: array{ // PHP errors handling configuration
|
||||||
* log?: mixed, // Use the application logger instead of the PHP logger for logging PHP errors. // Default: true
|
* log?: mixed, // Use the application logger instead of the PHP logger for logging PHP errors. // Default: true
|
||||||
* throw?: bool, // Throw PHP errors as \ErrorException instances. // Default: false
|
* throw?: bool, // Throw PHP errors as \ErrorException instances. // Default: true
|
||||||
* },
|
* },
|
||||||
* exceptions?: array<string, array{ // Default: []
|
* exceptions?: array<string, array{ // Default: []
|
||||||
* log_level?: scalar|null, // The level of log message. Null to let Symfony decide. // Default: null
|
* log_level?: scalar|null, // The level of log message. Null to let Symfony decide. // Default: null
|
||||||
|
|
@ -468,7 +468,7 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* scheduler?: bool|array{ // Scheduler configuration
|
* scheduler?: bool|array{ // Scheduler configuration
|
||||||
* enabled?: bool, // Default: false
|
* enabled?: bool, // Default: false
|
||||||
* },
|
* },
|
||||||
* disallow_search_engine_index?: bool, // Enabled by default when debug is enabled. // Default: false
|
* disallow_search_engine_index?: bool, // Enabled by default when debug is enabled. // Default: true
|
||||||
* http_client?: bool|array{ // HTTP Client configuration
|
* http_client?: bool|array{ // HTTP Client configuration
|
||||||
* enabled?: bool, // Default: true
|
* enabled?: bool, // Default: true
|
||||||
* max_host_connections?: int, // The maximum number of connections to a single host.
|
* max_host_connections?: int, // The maximum number of connections to a single host.
|
||||||
|
|
@ -731,8 +731,8 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* platform_service?: scalar|null, // Deprecated: The "platform_service" configuration key is deprecated since doctrine-bundle 2.9. DBAL 4 will not support setting a custom platform via connection params anymore.
|
* platform_service?: scalar|null, // Deprecated: The "platform_service" configuration key is deprecated since doctrine-bundle 2.9. DBAL 4 will not support setting a custom platform via connection params anymore.
|
||||||
* auto_commit?: bool,
|
* auto_commit?: bool,
|
||||||
* schema_filter?: scalar|null,
|
* schema_filter?: scalar|null,
|
||||||
* logging?: bool, // Default: false
|
* logging?: bool, // Default: true
|
||||||
* profiling?: bool, // Default: false
|
* profiling?: bool, // Default: true
|
||||||
* profiling_collect_backtrace?: bool, // Enables collecting backtraces when profiling is enabled // Default: false
|
* profiling_collect_backtrace?: bool, // Enables collecting backtraces when profiling is enabled // Default: false
|
||||||
* profiling_collect_schema_errors?: bool, // Enables collecting schema errors when profiling is enabled // Default: true
|
* profiling_collect_schema_errors?: bool, // Enables collecting schema errors when profiling is enabled // Default: true
|
||||||
* disable_type_comments?: bool,
|
* disable_type_comments?: bool,
|
||||||
|
|
@ -871,7 +871,7 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* pool?: scalar|null,
|
* pool?: scalar|null,
|
||||||
* },
|
* },
|
||||||
* region_lock_lifetime?: scalar|null, // Default: 60
|
* region_lock_lifetime?: scalar|null, // Default: 60
|
||||||
* log_enabled?: bool, // Default: false
|
* log_enabled?: bool, // Default: true
|
||||||
* region_lifetime?: scalar|null, // Default: 3600
|
* region_lifetime?: scalar|null, // Default: 3600
|
||||||
* enabled?: bool, // Default: true
|
* enabled?: bool, // Default: true
|
||||||
* factory?: scalar|null,
|
* factory?: scalar|null,
|
||||||
|
|
@ -1365,6 +1365,14 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* html_to_text_converter?: scalar|null, // A service implementing the "Symfony\Component\Mime\HtmlToTextConverter\HtmlToTextConverterInterface". // Default: null
|
* html_to_text_converter?: scalar|null, // A service implementing the "Symfony\Component\Mime\HtmlToTextConverter\HtmlToTextConverterInterface". // Default: null
|
||||||
* },
|
* },
|
||||||
* }
|
* }
|
||||||
|
* @psalm-type WebProfilerConfig = array{
|
||||||
|
* toolbar?: bool|array{ // Profiler toolbar configuration
|
||||||
|
* enabled?: bool, // Default: false
|
||||||
|
* ajax_replace?: bool, // Replace toolbar on AJAX requests // Default: false
|
||||||
|
* },
|
||||||
|
* intercept_redirects?: bool, // Default: false
|
||||||
|
* excluded_ajax_paths?: scalar|null, // Default: "^/((index|app(_[\\w]+)?)\\.php/)?_wdt"
|
||||||
|
* }
|
||||||
* @psalm-type MonologConfig = array{
|
* @psalm-type MonologConfig = array{
|
||||||
* use_microseconds?: scalar|null, // Default: true
|
* use_microseconds?: scalar|null, // Default: true
|
||||||
* channels?: list<scalar|null>,
|
* channels?: list<scalar|null>,
|
||||||
|
|
@ -1533,6 +1541,18 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* },
|
* },
|
||||||
* }>,
|
* }>,
|
||||||
* }
|
* }
|
||||||
|
* @psalm-type DebugConfig = array{
|
||||||
|
* max_items?: int, // Max number of displayed items past the first level, -1 means no limit. // Default: 2500
|
||||||
|
* min_depth?: int, // Minimum tree depth to clone all the items, 1 is default. // Default: 1
|
||||||
|
* max_string_length?: int, // Max length of displayed strings, -1 means no limit. // Default: -1
|
||||||
|
* dump_destination?: scalar|null, // A stream URL where dumps should be written to. // Default: null
|
||||||
|
* theme?: "dark"|"light", // Changes the color of the dump() output when rendered directly on the templating. "dark" (default) or "light". // Default: "dark"
|
||||||
|
* }
|
||||||
|
* @psalm-type MakerConfig = array{
|
||||||
|
* root_namespace?: scalar|null, // Default: "App"
|
||||||
|
* generate_final_classes?: bool, // Default: true
|
||||||
|
* generate_final_entities?: bool, // Default: false
|
||||||
|
* }
|
||||||
* @psalm-type WebpackEncoreConfig = array{
|
* @psalm-type WebpackEncoreConfig = array{
|
||||||
* output_path: scalar|null, // The path where Encore is building the assets - i.e. Encore.setOutputPath()
|
* output_path: scalar|null, // The path where Encore is building the assets - i.e. Encore.setOutputPath()
|
||||||
* crossorigin?: false|"anonymous"|"use-credentials", // crossorigin value when Encore.enableIntegrityHashes() is used, can be false (default), anonymous or use-credentials // Default: false
|
* crossorigin?: false|"anonymous"|"use-credentials", // crossorigin value when Encore.enableIntegrityHashes() is used, can be false (default), anonymous or use-credentials // Default: false
|
||||||
|
|
@ -2352,6 +2372,13 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* invalidate_on_env_change?: bool, // Default: true
|
* invalidate_on_env_change?: bool, // Default: true
|
||||||
* },
|
* },
|
||||||
* }
|
* }
|
||||||
|
* @psalm-type JbtronicsTranslationEditorConfig = array{
|
||||||
|
* translations_path?: scalar|null, // Default: "%translator.default_path%"
|
||||||
|
* format?: scalar|null, // Default: "xlf"
|
||||||
|
* xliff_version?: scalar|null, // Default: "2.0"
|
||||||
|
* use_intl_icu_format?: bool, // Default: false
|
||||||
|
* writer_options?: list<scalar|null>,
|
||||||
|
* }
|
||||||
* @psalm-type ApiPlatformConfig = array{
|
* @psalm-type ApiPlatformConfig = array{
|
||||||
* title?: scalar|null, // The title of the API. // Default: ""
|
* title?: scalar|null, // The title of the API. // Default: ""
|
||||||
* description?: scalar|null, // The description of the API. // Default: ""
|
* description?: scalar|null, // The description of the API. // Default: ""
|
||||||
|
|
@ -2502,7 +2529,7 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* validation_error_resource_class?: scalar|null, // The class used to represent validation errors in the OpenAPI documentation. // Default: null
|
* validation_error_resource_class?: scalar|null, // The class used to represent validation errors in the OpenAPI documentation. // Default: null
|
||||||
* },
|
* },
|
||||||
* maker?: bool|array{
|
* maker?: bool|array{
|
||||||
* enabled?: bool, // Default: false
|
* enabled?: bool, // Default: true
|
||||||
* },
|
* },
|
||||||
* exception_to_status?: array<string, int>,
|
* exception_to_status?: array<string, int>,
|
||||||
* formats?: array<string, array{ // Default: {"jsonld":{"mime_types":["application/ld+json"]}}
|
* formats?: array<string, array{ // Default: {"jsonld":{"mime_types":["application/ld+json"]}}
|
||||||
|
|
@ -2607,6 +2634,12 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* ...<mixed>
|
* ...<mixed>
|
||||||
* },
|
* },
|
||||||
* }
|
* }
|
||||||
|
* @psalm-type DamaDoctrineTestConfig = array{
|
||||||
|
* enable_static_connection?: mixed, // Default: true
|
||||||
|
* enable_static_meta_data_cache?: bool, // Default: true
|
||||||
|
* enable_static_query_cache?: bool, // Default: true
|
||||||
|
* connection_keys?: list<mixed>,
|
||||||
|
* }
|
||||||
* @psalm-type ConfigType = array{
|
* @psalm-type ConfigType = array{
|
||||||
* imports?: ImportsConfig,
|
* imports?: ImportsConfig,
|
||||||
* parameters?: ParametersConfig,
|
* parameters?: ParametersConfig,
|
||||||
|
|
@ -2645,7 +2678,10 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* doctrine_migrations?: DoctrineMigrationsConfig,
|
* doctrine_migrations?: DoctrineMigrationsConfig,
|
||||||
* security?: SecurityConfig,
|
* security?: SecurityConfig,
|
||||||
* twig?: TwigConfig,
|
* twig?: TwigConfig,
|
||||||
|
* web_profiler?: WebProfilerConfig,
|
||||||
* monolog?: MonologConfig,
|
* monolog?: MonologConfig,
|
||||||
|
* debug?: DebugConfig,
|
||||||
|
* maker?: MakerConfig,
|
||||||
* webpack_encore?: WebpackEncoreConfig,
|
* webpack_encore?: WebpackEncoreConfig,
|
||||||
* datatables?: DatatablesConfig,
|
* datatables?: DatatablesConfig,
|
||||||
* liip_imagine?: LiipImagineConfig,
|
* liip_imagine?: LiipImagineConfig,
|
||||||
|
|
@ -2664,6 +2700,7 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* knpu_oauth2_client?: KnpuOauth2ClientConfig,
|
* knpu_oauth2_client?: KnpuOauth2ClientConfig,
|
||||||
* nelmio_cors?: NelmioCorsConfig,
|
* nelmio_cors?: NelmioCorsConfig,
|
||||||
* jbtronics_settings?: JbtronicsSettingsConfig,
|
* jbtronics_settings?: JbtronicsSettingsConfig,
|
||||||
|
* jbtronics_translation_editor?: JbtronicsTranslationEditorConfig,
|
||||||
* api_platform?: ApiPlatformConfig,
|
* api_platform?: ApiPlatformConfig,
|
||||||
* },
|
* },
|
||||||
* "when@docker"?: array{
|
* "when@docker"?: array{
|
||||||
|
|
@ -2735,10 +2772,13 @@ namespace Symfony\Component\DependencyInjection\Loader\Configurator;
|
||||||
* doctrine_migrations?: DoctrineMigrationsConfig,
|
* doctrine_migrations?: DoctrineMigrationsConfig,
|
||||||
* security?: SecurityConfig,
|
* security?: SecurityConfig,
|
||||||
* twig?: TwigConfig,
|
* twig?: TwigConfig,
|
||||||
|
* web_profiler?: WebProfilerConfig,
|
||||||
* monolog?: MonologConfig,
|
* monolog?: MonologConfig,
|
||||||
|
* debug?: DebugConfig,
|
||||||
* webpack_encore?: WebpackEncoreConfig,
|
* webpack_encore?: WebpackEncoreConfig,
|
||||||
* datatables?: DatatablesConfig,
|
* datatables?: DatatablesConfig,
|
||||||
* liip_imagine?: LiipImagineConfig,
|
* liip_imagine?: LiipImagineConfig,
|
||||||
|
* dama_doctrine_test?: DamaDoctrineTestConfig,
|
||||||
* twig_extra?: TwigExtraConfig,
|
* twig_extra?: TwigExtraConfig,
|
||||||
* gregwar_captcha?: GregwarCaptchaConfig,
|
* gregwar_captcha?: GregwarCaptchaConfig,
|
||||||
* florianv_swap?: FlorianvSwapConfig,
|
* florianv_swap?: FlorianvSwapConfig,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue