Skip to content

Commit

Permalink
Added psr/cache as a prod dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Serban Ghita <serbanghita@gmail.com>
  • Loading branch information
serbanghita committed Dec 10, 2024
1 parent b555b54 commit 8f21745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
],
"require": {
"php": ">=8.0",
"psr/simple-cache": "^2 || ^3"
"psr/simple-cache": "^3",
"psr/cache": "^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v3.65.0",
Expand Down

0 comments on commit 8f21745

Please sign in to comment.