Downgrade symfony/type-info to 7.4.0 to prevent issue that fails proper type resolving of static

This commit is contained in:
Jan Böhmer 2026-01-03 22:17:52 +01:00
parent 876cfc0375
commit a5d7a5f1d3
2 changed files with 22 additions and 21 deletions

View file

@ -79,6 +79,7 @@
"symfony/string": "7.4.*", "symfony/string": "7.4.*",
"symfony/translation": "7.4.*", "symfony/translation": "7.4.*",
"symfony/twig-bundle": "7.4.*", "symfony/twig-bundle": "7.4.*",
"symfony/type-info": "7.4.0",
"symfony/ux-translator": "^2.10", "symfony/ux-translator": "^2.10",
"symfony/ux-turbo": "^2.0", "symfony/ux-turbo": "^2.0",
"symfony/validator": "7.4.*", "symfony/validator": "7.4.*",

42
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "624cf08821477aa7b8f6efc0d4300087", "content-hash": "43757aac5f0141421893ff144ccc462f",
"packages": [ "packages": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
@ -13755,21 +13755,21 @@
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v7.4.3", "version": "v7.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-access.git", "url": "https://github.com/symfony/property-access.git",
"reference": "30aff8455647be949fc2e8fcef2847d5a6743c98" "reference": "537626149d2910ca43eb9ce465654366bf4442f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-access/zipball/30aff8455647be949fc2e8fcef2847d5a6743c98", "url": "https://api.github.com/repos/symfony/property-access/zipball/537626149d2910ca43eb9ce465654366bf4442f4",
"reference": "30aff8455647be949fc2e8fcef2847d5a6743c98", "reference": "537626149d2910ca43eb9ce465654366bf4442f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.2", "php": ">=8.2",
"symfony/property-info": "^6.4.31|~7.3.9|^7.4.2|^8.0.3" "symfony/property-info": "^6.4|^7.0|^8.0"
}, },
"require-dev": { "require-dev": {
"symfony/cache": "^6.4|^7.0|^8.0", "symfony/cache": "^6.4|^7.0|^8.0",
@ -13812,7 +13812,7 @@
"reflection" "reflection"
], ],
"support": { "support": {
"source": "https://github.com/symfony/property-access/tree/v7.4.3" "source": "https://github.com/symfony/property-access/tree/v7.4.0"
}, },
"funding": [ "funding": [
{ {
@ -13832,27 +13832,27 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-12-18T10:35:58+00:00" "time": "2025-09-08T21:14:32+00:00"
}, },
{ {
"name": "symfony/property-info", "name": "symfony/property-info",
"version": "v7.4.3", "version": "v7.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-info.git", "url": "https://github.com/symfony/property-info.git",
"reference": "ea62b28cd68fb36e252abd77de61e505a0f2a7b1" "reference": "c3c686e3d3a33a99f6967e69d6d5832acb7c25a1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/ea62b28cd68fb36e252abd77de61e505a0f2a7b1", "url": "https://api.github.com/repos/symfony/property-info/zipball/c3c686e3d3a33a99f6967e69d6d5832acb7c25a1",
"reference": "ea62b28cd68fb36e252abd77de61e505a0f2a7b1", "reference": "c3c686e3d3a33a99f6967e69d6d5832acb7c25a1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.2", "php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3", "symfony/deprecation-contracts": "^2.5|^3",
"symfony/string": "^6.4|^7.0|^8.0", "symfony/string": "^6.4|^7.0|^8.0",
"symfony/type-info": "~7.3.8|^7.4.1|^8.0.1" "symfony/type-info": "^7.3.5|^8.0"
}, },
"conflict": { "conflict": {
"phpdocumentor/reflection-docblock": "<5.2", "phpdocumentor/reflection-docblock": "<5.2",
@ -13902,7 +13902,7 @@
"validator" "validator"
], ],
"support": { "support": {
"source": "https://github.com/symfony/property-info/tree/v7.4.3" "source": "https://github.com/symfony/property-info/tree/v7.4.0"
}, },
"funding": [ "funding": [
{ {
@ -13922,7 +13922,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-12-18T08:28:41+00:00" "time": "2025-11-13T08:38:49+00:00"
}, },
{ {
"name": "symfony/psr-http-message-bridge", "name": "symfony/psr-http-message-bridge",
@ -15432,16 +15432,16 @@
}, },
{ {
"name": "symfony/type-info", "name": "symfony/type-info",
"version": "v7.4.1", "version": "v7.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/type-info.git", "url": "https://github.com/symfony/type-info.git",
"reference": "ac5ab66b21c758df71b7210cf1033d1ac807f202" "reference": "7f9743e921abcce92a03fc693530209c59e73076"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/type-info/zipball/ac5ab66b21c758df71b7210cf1033d1ac807f202", "url": "https://api.github.com/repos/symfony/type-info/zipball/7f9743e921abcce92a03fc693530209c59e73076",
"reference": "ac5ab66b21c758df71b7210cf1033d1ac807f202", "reference": "7f9743e921abcce92a03fc693530209c59e73076",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -15491,7 +15491,7 @@
"type" "type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/type-info/tree/v7.4.1" "source": "https://github.com/symfony/type-info/tree/v7.4.0"
}, },
"funding": [ "funding": [
{ {
@ -15511,7 +15511,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-12-05T14:04:53+00:00" "time": "2025-11-07T09:36:46+00:00"
}, },
{ {
"name": "symfony/uid", "name": "symfony/uid",