diff --git a/README.md b/README.md index 6b05867..07262da 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,5 @@ class represents the values of a single locale only and never contains `Translat This Bundle was written by webfactory GmbH, Bonn, Germany. We're a software development agency with a focus on PHP (mostly [Symfony](http://github.com/symfony/symfony)). If you're a developer looking for new challenges, we'd like to hear from you! - -- -Copyright 2012-2024 webfactory GmbH, Bonn. Code released under [the MIT license](LICENSE). +Copyright 2012-2025 webfactory GmbH, Bonn. Code released under [the MIT license](LICENSE). diff --git a/composer.json b/composer.json index 9f19581..2ff34dd 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "require": { "php": ">= 8.1", "doctrine/collections": "^1.6|^2.0", - "doctrine/dbal": "^2.13|^3.0", + "doctrine/dbal": "^3.0|^4.0", "doctrine/event-manager": "^1.1|^2.0", "doctrine/orm": "^2.13|^3.0", "doctrine/persistence": "^2.4|^3.1|^4.0", diff --git a/tests/Fixtures/Entity/TranslatableWithObjectData/ObjectType.php b/tests/Fixtures/Entity/TranslatableWithObjectData/ObjectType.php new file mode 100644 index 0000000..0c19baf --- /dev/null +++ b/tests/Fixtures/Entity/TranslatableWithObjectData/ObjectType.php @@ -0,0 +1,28 @@ +has(ObjectType::TYPE)) { + $typeRegistry->register(ObjectType::TYPE, new ObjectType()); + } + self::setupSchema([ TranslatableWithObjectDataTest_Entity::class, TranslatableWithObjectDataTest_Translation::class,