Skip to content

Commit

Permalink
Merge branch 'release-15.40.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 22, 2024
2 parents 52391ee + 598b56a commit 9b60d48
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 9b60d48

Please sign in to comment.