chore: add symfony/object-mapper dependency and fix Finalized translation

This commit is contained in:
2026-07-04 21:32:47 +02:00
parent c34c25dff7
commit f05f88bcc5
5 changed files with 78 additions and 2 deletions
Generated
+74 -1
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "f8e4107825dba89eaa38d067d47856ce",
"content-hash": "7171824ca13f4df0801dfa5d7f58d6a0",
"packages": [
{
"name": "composer/pcre",
@@ -5337,6 +5337,79 @@
],
"time": "2026-05-29T05:06:50+00:00"
},
{
"name": "symfony/object-mapper",
"version": "v8.1.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/object-mapper.git",
"reference": "f2d118d3ced275117b83acc5b57f6611ab38cd14"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/object-mapper/zipball/f2d118d3ced275117b83acc5b57f6611ab38cd14",
"reference": "f2d118d3ced275117b83acc5b57f6611ab38cd14",
"shasum": ""
},
"require": {
"php": ">=8.4.1",
"psr/container": "^2.0"
},
"conflict": {
"symfony/property-access": "<7.2"
},
"require-dev": {
"symfony/property-access": "^7.4|^8.0",
"symfony/var-exporter": "^7.4|^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\ObjectMapper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a way to map an object to another object",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/object-mapper/tree/v8.1.1"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2026-06-17T10:12:54+00:00"
},
{
"name": "symfony/options-resolver",
"version": "v8.1.0",