We're in the process of upgrading to the latest form bundle, and I saw that the latest update of this project pull in phpdocumentor/reflection-docblock as dependency. This causes quite some additional dependencies to be pulled:
However, I believe that this might have been a mistake, and that the phpdocumentor/reflection-docblock should instead have been placed in the require-dev section. Is that correct?
We're in the process of upgrading to the latest form bundle, and I saw that the latest update of this project pull in
phpdocumentor/reflection-docblockas dependency. This causes quite some additional dependencies to be pulled:However, I believe that this might have been a mistake, and that the
phpdocumentor/reflection-docblockshould instead have been placed in therequire-devsection. Is that correct?