Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
JurRutten authored Jan 16, 2024
1 parent 6eda71b commit e4218df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": "^8.1",
"league/flysystem": "^3.0",
"psr/cache": "^3.0"
"psr/cache": "^2.0|^3.0"
},
"require-dev": {
"ext-zend-opcache": "*",
Expand Down

2 comments on commit e4218df

@jgivoni
Copy link

Choose a reason for hiding this comment

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

Hi @JurRutten, I'm curious about this change. What is the difference between v2 and v3?
What was you issue exactly? Should I incorporate this into my library?
Best,
Jakob

@JurRutten
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The software we are working on has a lot dependencies (an awful lot), some packages we're still pinned to 2.0, this was a quick fix to get moving forward testing some stuff.
In the end I didn't use this package (yet), we probably will do this in a seperate ticket where we will update all of our flystem integrations (still on 1.1.10). I'm guessing by then I won't need this change.

Please sign in to comment.