Fabiano Roberto
Fabiano Roberto
Is anyone handling this PR?
Is anyone handling this PR?
If you want to use a workaround you can use composer patch to apply `#[ORM\Column(type: Types::JSON, nullable: true)]` change. Use follow instructions: 1. install https://github.com/cweagans/composer-patches with `composer require cweagans/composer-patches` 2....
Yes I agree with you, but I was in a hybrid situation: - new application with ``` "doctrine/dbal": "^4.2.3", "doctrine/doctrine-bundle": "^2.14.0", "doctrine/doctrine-migrations-bundle": "^3.4.2", "doctrine/orm": "^3.3.3", ``` - despite the configuration...