-
-
Notifications
You must be signed in to change notification settings - Fork 600
Use the new cache plugin factory method #531
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
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.
Can this be merged as soon as 1.3 is tagged?
@Nyholm yes! |
Good. Im just waiting on some input form Tuupola on the cache plugin. I'll make sure to tag it after I heard from him. |
That's good, thanks! |
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.
We should also update composer to use
php-http/cache-plugin:^1.3
08db915
to
c8003da
Compare
👍 Fixed @Nyholm |
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.
Cache plugin 1.3 is released. Just waiting for travis now.
Thank you @acrobat for your contributions! |
🎉 thanks! |
This pr updates the addCache method so we use the new factory method introduced in php-http/cache-plugin#26. This way the caching of github requests will work again. Fixes #502
DO NOT MERGE! This can only be merged after a release of the php-http/cache-plugin (v1.3.0). But like you asked @Nyholm in php-http/cache-plugin#26 (comment)