10000 [PropertyInfo] Cache support by dunglas · Pull Request #16917 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[PropertyInfo] Cache support #16917

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 6 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 load files.
Loading
Diff view
Diff view
Prev Previous commit
Replace symfony/cache by psr/cache-implementation in suggest
  • Loading branch information
dunglas committed Jan 26, 2016
commit 43f344652705e010011382a9b092d85b8be1f5b7
2 changes: 1 addition & 1 deletion src/Symfony/Component/PropertyInfo/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"phpdocumentor/reflection": "<1.0.7"
},
"suggest": {
"symfony/cache": "To cache results",
"psr/cache-implementation": "To cache results",
"symfony/doctrine-bridge": "To use Doctrine metadata",
"phpdocumentor/reflection": "To use the PHPDoc",
"symfony/serializer": "To use Serializer metadata"
Expand Down
0