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

feat(cache): remove psr/cache version conflict #62

Merged
merged 1 commit into from
Mar 12, 2025
Merged
Changes from all commits
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
feat(cache): remove psr/cache version conflict
  • Loading branch information
sidux committed Mar 12, 2025
commit 3445114841f64f0cc49b138c807c8d5ae27a29b3
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@
"symfony/lock": "For Symfony integration with Lock",
"doctrine/orm": "For Doctrine integration with Transaction and legacy Cache"
},
"conflict": {
"psr/cache": ">=3.0"
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
Expand Down