Skip to content

Commit

Permalink
Fix composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zonky2 committed Mar 25, 2024
1 parent 5f36754 commit a7a6170
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 @@ -26,8 +26,8 @@
"ext-pdo": "*",
"cyberspectrum/i18n": "^1.1@dev",
"doctrine/dbal": "^3.3",
"psr/container": "^2.0",
"psr/log": "^3.0",
"psr/container": "^1.0 || ^2.0",
"psr/log": "^2.0 || ^3.0",
"symfony/expression-language": "^5.4 || ^6.0"
},
"require-dev": {
Expand Down

0 comments on commit a7a6170

Please sign in to comment.