-
Notifications
You must be signed in to change notification settings - Fork 16
Updated docs to reflect the changes to the bundle #7
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
|
||
Symfony 2 library providing PSR-6 compliant cache services for the user. | ||
It also lets you cache your sessions and routes. | ||
Symfony bundle helping you interrate your PSR-6 compliant cache service with the framework. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
interrate -> integrate
Why remove the documentation on the doctrine integration? |
Sorry, I thought the doctrine was removed.. I was wrong. Thank you! |
@@ -1,40 +1,60 @@ | |||
PHP-Cache cache-bundle [](https://travis-ci.org/php-cache/cache-bundle) | |||
==================== | |||
|
|||
#### Cache Bundle for Symfony 2 | |||
#### Cache Bundle for Symfony 2.7 and above |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.6
Apparently, theres merge conflicts |
I dont think it is a merge conflict. I configured the repos to "Protect master". Which means we cant merge until travis passes. (I thought that was generally a good thing...) Remove it if you don't like it. Have a look at #9, that one will fix travis. After that one is merge I can rebase this branch. |
Updated docs to reflect the changes to the bundle
Thank you for squashing the commits. |
👍 |
This will close #3