Skip to content

Commit

Permalink
Merge pull request #1141 from oat-sa/feature/AUT-3968/upgrade-psr-cache
Browse files Browse the repository at this point in the history
feat: upgrade psr/cache dependency
  • Loading branch information
wazelin authored Nov 22, 2024
2 parents 52391ee + d8e1bc9 commit 598b56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"symfony/dependency-injection": "5.3.*",
"symfony/config":"5.3.*",
"psr/log": "~1.0",
"psr/cache": "~1.0",
"psr/cache": "^1.0 || ^2.0",
"psr/container": "^1.1.1",
"psr/simple-cache" : "^1.0.1",
"ramsey/uuid": "^3.8",
Expand All @@ -82,7 +82,7 @@
},
"require-dev": {
"mikey179/vfsstream": "~1",
"phpunit/phpunit": "^8.5",
"phpunit/phpunit": "^8.5 || ^9.6",
"php-mock/php-mock": "^2.0"
},
"suggest": {
Expand Down

0 comments on commit 598b56a

Please sign in to comment.