Dennis de Best

Results 17 comments of Dennis de Best

I am having the same problems, there is no way of getting it running when I import it in a TypeScript file that gets processed by Webpack with the Symfony...

Thanks @stijn-at-work adding `< /dev/tty` fixed it for me. This is my grumphp.yaml.dist ``` yaml grumphp: hooks_dir: './tools/grumphp/resources/hooks' git_hook_variables: EXEC_GRUMPHP_COMMAND: 'docker-compose run -eSYMFONY_DEPRECATIONS_HELPER=disabled=1 php' tasks: ... ``` I added my...

> Update 2: > > If I uncomment the line with the `$unknowsFields` in the file `vendor\a2lix\auto-form-bundle\src\Form\Manipulator\DoctrineORMManipulator.php` my example from above works just fine... Work for me to when adding...

The error disappears when the field has mapped set to false. However this prevents Vich of uploading the file and setting the filename. To get this to work on my...

Hi, I would be happy to help as a contributor. I have this PR going on for some time now https://github.com/KnpLabs/DoctrineBehaviors/pull/742 I will contact knplabs to see if they would...

I updated the tests some more and added support for Symfony 7. I dropped support for Symfony5 and PHP 8.0 This kind of takes the PR [#750](https://github.com/KnpLabs/DoctrineBehaviors/pull/750) into account aswell.

> Hello 👋 > > Any updates about this PR? 😀 Nothing so far 😕I use my fork on multiple projects waiting for it to get merged

@alexpozzi Thanks for the reply. I will take another look at it when I get back from vacation in two weeks.

There are some changes with Symfony 6.1 which make it difficult to use 6.0 as the lowest version. I updated the composer.json to only allow symfony 6.1 and php 8.1....