| Q | A
| ---------------- | -----
| Bug report? | yes
The ArgumentTransformer needs the symfony/property-access component.
We should update the composer.json accordingly or we get a Class Not found Exception.
The symfony/validator is missing too.
This is normal, validator is optional
Ok, so I made a PR to fix the ArgumentsTransformer.
View #642
This is normal, validator is optional
Yes @wiese this is an acceptable fix, do you want to submit a PR for 0.13 branch?
@mcg-web I was about to but then realized it is already mentioned in require-dev... Keep in mind I do not know how this code base does what it does and what (if any) is its "plan B" if symfony/validator is not installed.
Most helpful comment
The
symfony/validatoris missing too.