Skip to content
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

Document that Laravel 6 has PSR-6 Cache support build-in #19

Merged
merged 4 commits into from Nov 28, 2019

Conversation

WouterSioen
Copy link
Member

@WouterSioen WouterSioen commented Nov 25, 2019

Support for PSR-6 has been added in Laravel 6.x in this PR: laravel/framework#29614

I also fixed the build in this PR. I'll add newer PHP versions to the travis matrix in a separate PR.

I'll add new PHP versions in a separate pull request to the test matrix,
because that will require phpunit upgrades.
It gives issues when using old versions of carbon, because the PHP
DateTime::setTime signature changed. Let's thus not use carbon in our
tests anymore. We don't depend on it in the implementation neither.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants