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

[9.x] Add support for psr/simple-cache v2 and v3 #40249

Merged
merged 3 commits into from
Jan 4, 2022
Merged

Conversation

driesvints
Copy link
Member

Add support for psr/simple-cache v2 and v3 in Laravel v9.

@driesvints driesvints marked this pull request as ready for review January 4, 2022 15:03
@@ -21,7 +21,7 @@
"illuminate/support": "^9.0"
},
"provide": {
"psr/simple-cache-implementation": "1.0"
"psr/simple-cache-implementation": "1.0|2.0|3.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure that syntax is supported? Don't we have to specify "the version" we provide? What do symfony do here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@taylorotwell taylorotwell merged commit 9191d2c into master Jan 4, 2022
@taylorotwell taylorotwell deleted the bump-simplecache branch January 4, 2022 15:59
taylorotwell pushed a commit that referenced this pull request Jan 4, 2022
* Add support for psr/simple-cache v2 and v3

* wip

* wip
LukeTowers added a commit to wintercms/storm that referenced this pull request Feb 13, 2022
Timic3 pushed a commit to Timic3/laravel-framework that referenced this pull request Sep 17, 2024
* Add support for psr/simple-cache v2 and v3

* wip

* wip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants