doctrine-bridge icon indicating copy to clipboard operation
doctrine-bridge copied to clipboard

[bug-fix] remove reference to json_array, as it's not a doctrine type anymore i…

Open ghost opened this issue 2 years ago • 2 comments

…n vesion 3.*, so it might cause issues

ghost avatar Nov 10 '21 14:11 ghost

Thanks for your pull request! We love contributions.

However, this repository is what we call a "subtree split": a read-only copy of one directory of the main Symfony repository. It is used by Composer to allow developers to depend on specific Symfony components.

If you want to contribute, you should instead open a pull request on the main repository:

https://github.com/symfony/symfony

Thank you for your contribution!

PS: if you haven't already, please add tests, and beware that bug fixes should be submitted on the lowest maintained branch where they apply.

symfony-bot[bot] avatar Nov 10 '21 14:11 symfony-bot[bot]

@lobamo any workaround I can do now to fix this issue while it gets merged? I'm getting Uncaught Error: Undefined constant Doctrine\DBAL\Types\Types::JSON_ARRAY whenever I try to run composer run

mehdibo avatar Nov 22 '21 15:11 mehdibo