10000 [Serializer] Add PSR-6 adapter by dunglas · Pull Request #17446 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[Serializer] Add PSR-6 adapter #17446

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

Closed
wants to merge 4 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to l 8000 oad files.
Loading
Diff view
Diff view
Prev Previous commit
Suggest psr/cache-implementation
  • Loading branch information
dunglas committed Jan 26, 2016
commit c98f17ab2c8aaaa84739569ed15a3768ab1011bf
2 changes: 1 addition & 1 deletion src/Symfony/Component/Serializer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"doctrine/cache": "~1.0"
},
"suggest": {
"symfony/cache": "For using the metadata cache.",
"psr/cache-implementation": "For using the metadata cache.",
"symfony/yaml": "For using the default YAML mapping loader.",
"symfony/config": "For using the XML mapping loader.",
"symfony/property-access": "For using the ObjectNormalizer.",
Expand Down
0