-
-
Notifications
You must be signed in to change notification settings - Fork 907
fix(jsonld): allow @id, @context and @type on denormalization #6402
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
General question. I think I saw it written somewhere but I can't find it now. What is the easiest way to test a fork? like in an existing api-platform template clone, replace the /vendor/api-platform/core with the peached version to see if it works. Anyway I think it's not working as in Symfony here core/src/Serializer/AbstractItemNormalizer.php Lines 418 to 443 in 73a4c32
where |
Hi, the best way to test the branch is to use https://getcomposer.org/doc/05-repositories.md#vcs with the fork and the branch |
So as I said above #6402 (comment) this seems not to have any effect. And with this it's possible to use the |
nice, can you open a new PR to replace mine? |
superseeded by #6451 |
#6225