Skip to content

Commit

Permalink
Fix psr/simple-cache version constraint.
Browse files Browse the repository at this point in the history
Widen psr/simple-cache version constraint to support 1.0|2.0|3.0.
Fixes thephpleague#320
  • Loading branch information
arabcoders committed Dec 24, 2021
1 parent b2d82a8 commit 9d52085
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 @@ -29,7 +29,7 @@
"psr/http-server-handler": "^1.0.1",
"psr/http-server-middleware": "^1.0.1",
"opis/closure": "^3.5.5",
"psr/simple-cache": "^1.0"
"psr/simple-cache": "^1.0|^2.0|^3.0"
},
"require-dev": {
"laminas/laminas-diactoros": "^2.3",
Expand Down

0 comments on commit 9d52085

Please sign in to comment.